|
dune-grid
2.3.1
|
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 |
|
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::GridFactory< AlbertaGrid< dim, dimworld > >::insertFaceTransformation(), Dune::Alberta::GeometryCache< dim >::integrationElement(), Dune::Alberta::GeometryCache< dim >::jacobianInverseTransposed(), Dune::AlbertaGridGeometry< mydim, cdim, GridImp >::jacobianInverseTransposed(), Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE triangle >::MyALU2dGridGeometryImpl(), and Dune::DuneGridFormatParser::removeCopies().
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
References vectorProduct().
|
inlinestatic |
|
inlinestatic |
References vectorProduct().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
References determinant().
|
inlinestatic |
|
inlinestatic |
|
inline |
References Dune::Alberta::DofVectorPointer< Dof >::dofSpace(), and min().
Referenced by Dune::AlbertaGrid< dim, dimworld >::adapt(), Dune::ALU3dGrid< ALU3dGridElementType, class >::adapt(), Dune::AmiraMeshWriter< GridView >::addUniformData(), Dune::AlbertaMarkerVector< dim, dimworld >::MarkSubEntities< bool >::Codim< codim >::apply(), colorBarMinMax(), Dune::GrapeDataDisplay< GridType >::displayVector(), Dune::fillGridViewInfoSerial(), genmesh3d_partition_disp(), Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::hasProjection(), Dune::YaspGrid< dim >::makelevel(), Dune::YaspGrid< dim >::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().
|
inline |
|
inline |
|
inline |
|
inline |
|
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(), Dune::YaspGrid< dim >::makelevel(), max(), setMinMaxValue(), setMinMaxValuesToColorbars(), Dune::SHierarchicIterator< GridImp >::SHierarchicIterator(), Dune::SubsamplingVTKWriter< GridView >::writeGridPoints(), and Dune::VTKWriter< GridView >::writeGridPoints().
|
inlinestatic |
Referenced by determinant(), and Dune::Alberta::MacroData< dim >::Library< int >::setOrientation().
|
static |
Referenced by Dune::AlbertaGrid< dim, dimworld >::adapt().
| IndexStack * Dune::Alberta::currentIndexStack = 0 |
|
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().
|
static |
Referenced by Dune::Alberta::MacroData< dim >::finalize().
|
static |
|
static |
Referenced by Dune::Alberta::MeshPointer< dim >::coarsen().
|
static |
Referenced by Dune::Alberta::MeshPointer< dim >::refine().
1.8.7