#include <no_adaptivity.hh>
|
| | NoAdaptivity () |
| |
| 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.
|
| |
◆ NoAdaptivity()
template<typename VectorType >
◆ adapt()
template<typename VectorType >
◆ operator()()
template<typename VectorType >
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/DiFfRG/DiFfRG/include/DiFfRG/discretization/mesh/no_adaptivity.hh