/ParallelProblemAnalysis/tests

http://github.com/xyan075/examples · #! · 27 lines · 12 code · 15 blank · 0 comment · 0 complexity · 0f9af2e0fed2f889627f9c53ef3e5762 MD5 · raw file

  1. # ---- simple tests
  2. # 1,000 elements laplace
  3. ParallelLaplace 10 10 10 1
  4. # 3,360 elements monodomain for 10ms with 0.1ms time steps
  5. MonodomainTP06 0.5 0.1 10
  6. # ---- these take a while, uncomment to run
  7. # 64,000 elements laplace. make sure to comment out CMISSSolver_OutputTypeSet(Solver,CMISS_SOLVER_MATRIX_OUTPUT,Err) or it will crash
  8. ParallelLaplace 40 40 40 1
  9. # 52,500 elements monodomain for 10ms with 0.1ms time steps
  10. MonodomainTP06 0.2 0.1 10
  11. # 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?
  12. # MonodomainTP06 0.1 0.1 10