Skip to content
Snippets Groups Projects
Commit b007bed4 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
1 merge request!65implement a function that takes a Model and returns the ufl forms that can be put into a scheme:
Pipeline #75434 passed
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