Skip to content
Snippets Groups Projects
Commit 1149d28f authored by Robert K's avatar Robert K
Browse files

[docu][FemDGOperator] Added some docu.

parent c672a840
No related branches found
No related tags found
1 merge request!48[feature][FVOperator] A specialized FV operator for finite volume.
Pipeline #59978 passed
......@@ -127,6 +127,9 @@ def femDGModels(Model, space, initialTime=0):
from dune.fem.model import conservationlaw
#from dune.fem.model import integrands as conservationlaw
# we need False here, because there are additional methods that
# have not been virtualized yet, needs implementation in
# dune/fem/scheme/conservationlawmodel.hh
virtualize = False
advModel = conservationlaw(space.gridView, advModel,
......
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