DUNE-ACFEM (2.5.1)
femschemeinterface.hh
Go to the documentation of this file.
Abstract space adaptative FEM scheme.
Definition: femschemeinterface.hh:60
virtual bool mark(const double tolerance)=0
mark elements for adaptation
Abstract non-adaptive basic FEM scheme.
Definition: femschemeinterface.hh:24
virtual size_t size() const =0
return some measure about the number of DOFs in use
virtual int output()=0
data I/O, return -1 if no data has been written otherwise the sequence number of the file
virtual void solve(bool forceMatrixAssembling=true)=0
Solve the system.
virtual double residual() const =0
calculate residual (in small l^2)
