GoalFunctional.h

Note

The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.

class GoalFunctional

Parent class(es)

A GoalFunctional is a Form of rank 0 with an associated ErrorControl.

GoalFunctional(std::size_t rank, std::size_t num_coefficients)

Create GoalFunctional

Arguments
rank (int)
the rank of the functional (should be 0)
num_coefficients (int)
the number of coefficients in functional
void update_ec(const Form &a, const Form &L) = 0

Update error control instance with given forms

Arguments
a (Form)
a bilinear form
L (Form)
a linear form