dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #15969
dolfin::Form and mesh
Hello!
dolfin::Form is not working properly yet after the changes. When assembling a
form of only coefficients, no basisfunctions, we are not able to extract the
mesh.
Should we have a method in GenericFunction
has_function_space()
or something like that, that we could use from C++ to distinguish between an
expression and a function?
This would probably be useful other places too.
Johan
Follow ups