Skip to content

Add :static to all @threads #113

Add :static to all @threads

Add :static to all @threads #113

Triggered via push September 5, 2023 19:23
Status Success
Total duration 10m 12s
Artifacts

CI.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
undefined binding 'ContinuumBasedMaterial' in `@docs` block in src/api_public.md:14-31 ```@docs PointCloud BondBasedMaterial ContinuumBasedMaterial MultiMaterial PreCrack VelocityBC VelocityIC PosDepVelBC ForceDensityBC VelocityVerlet DynamicRelaxation ExportSettings BodySetup Contact PDSingleBodyAnalysis PDContactAnalysis ```
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
undefined binding 'DynamicRelaxation' in `@docs` block in src/api_public.md:14-31 ```@docs PointCloud BondBasedMaterial ContinuumBasedMaterial MultiMaterial PreCrack VelocityBC VelocityIC PosDepVelBC ForceDensityBC VelocityVerlet DynamicRelaxation ExportSettings BodySetup Contact PDSingleBodyAnalysis PDContactAnalysis ```
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
undefined binding 'BodySetup' in `@docs` block in src/api_public.md:14-31 ```@docs PointCloud BondBasedMaterial ContinuumBasedMaterial MultiMaterial PreCrack VelocityBC VelocityIC PosDepVelBC ForceDensityBC VelocityVerlet DynamicRelaxation ExportSettings BodySetup Contact PDSingleBodyAnalysis PDContactAnalysis ```
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
undefined binding 'Contact' in `@docs` block in src/api_public.md:14-31 ```@docs PointCloud BondBasedMaterial ContinuumBasedMaterial MultiMaterial PreCrack VelocityBC VelocityIC PosDepVelBC ForceDensityBC VelocityVerlet DynamicRelaxation ExportSettings BodySetup Contact PDSingleBodyAnalysis PDContactAnalysis ```
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
undefined binding 'PDContactAnalysis' in `@docs` block in src/api_public.md:14-31 ```@docs PointCloud BondBasedMaterial ContinuumBasedMaterial MultiMaterial PreCrack VelocityBC VelocityIC PosDepVelBC ForceDensityBC VelocityVerlet DynamicRelaxation ExportSettings BodySetup Contact PDSingleBodyAnalysis PDContactAnalysis ```
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/generated/howto_matformulations.md:58-60 ```@example howto_matformulations mat = ContinuumBasedMaterial(horizon=1, rho=8e-6, E=2.1e5, nu=0.25, Gc=2) ``` value = UndefVarError: `ContinuumBasedMaterial` not defined
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/generated/howto_matformulations.md:62-64 ```@example howto_matformulations mat = ContinuumBasedMaterial(horizon=1, rho=8e-6, E=2.1e5, nu=0.25, epsilon_c=0.02, C1=1e10) ``` value = UndefVarError: `ContinuumBasedMaterial` not defined
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/generated/tutorial_tension_precrack.md:34-37 ```@example tutorial_tension_precrack δ = 3.015Δx mat = ContinuumBasedMaterial(horizon=δ, rho=8e-6, E=2.1e5, nu=0.25, Gc=2.7) ``` value = UndefVarError: `ContinuumBasedMaterial` not defined
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/generated/tutorial_tension_precrack.md:86-89 ```@example tutorial_tension_precrack job = PDSingleBodyAnalysis(name=jobname, pc=pc, mat=mat, precracks=[precrack], bcs=[bc_bottom,bc_top], td=vv, es=es) ``` value = UndefVarError: `mat` not defined
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/generated/tutorial_tension_static.md:50-52 ```@example tutorial_tension_static dr = DynamicRelaxation(500) ``` value = UndefVarError: `DynamicRelaxation` not defined