Skip to content

Commit

Permalink
Adds xdmf output
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed Nov 9, 2024
1 parent 3c4f824 commit 4934733
Show file tree
Hide file tree
Showing 3 changed files with 867 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ if (SEMBA_FDTD_MAIN_LIB)
"src_main_pub/timestepping.F90"
"src_main_pub/observation.F90"
"src_main_pub/vtk.F90"
"src_main_pub/xdmf.F90"
"src_main_pub/xdmf_h5.F90"
"src_wires_pub/wires.F90"
"src_wires_pub/wires_mtln.F90"
)
Expand Down Expand Up @@ -147,7 +149,7 @@ add_definitions(
-DCompileWithDMMA
-DCompileWithSGBC
-DCompileWithWires
# -DCompileWithXDMF
-DCompileWithXDMF
)


Loading

0 comments on commit 4934733

Please sign in to comment.