We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034d177 commit 671c720Copy full SHA for 671c720
modules/fourier/CMakeLists.txt
@@ -86,7 +86,7 @@ if(FEMUTILS_HAS_SOLVER_BACKEND_PETSC)
86
add_test(NAME [Fourier]conduction_10k_2p COMMAND ${MPIEXEC_EXECUTABLE} -n 2 ./Fourier
87
-A,//meshes/mesh/filename=meshes/plancher.10k.msh
88
-A,//fem/cross-validation=false
89
- inputs/conduction.10k.arc)
+ inputs/conduction.arc)
90
add_test(NAME [Fourier]conduction_heterogeneous_10k_2p COMMAND ${MPIEXEC_EXECUTABLE} -n 2 ./Fourier
91
-A,//meshes/mesh/filename=meshes//multi-material.10k.msh
92
0 commit comments