dune-grid
2.1.1
|
Classes | |
class | CoordCache |
class | AdaptRestrictProlongHandler |
class | DofAccess |
class | HierarchyDofNumbering |
struct | DofVectorProvider< int > |
struct | DofVectorProvider< signed char > |
struct | DofVectorProvider< unsigned char > |
struct | DofVectorProvider< Real > |
struct | DofVectorProvider< GlobalVector > |
class | DofVectorPointer |
class | ElementInfo |
class | GeometryCache |
struct | GeometryCacheProxy |
class | MacroData |
struct | MacroElement |
class | MeshPointer |
struct | AffineTransformation |
class | GlobalSpace |
struct | NumSubEntities< dim, 0 > |
struct | NumSubEntities< dim, dim > |
struct | NumSubEntities< 0, 0 > |
struct | NumSubEntities< 2, 1 > |
struct | NumSubEntities< 3, 1 > |
struct | NumSubEntities< 3, 2 > |
struct | CodimType< dim, 0 > |
struct | CodimType< dim, dim > |
struct | CodimType< 2, 1 > |
struct | CodimType< 3, 1 > |
struct | CodimType< 3, 2 > |
struct | FillFlags |
struct | RefinementEdge |
struct | RefinementEdge< 2 > |
struct | Dune2AlbertaNumbering |
struct | Dune2AlbertaNumbering< 3, 2 > |
struct | Generic2AlbertaNumbering |
struct | Generic2AlbertaNumbering< dim, 1 > |
struct | Generic2AlbertaNumbering< 1, 1 > |
struct | Generic2AlbertaNumbering< 3, 2 > |
class | NumberingMap |
struct | MapVertices< dim, 0 > |
struct | MapVertices< 2, 1 > |
struct | MapVertices< 3, 1 > |
struct | MapVertices< 3, 2 > |
struct | MapVertices< dim, dim > |
struct | Twist |
struct | Twist< dim, 1 > |
struct | Twist< 1, 1 > |
struct | Twist< dim, 2 > |
struct | Twist< 2, 2 > |
class | DuneBoundaryProjection |
class | ProjectionFactoryInterface |
class | ProjectionFactory |
class | DuneGlobalBoundaryProjectionFactory |
struct | BasicNodeProjection |
class | NodeProjection |
class | Patch |
struct | ForEachInteriorSubChild< dim, 0 > |
struct | ForEachInteriorSubChild< dim, dim > |
struct | ForEachInteriorSubChild< 2, 1 > |
struct | ForEachInteriorSubChild< 3, 1 > |
struct | ForEachInteriorSubChild< 3, 2 > |
struct | GeometryInFather< 1 > |
struct | GeometryInFather< 2 > |
struct | GeometryInFather< 3 > |
Typedefs | |
typedef Dune::IndexStack< int, 100000 > | IndexStack |
typedef ALBERTA REAL | Real |
typedef ALBERTA REAL_B | LocalVector |
typedef ALBERTA REAL_D | GlobalVector |
typedef ALBERTA REAL_DD | GlobalMatrix |
typedef ALBERTA MESH | Mesh |
typedef ALBERTA EL | Element |
typedef S_CHAR | BoundaryId |
typedef U_CHAR | ElementType |
typedef ALBERTA FE_SPACE | DofSpace |
Functions | |
template<class K > | |
static FieldVector< K, 3 > | vectorProduct (const FieldVector< K, 3 > &u, const FieldVector< K, 3 > &v) |
template<class K , int m> | |
static K | determinant (const FieldMatrix< K, 0, m > &matrix) |
template<class K > | |
static K | determinant (const FieldMatrix< K, 1, 1 > &matrix) |
template<class K , int m> | |
static K | determinant (const FieldMatrix< K, 1, m > &matrix) |
template<class K > | |
static K | determinant (const FieldMatrix< K, 2, 2 > &matrix) |
template<class K > | |
static K | determinant (const FieldMatrix< K, 2, 3 > &matrix) |
template<class K , int m> | |
static K | determinant (const FieldMatrix< K, 2, m > &matrix) |
template<class K > | |
static K | determinant (const FieldMatrix< K, 3, 3 > &matrix) |
template<class K , int m> | |
static K | invert (const FieldMatrix< K, 0, m > &matrix, FieldMatrix< K, m, 0 > &inverse) |
template<class K > | |
static K | invert (const FieldMatrix< K, 1, 1 > &matrix, FieldMatrix< K, 1, 1 > &inverse) |
template<class K , int m> | |
static K | invert (const FieldMatrix< K, 1, m > &matrix, FieldMatrix< K, m, 1 > &inverse) |
template<class K > | |
static K | invert (const FieldMatrix< K, 2, 2 > &matrix, FieldMatrix< K, 2, 2 > &inverse) |
template<class K , int m> | |
static K | invert (const FieldMatrix< K, 2, m > &matrix, FieldMatrix< K, m, 2 > &inverse) |
template<class K > | |
static K | invert (const FieldMatrix< K, 3, 3 > &matrix, FieldMatrix< K, 3, 3 > &inverse) |
void | abs (const DofVectorPointer< int > &dofVector) |
int | max (const DofVectorPointer< int > &dofVector) |
int | min (const DofVectorPointer< int > &dofVector) |
template<class Data > | |
Data * | memAlloc (size_t size) |
template<class Data > | |
Data * | memCAlloc (size_t size) |
template<class Data > | |
Data * | memReAlloc (Data *ptr, size_t oldSize, size_t newSize) |
template<class Data > | |
void | memFree (Data *ptr, size_t size) |
template<int dim> | |
int | applyTwist (int twist, int i) |
template<int dim> | |
int | applyInverseTwist (int twist, int i) |
Variables | |
static void * | adaptationDataHandler_ |
IndexStack * | currentIndexStack = 0 |
static const int | dimWorld = DIM_OF_WORLD |
static const int | meshRefined = MESH_REFINED |
static const int | meshCoarsened = MESH_COARSENED |
static const int | InteriorBoundary = INTERIOR |
static const int | DirichletBoundary = DIRICHLET |
typedef S_CHAR Dune::Alberta::BoundaryId |
typedef ALBERTA FE_SPACE Dune::Alberta::DofSpace |
typedef ALBERTA EL Dune::Alberta::Element |
typedef U_CHAR Dune::Alberta::ElementType |
typedef ALBERTA REAL_DD Dune::Alberta::GlobalMatrix |
typedef ALBERTA REAL_D Dune::Alberta::GlobalVector |
typedef Dune::IndexStack< int, 100000 > Dune::Alberta::IndexStack |
typedef ALBERTA REAL_B Dune::Alberta::LocalVector |
typedef ALBERTA MESH Dune::Alberta::Mesh |
typedef ALBERTA REAL Dune::Alberta::Real |
void Dune::Alberta::abs | ( | const DofVectorPointer< int > & | dofVector | ) | [inline] |
References Dune::Alberta::DofVectorPointer< Dof >::dofSpace().
Referenced by Dune::ALU2dGridIntersectionBase< GridImp >::boundaryId(), Dune::AlbertaGridGeometry< mydim, cdim, GridImp >::build(), Dune::StructuredGridFactory< YaspGrid< dim > >::createCubeGrid(), Dune::GrapeDataDisplay< GridType >::displayVector(), Dune::MacroGrid::Impl< OneDGrid >::generate(), Dune::GridFactory< AlbertaGrid< dim, dimworld > >::insertFaceTransformation(), Dune::Alberta::GeometryCache< dim >::integrationElement(), Dune::Alberta::GeometryCache< dim >::jacobianInverseTransposed(), Dune::AlbertaGridGeometry< mydim, cdim, GridImp >::jacobianInverseTransposed(), Dune::DuneGridFormatParser::removeCopies(), Dune::GenericGeometry::MatrixHelper< Traits >::rightInvA(), and Dune::GenericGeometry::MatrixHelper< Traits >::sqrtDetAAT().
int Dune::Alberta::applyInverseTwist | ( | int | twist, |
int | i | ||
) | [inline] |
int Dune::Alberta::applyTwist | ( | int | twist, |
int | i | ||
) | [inline] |
References Dune::Alberta::NumSubEntities< dim, dim >::value.
static K Dune::Alberta::determinant | ( | const FieldMatrix< K, 0, m > & | matrix | ) | [inline, static] |
static K Dune::Alberta::determinant | ( | const FieldMatrix< K, 1, 1 > & | matrix | ) | [inline, static] |
static K Dune::Alberta::determinant | ( | const FieldMatrix< K, 1, m > & | matrix | ) | [inline, static] |
static K Dune::Alberta::determinant | ( | const FieldMatrix< K, 2, 2 > & | matrix | ) | [inline, static] |
static K Dune::Alberta::determinant | ( | const FieldMatrix< K, 2, 3 > & | matrix | ) | [inline, static] |
References vectorProduct().
static K Dune::Alberta::determinant | ( | const FieldMatrix< K, 2, m > & | matrix | ) | [inline, static] |
static K Dune::Alberta::determinant | ( | const FieldMatrix< K, 3, 3 > & | matrix | ) | [inline, static] |
References vectorProduct().
static K Dune::Alberta::invert | ( | const FieldMatrix< K, 0, m > & | matrix, |
FieldMatrix< K, m, 0 > & | inverse | ||
) | [inline, static] |
static K Dune::Alberta::invert | ( | const FieldMatrix< K, 1, 1 > & | matrix, |
FieldMatrix< K, 1, 1 > & | inverse | ||
) | [inline, static] |
static K Dune::Alberta::invert | ( | const FieldMatrix< K, 1, m > & | matrix, |
FieldMatrix< K, m, 1 > & | inverse | ||
) | [inline, static] |
static K Dune::Alberta::invert | ( | const FieldMatrix< K, 2, 2 > & | matrix, |
FieldMatrix< K, 2, 2 > & | inverse | ||
) | [inline, static] |
References determinant().
static K Dune::Alberta::invert | ( | const FieldMatrix< K, 2, m > & | matrix, |
FieldMatrix< K, m, 2 > & | inverse | ||
) | [inline, static] |
static K Dune::Alberta::invert | ( | const FieldMatrix< K, 3, 3 > & | matrix, |
FieldMatrix< K, 3, 3 > & | inverse | ||
) | [inline, static] |
int Dune::Alberta::max | ( | const DofVectorPointer< int > & | dofVector | ) | [inline] |
References Dune::Alberta::DofVectorPointer< Dof >::dofSpace(), and min().
Referenced by Dune::AlbertaGrid< dim, dimworld >::adapt(), Dune::ALU3dGrid< elType, Comm >::adapt(), Dune::AmiraMeshWriter< GridView >::addUniformData(), Dune::AlbertaMarkerVector< dim, dimworld >::MarkSubEntities< bool >::Codim< codim >::apply(), Dune::AlbertaGridHierarchicIndexSet< dim, dimworld >::CreateEntityNumbers< codim >::apply(), colorBarMinMax(), Dune::GrapeDataDisplay< GridType >::displayVector(), Dune::fillGridViewInfoSerial(), genmesh3d_partition_disp(), Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::hasProjection(), Dune::YaspGrid< dimension >::mark(), min(), Dune::AlbertaGridLevelProvider< dim >::CalcMaxLevel::operator()(), ALU2DSPACENAME::AdaptRestrictProlong2dImpl< GridType, AdaptDataHandle >::postRefinement(), ALU2DSPACENAME::AdaptRestrictProlong2dImpl< GridType, AdaptDataHandle >::preCoarsening(), Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::projection(), setMinMaxValue(), setMinMaxValuesToColorbars(), and Dune::GridFactory< AlbertaGrid< dim, dimworld > >::wasInserted().
Data* Dune::Alberta::memAlloc | ( | size_t | size | ) | [inline] |
Data* Dune::Alberta::memCAlloc | ( | size_t | size | ) | [inline] |
void Dune::Alberta::memFree | ( | Data * | ptr, |
size_t | size | ||
) | [inline] |
Data* Dune::Alberta::memReAlloc | ( | Data * | ptr, |
size_t | oldSize, | ||
size_t | newSize | ||
) | [inline] |
int Dune::Alberta::min | ( | const DofVectorPointer< int > & | dofVector | ) | [inline] |
References Dune::Alberta::DofVectorPointer< Dof >::dofSpace(), and max().
Referenced by Dune::AmiraMeshWriter< GridView >::addUniformData(), colorBarMinMax(), Dune::GrapeDataDisplay< GridType >::displayVector(), Dune::P1VTKFunction< GV, V >::evaluate(), Dune::fillGridViewInfoSerial(), max(), setMinMaxValue(), setMinMaxValuesToColorbars(), Dune::SHierarchicIterator< GridImp >::SHierarchicIterator(), Dune::SubsamplingVTKWriter< GridView >::writeGridPoints(), Dune::VTKWriter< Grid::LeafGridView >::writeGridPoints(), and Dune::YaspHierarchicIterator< GridImp >::YaspHierarchicIterator().
static FieldVector< K, 3 > Dune::Alberta::vectorProduct | ( | const FieldVector< K, 3 > & | u, |
const FieldVector< K, 3 > & | v | ||
) | [inline, static] |
Referenced by determinant(), and Dune::Alberta::MacroData< dim >::Library< int >::setOrientation().
void* Dune::Alberta::adaptationDataHandler_ [static] |
const int Dune::Alberta::dimWorld = DIM_OF_WORLD [static] |
Referenced by Dune::checkAlbertaDimensions(), Dune::Alberta::CoordCache< dim >::Interpolation::interpolateVector(), Dune::Alberta::GeometryCache< dim >::jacobianTransposed(), Dune::Alberta::DuneBoundaryProjection< dim >::operator()(), Dune::Alberta::CoordCache< dim >::LocalCaching::operator()(), and Dune::Alberta::MacroData< dim >::Library< int >::setOrientation().
const int Dune::Alberta::DirichletBoundary = DIRICHLET [static] |
Referenced by Dune::Alberta::MacroData< dim >::finalize().
const int Dune::Alberta::InteriorBoundary = INTERIOR [static] |
const int Dune::Alberta::meshCoarsened = MESH_COARSENED [static] |
Referenced by Dune::Alberta::MeshPointer< dim >::coarsen().
const int Dune::Alberta::meshRefined = MESH_REFINED [static] |
Referenced by Dune::Alberta::MeshPointer< dim >::refine().