-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eea628b
commit 2debf97
Showing
4 changed files
with
52 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
debug_mode = true | ||
block_factor = 3 | ||
threaded_macro = true | ||
showprogress_macro = false | ||
showprogress_macro = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
module TestCollision | ||
const RUN_TESTS = true | ||
cd(tempdir()) do | ||
include(joinpath(@__DIR__, "../docs/literate/tutorials/collision.jl")) | ||
end | ||
end | ||
# module TestCollision | ||
# const RUN_TESTS = true | ||
# cd(tempdir()) do | ||
# include(joinpath(@__DIR__, "../docs/literate/tutorials/collision.jl")) | ||
# end | ||
# end | ||
|
||
module TestCPDI | ||
const RUN_TESTS = true | ||
cd(tempdir()) do | ||
include(joinpath(@__DIR__, "../docs/literate/tutorials/cpdi.jl")) | ||
end | ||
end | ||
# module TestCPDI | ||
# const RUN_TESTS = true | ||
# cd(tempdir()) do | ||
# include(joinpath(@__DIR__, "../docs/literate/tutorials/cpdi.jl")) | ||
# end | ||
# end | ||
|
||
module TestTLMPMVortex | ||
const RUN_TESTS = true | ||
cd(tempdir()) do | ||
include(joinpath(@__DIR__, "../docs/literate/tutorials/tlmpm_vortex.jl")) | ||
end | ||
end | ||
# module TestTLMPMVortex | ||
# const RUN_TESTS = true | ||
# cd(tempdir()) do | ||
# include(joinpath(@__DIR__, "../docs/literate/tutorials/tlmpm_vortex.jl")) | ||
# end | ||
# end | ||
|
||
module TestImplicitJacobianFree | ||
const RUN_TESTS = true | ||
cd(tempdir()) do | ||
include(joinpath(@__DIR__, "../docs/literate/tutorials/implicit_jacobian_free.jl")) | ||
end | ||
end | ||
# module TestImplicitJacobianFree | ||
# const RUN_TESTS = true | ||
# cd(tempdir()) do | ||
# include(joinpath(@__DIR__, "../docs/literate/tutorials/implicit_jacobian_free.jl")) | ||
# end | ||
# end | ||
|
||
module TestImplicitJacobianBased | ||
const RUN_TESTS = true | ||
cd(tempdir()) do | ||
include(joinpath(@__DIR__, "../docs/literate/tutorials/implicit_jacobian_based.jl")) | ||
end | ||
end | ||
# module TestImplicitJacobianBased | ||
# const RUN_TESTS = true | ||
# cd(tempdir()) do | ||
# include(joinpath(@__DIR__, "../docs/literate/tutorials/implicit_jacobian_based.jl")) | ||
# end | ||
# end | ||
|
||
module TestCollapse | ||
const RUN_TESTS = true | ||
cd(tempdir()) do | ||
include(joinpath(@__DIR__, "../docs/literate/tutorials/collapse.jl")) | ||
end | ||
end | ||
# module TestCollapse | ||
# const RUN_TESTS = true | ||
# cd(tempdir()) do | ||
# include(joinpath(@__DIR__, "../docs/literate/tutorials/collapse.jl")) | ||
# end | ||
# end | ||
|
||
module TestDamBreak | ||
const RUN_TESTS = true | ||
# const RUN_TESTS = true | ||
cd(tempdir()) do | ||
include(joinpath(@__DIR__, "../docs/literate/tutorials/dam_break.jl")) | ||
end | ||
end | ||
|
||
module TestRigidBodyContact | ||
const RUN_TESTS = true | ||
cd(tempdir()) do | ||
include(joinpath(@__DIR__, "../docs/literate/tutorials/rigid_body_contact.jl")) | ||
end | ||
end | ||
# module TestRigidBodyContact | ||
# const RUN_TESTS = true | ||
# cd(tempdir()) do | ||
# include(joinpath(@__DIR__, "../docs/literate/tutorials/rigid_body_contact.jl")) | ||
# end | ||
# end |