Bases: dolfin.cpp.common.Variable
An abstract class for goal-oriented adaptive solution of variational problems.
Adapt the problem to other mesh. Must be overloaded in subclass.
Return stored adaptive data
Default parameter values:
“max_iterations” (int) “max_dimension” (int) “plot_mesh” (bool) “save_data” (bool) “data_label” (std::string) “reference” (double) “marking_strategy” (std::string) “marking_fraction” (double)
Evaluate the goal functional. Must be overloaded in subclass.
Extract the boundary conditions for the primal problem. Must be overloaded in subclass.
Solve such that the functional error is less than the given tolerance. Note that each call to solve is based on the leaf-node of the variational problem
Solve the primal problem. Must be overloaded in subclass.
Present summary of all adaptive data and parameters
The membership flag