3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | List of all members
Dumux::GridAdapt< TypeTag, false > Class Template Reference

Class for NON-adaptive simulations. More...

#include <dumux/porousmediumflow/sequential/gridadapt.hh>

Description

template<class TypeTag>
class Dumux::GridAdapt< TypeTag, false >

Class for NON-adaptive simulations.

This class provides empty methods for non-adaptive simulations for compilation reasons. If adaptivity is desired, create the class with template arguments <TypeTag, true> instead.

Public Member Functions

void init ()
 
void adaptGrid ()
 
bool wasAdapted ()
 
void setLevels (int, int)
 
void setTolerance (int, int)
 
void setIndicator (const ScalarSolutionType &, const Scalar &, const Scalar &)
 
 GridAdapt (Problem &problem)
 

Constructor & Destructor Documentation

◆ GridAdapt()

template<class TypeTag >
Dumux::GridAdapt< TypeTag, false >::GridAdapt ( Problem &  problem)
inline

Member Function Documentation

◆ adaptGrid()

template<class TypeTag >
void Dumux::GridAdapt< TypeTag, false >::adaptGrid ( )
inline

◆ init()

template<class TypeTag >
void Dumux::GridAdapt< TypeTag, false >::init ( )
inline

◆ setIndicator()

template<class TypeTag >
void Dumux::GridAdapt< TypeTag, false >::setIndicator ( const ScalarSolutionType &  ,
const Scalar &  ,
const Scalar &   
)
inline

◆ setLevels()

template<class TypeTag >
void Dumux::GridAdapt< TypeTag, false >::setLevels ( int  ,
int   
)
inline

◆ setTolerance()

template<class TypeTag >
void Dumux::GridAdapt< TypeTag, false >::setTolerance ( int  ,
int   
)
inline

◆ wasAdapted()

template<class TypeTag >
bool Dumux::GridAdapt< TypeTag, false >::wasAdapted ( )
inline

The documentation for this class was generated from the following file: