#include <grid_level.h>
◆ anonymous enum
indicates that always top level should be used
◆ ViewType
◆ GridLevel() [1/4]
ug::GridLevel::GridLevel |
( |
| ) |
|
|
inline |
constructor creation surface grid
◆ GridLevel() [2/4]
ug::GridLevel::GridLevel |
( |
int |
level, |
|
|
ViewType |
type, |
|
|
bool |
bWithGhosts = false |
|
) |
| |
|
inline |
◆ GridLevel() [3/4]
ug::GridLevel::GridLevel |
( |
int |
level | ) |
|
|
inline |
◆ GridLevel() [4/4]
ug::GridLevel::GridLevel |
( |
int |
level, |
|
|
const std::string & |
type |
|
) |
| |
|
inline |
◆ ghosts()
bool ug::GridLevel::ghosts |
( |
| ) |
const |
|
inline |
◆ is_level()
bool ug::GridLevel::is_level |
( |
| ) |
const |
|
inline |
◆ is_surface()
bool ug::GridLevel::is_surface |
( |
| ) |
const |
|
inline |
◆ level()
int ug::GridLevel::level |
( |
| ) |
const |
|
inline |
returns the level
References m_level.
Referenced by ug::DoFDistribution::add_indices_from_layouts(), ug::NestedIterationSolver< TDomain, TAlgebra >::apply(), ug::GridLevelAppendix(), ug::SurfaceView::is_contained(), operator<(), ug::operator<<(), operator==(), operator>(), ug::StdTransfer< TDomain, TAlgebra >::prolongation(), ug::StdTransfer< TDomain, TAlgebra >::restriction(), ug::TruncatedMonotoneTransfer< TDomain, TAlgebra >::restriction(), ug::SurfaceView::surface_state(), top(), and ug::StdTransfer< TDomain, TAlgebra >::write_debug().
◆ operator!=()
bool ug::GridLevel::operator!= |
( |
const GridLevel & |
rhs | ) |
const |
|
inline |
◆ operator<()
bool ug::GridLevel::operator< |
( |
const GridLevel & |
rhs | ) |
const |
|
inline |
◆ operator<=()
bool ug::GridLevel::operator<= |
( |
const GridLevel & |
rhs | ) |
const |
|
inline |
◆ operator==()
bool ug::GridLevel::operator== |
( |
const GridLevel & |
rhs | ) |
const |
|
inline |
◆ operator>()
bool ug::GridLevel::operator> |
( |
const GridLevel & |
rhs | ) |
const |
|
inline |
◆ operator>=()
bool ug::GridLevel::operator>= |
( |
const GridLevel & |
rhs | ) |
const |
|
inline |
◆ top()
bool ug::GridLevel::top |
( |
| ) |
const |
|
inline |
◆ type()
returns the type
References m_type.
Referenced by ug::SideFluxErrEstData< TDomain >::alloc_err_est_data(), ug::SideAndElemErrEstData< TDomain >::alloc_err_est_data(), GridLevel(), is_level(), is_surface(), operator<(), operator==(), operator>(), ug::StdTransfer< TDomain, TAlgebra >::prolongation(), ug::DoFDistribution::reinit(), and ug::StdTransfer< TDomain, TAlgebra >::restriction().
◆ m_bWithGhosts
bool ug::GridLevel::m_bWithGhosts |
|
protected |
with ghosts (only senseful in parallel)
Referenced by ghosts().
◆ m_level
int ug::GridLevel::m_level |
|
protected |
the grid level
Referenced by level().
◆ m_type
The documentation for this class was generated from the following file: