Skip to content
Snippets Groups Projects
Commit c09edfd5 authored by René Heß's avatar René Heß
Browse files

Add DG test

parent ab38ed37
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,11 @@ dune_add_formcompiler_system_test(UFLFILE nonlinear.ufl ...@@ -14,6 +14,11 @@ dune_add_formcompiler_system_test(UFLFILE nonlinear.ufl
INIFILE nonlinear_matrix_free.mini INIFILE nonlinear_matrix_free.mini
) )
dune_add_formcompiler_system_test(UFLFILE nonlinear_dg.ufl
BASENAME nonlinear_matrix_free_dg
INIFILE nonlinear_matrix_free_dg.mini
)
# Add the reference code with the PDELab localoperator that produced # Add the reference code with the PDELab localoperator that produced
# the reference vtk file # the reference vtk file
......
__name = nonlinear_matrix_free_dg_{__exec_suffix}
__exec_suffix = numdiff, symdiff | expand num
lowerleft = 0.0 0.0
upperright = 1.0 1.0
elements = 8 8
elementType = simplical
[wrapper.vtkcompare]
name = {__name}
extension = vtu
[formcompiler]
numerical_jacobian = 1, 0 | expand num
matrix_free = 1
exact_solution_expression = g
compare_l2errorsquared = 1e-3
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