Skip to content
Snippets Groups Projects
Commit 581c575b authored by Andreas Dedner's avatar Andreas Dedner
Browse files

implement a function that takes a Model and returns the ufl forms that can be put into a scheme:

    scheme = galerkin( dune.femdg.femDGUFL(Model, space)[0] )
The function returns the [form,dirichletBCs] as first value as used above
and then the individual ufl models and additional terms extracted from the Model class, i.e.,
boundary fluxes, velocity, etc.

add test
parent a7685fe9
No related branches found
No related tags found
No related merge requests found
Pipeline #75433 failed
Loading
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