Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
Parent class(es)
An abstract class for goal-oriented adaptive solution of variational problems.
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.
Extract the boundary conditions for the primal problem. Must be overloaded in subclass.
Evaluate the goal functional. Must be overloaded in subclass.
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)
Present summary of all adaptive data and parameters