NoAdaptivity< VectorType > Class Template Reference#
|
DiFfRG
|
DiFfRG::NoAdaptivity< VectorType > Class Template Reference
#include <no_adaptivity.hh>
Inheritance diagram for DiFfRG::NoAdaptivity< VectorType >:
Public Member Functions | |
| NoAdaptivity () | |
| virtual | ~NoAdaptivity ()=default |
| virtual bool | operator() (const double, VectorType &) override |
| Check if an adaptation step should be done and tranfer the given solution to the new mesh. | |
| virtual bool | adapt (VectorType &) override |
| Force an adaptation and transfer the solution sol to the new mes. | |
Public Member Functions inherited from DiFfRG::AbstractAdaptor< VectorType > | |
Constructor & Destructor Documentation
◆ NoAdaptivity()
template<typename VectorType >
|
inline |
◆ ~NoAdaptivity()
template<typename VectorType >
|
virtualdefault |
Member Function Documentation
◆ adapt()
template<typename VectorType >
|
inlineoverridevirtual |
Force an adaptation and transfer the solution sol to the new mes.
- Parameters
-
solution to be transferred
Implements DiFfRG::AbstractAdaptor< VectorType >.
◆ operator()()
template<typename VectorType >
|
inlineoverridevirtual |
Check if an adaptation step should be done and tranfer the given solution to the new mesh.
- Parameters
-
t Current time; at adapt_dt time distances we perform an adaptation sol Current solution
- Returns
- true if adapation has happened, false otherwise
Implements DiFfRG::AbstractAdaptor< VectorType >.
The documentation for this class was generated from the following file:
- /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/discretization/mesh/no_adaptivity.hh
Generated by
Public Member Functions inherited from