Skip to content

Commit 9b1c171

Browse files
committed
making progress on unit tests
1 parent cda1a96 commit 9b1c171

16 files changed

Lines changed: 7838 additions & 403 deletions

src/utils/mesh_warper/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
set(MISO_MESH_WARP_HEADERS
2+
mesh_move_integ.hpp
23
mesh_warper.hpp
34
)
45

56
target_sources(miso
67
PUBLIC
8+
mesh_move_integ.cpp
79
mesh_warper.cpp
810
${MISO_MESH_WARP_HEADERS}
911
)

test/unit/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ set(FLUID_MPI_TEST_SRCS
5858
# group EM MPI tests
5959
set(EM_MPI_TEST_SRCS
6060
test_electromag_integ
61+
test_electromag_outputs
6162
test_irrotational_projector
6263
test_div_free_projector
6364
test_magnetostatic_solver
@@ -74,7 +75,7 @@ set(EM_MPI_TEST_SRCS
7475
test_data_logging
7576
test_l2_transfer_operator
7677
test_mesh_warper
77-
test_mach_nonlinearform
78+
test_miso_nonlinearform
7879
)
7980

8081
create_tests("${FLUID_TEST_SRCS}" euler_test_data.cpp)

0 commit comments

Comments
 (0)