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
GoalFunctionalis aFormof rank 0 with an associatedErrorControl.-
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
-