VariationalProblem.h¶
Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
-
class
VariationalProblem
¶ This class is deprecated and is only here to give an informative error message to users about the new interface.
-
VariationalProblem
(const Form &form_0, const Form &form_1, const std::vector<const BoundaryCondition *> bcs)¶ Deprecated
Deprecated
-
void
solve
(Function &u, const double tol, GoalFunctional &M) const¶ Deprecated
-
void
solve
(Function &u, const double tol, Form &M, ErrorControl &ec) const¶ Deprecated
-