Skip to content
Snippets Groups Projects
Commit 7f09f2b9 authored by Van Dung NGUYEN's avatar Van Dung NGUYEN
Browse files

Merge branch 'vdg-cm3'

parents 1a32aac0 9176155e
No related branches found
No related tags found
1 merge request!20Master
......@@ -9,4 +9,4 @@ set(FILES2DELETE
previousScheme*
)
add_cm3python_test(${PYFILE} "${FILES2DELETE}")
add_cm3python_mpi_test(4 ${PYFILE} "${FILES2DELETE}")
This diff is collapsed.
......@@ -50,7 +50,7 @@ mysolver.Scheme(soltype)
mysolver.Solver(sol)
mysolver.snlData(nstep,ftime,tol)
mysolver.stepBetweenArchiving(nstepArch)
mysolver.options("-ksp_type preonly -pc_type lu -pc_factor_mat_solver_package mumps")
mysolver.options("-ksp_type preonly -pc_type lu -pc_factor_mat_solver_package mumps -mat_mumps_icntl_7 2")
# BC
#mysolver.displacementBC("Volume",83,2,0.)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment