DOLFINErrorControlGenerator¶
-
class
dolfin.fem.errorcontrolgenerator.
DOLFINErrorControlGenerator
(F, M, u)¶ Bases:
ffc.errorcontrol.errorcontrolgenerators.ErrorControlGenerator
This class provides a realization of ffc.errorcontrol.errorcontrolgenerators.ErrorControlGenerator for use with UFL forms defined over DOLFIN objects
Arguments
- F (tuple or Form)
- tuple of (bilinear, linear) forms or linear form
- M (Form)
- functional or linear form
- u (Coefficient)
- The coefficient considered as the unknown.
-
initialize_data
()¶ Extract required objects for defining error control forms. This will be stored and reused.