dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Member Functions | Static Protected Member Functions | List of all members
Dune::Fem::CheckCartesian< GridPartType > Struct Template Reference

Helper class to check whether grid is structured or not. More...

#include <dune/fem/misc/checkgeomaffinity.hh>

Classes

class  ReferenceNormals
 

Public Types

typedef GridPartType::GridType GridType
 

Static Public Member Functions

template<class IntersectionType >
static bool checkIntersection (const IntersectionType &nit)
 
static bool check (const GridPartType &gridPart)
 check whether all the is grid is a cartesian grid
 

Static Protected Member Functions

template<class IndexSetType >
static bool doCheck (const GridType &grid, const IndexSetType &indexSet)
 check whether this is a cartesian grid or not
 

Detailed Description

template<class GridPartType>
struct Dune::Fem::CheckCartesian< GridPartType >

Helper class to check whether grid is structured or not.

Member Typedef Documentation

◆ GridType

template<class GridPartType >
typedef GridPartType::GridType Dune::Fem::CheckCartesian< GridPartType >::GridType

Member Function Documentation

◆ check()

template<class GridPartType >
static bool Dune::Fem::CheckCartesian< GridPartType >::check ( const GridPartType &  gridPart)
inlinestatic

check whether all the is grid is a cartesian grid

◆ checkIntersection()

template<class GridPartType >
template<class IntersectionType >
static bool Dune::Fem::CheckCartesian< GridPartType >::checkIntersection ( const IntersectionType &  nit)
inlinestatic

◆ doCheck()

template<class GridPartType >
template<class IndexSetType >
static bool Dune::Fem::CheckCartesian< GridPartType >::doCheck ( const GridType grid,
const IndexSetType &  indexSet 
)
inlinestaticprotected

check whether this is a cartesian grid or not


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