dune-fem 2.8.0
|
utility functions for calculating the maximum grid width More...
#include <dune/fem/misc/gridwidth.hh>
Public Types | |
typedef SingletonList< const GridType *, ThisType > | ProviderType |
type of singleton provider | |
Public Member Functions | |
GridWidthProvider (const GridType *grid) | |
constructor taking grid part | |
double | gridWidth () const |
return characteristic grid width | |
Protected Types | |
typedef DofManager< GridType > | DofManagerType |
typedef LeafGridPart< GridType > | GridPartType |
Protected Member Functions | |
GridWidthProvider (const ThisType &) | |
void | calcWidths () const |
Protected Attributes | |
const GridType & | grid_ |
const DofManagerType & | dm_ |
GridPartType | gridPart_ |
double | width_ |
int | sequence_ |
utility functions for calculating the maximum grid width
|
protected |
|
protected |
typedef SingletonList< const GridType* , ThisType > Dune::Fem::GridWidthProvider< GridType, MinMax >::ProviderType |
type of singleton provider
|
protected |
|
inline |
constructor taking grid part
|
inlineprotected |
|
inline |
return characteristic grid width
|
protected |
|
protected |
|
protected |
|
mutableprotected |
|
mutableprotected |