|
dune-fem
2.8-git
|
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 More... | |
Public Member Functions | |
| GridWidthProvider (const GridType *grid) | |
| constructor taking grid part More... | |
| double | gridWidth () const |
| return characteristic grid width More... | |
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 |