Skip to content

Commit

Permalink
Stented Channel example.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolin3 committed Mar 7, 2025
1 parent 99bfd2d commit b9e4289
Show file tree
Hide file tree
Showing 4 changed files with 78,572 additions and 2 deletions.
10 changes: 10 additions & 0 deletions miniapps/navier-monolithic-ecm2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ if (MFEM_USE_MPI)
EXTRA_HEADERS ${MFEM_MINIAPPS_COMMON_HEADERS}
LIBRARIES mfem mfem-common navier_monolithic_ecm2)

add_mfem_miniapp(navier-stented-channel-monolithic
MAIN tests/navier_stented_channel.cpp
EXTRA_HEADERS ${MFEM_MINIAPPS_COMMON_HEADERS}
LIBRARIES mfem mfem-common navier-monolithic-ecm2)

add_mfem_miniapp(test_mpi
MAIN tests/test_mpi.cpp
EXTRA_HEADERS ${MFEM_MINIAPPS_COMMON_HEADERS}
LIBRARIES mfem)

add_custom_command(TARGET navier-poiseulle-monolithic POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_CURRENT_SOURCE_DIR}/Mesh Mesh
Expand Down
Loading

0 comments on commit b9e4289

Please sign in to comment.