/ParallelProblemAnalysis/tests
#! | 27 lines | 12 code | 15 blank | 0 comment | 0 complexity | 0f9af2e0fed2f889627f9c53ef3e5762 MD5 | raw file
1# ---- simple tests 2 3# 1,000 elements laplace 4ParallelLaplace 10 10 10 1 5 6# 3,360 elements monodomain for 10ms with 0.1ms time steps 7MonodomainTP06 0.5 0.1 10 8 9# ---- these take a while, uncomment to run 10 11# 64,000 elements laplace. make sure to comment out CMISSSolver_OutputTypeSet(Solver,CMISS_SOLVER_MATRIX_OUTPUT,Err) or it will crash 12ParallelLaplace 40 40 40 1 13 14# 52,500 elements monodomain for 10ms with 0.1ms time steps 15MonodomainTP06 0.2 0.1 10 16 17# 420,000 elements monodomain for 10ms with 0.1ms time steps. takes a lot of memory and time, too much for 8 cores in 32 gb? 18# MonodomainTP06 0.1 0.1 10 19 20 21 22 23 24 25 26 27