Skip to content
Snippets Groups Projects
Commit 4de9cb02 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Rename conv_diff -> poisson_dg_tensor

parent 04b24466
No related branches found
No related tags found
No related merge requests found
add_subdirectory(convection_diffusion)
add_subdirectory(poisson_dg)
add_subdirectory(poisson_dg_tensor)
dune_add_formcompiler_system_test(UFLFILE conv_diff_dg.ufl
BASENAME app_conv_diff
INIFILE conv_diff_dg.mini
dune_add_formcompiler_system_test(UFLFILE poisson_dg_tensor.ufl
BASENAME app_poisson_dg_tensor
INIFILE poisson_dg_tensor.mini
NO_TESTS
)
dune_add_formcompiler_system_test(UFLFILE conv_diff_dg.ufl
BASENAME verify_app_conv_diff
dune_add_formcompiler_system_test(UFLFILE poisson_dg_tensor.ufl
BASENAME verify_app_poisson_dg_tensor
INIFILE verify.mini
NO_TESTS
)
__name = app_conv_diff_{__exec_suffix}
__name = app_poisson_dg_tensor_{__exec_suffix}
__exec_suffix = deg{formcompiler.ufl_variants.degree}_{opcount_suffix}_level{formcompiler.instrumentation_level}
opcount_suffix = opcount, nonopcount | expand opcount
......@@ -28,7 +28,7 @@ cells = {firstdircells} {otherdircells}
partitioning = {ranks} {ones}
# Set up the timing identifier
identifier = convdiff_deg{formcompiler.ufl_variants.degree}
identifier = poisson_dg_tensor_deg{formcompiler.ufl_variants.degree}
[wrapper.vtkcompare]
name = {__name}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment