►NDune | Include standard header files |
►NAlberta | |
CAdaptRestrictProlongHandler | |
CBasicNodeProjection | |
CCodimType | |
CCodimType< 2, 1 > | |
CCodimType< 3, 1 > | |
CCodimType< 3, 2 > | |
CCodimType< dim, 0 > | |
CCodimType< dim, dim > | |
►CCoordCache | |
CInterpolation | |
CLocalCaching | |
CDofAccess | |
CDofVectorPointer | |
CDofVectorProvider | |
CDofVectorProvider< GlobalVector > | |
CDofVectorProvider< int > | |
CDofVectorProvider< Real > | |
CDofVectorProvider< signed char > | |
CDofVectorProvider< unsigned char > | |
CDune2AlbertaNumbering | |
CDune2AlbertaNumbering< 3, 2 > | |
CDuneBoundaryProjection | |
CDuneGlobalBoundaryProjectionFactory | |
►CElementInfo | |
CInstance | |
CSeed | |
CStack | |
CFillFlags | |
CForEachInteriorSubChild | |
CForEachInteriorSubChild< 2, 1 > | |
CForEachInteriorSubChild< 3, 1 > | |
CForEachInteriorSubChild< 3, 2 > | |
CForEachInteriorSubChild< dim, 0 > | |
CForEachInteriorSubChild< dim, dim > | |
CGeneric2AlbertaNumbering | |
CGeneric2AlbertaNumbering< 1, 1 > | |
CGeneric2AlbertaNumbering< 3, 2 > | |
CGeneric2AlbertaNumbering< dim, 1 > | |
CGeometryCache | |
CGeometryCacheProxy | |
CGeometryInFather | |
CGeometryInFather< 1 > | |
CGeometryInFather< 2 > | |
CGeometryInFather< 3 > | |
CGlobalSpace | |
CHierarchyDofNumbering | |
►CMacroData | |
CLibrary | |
CMacroElement | |
CMapVertices | |
CMapVertices< 2, 1 > | |
CMapVertices< 3, 1 > | |
CMapVertices< 3, 2 > | |
CMapVertices< dim, 0 > | |
CMapVertices< dim, dim > | |
►CMeshPointer | |
CMacroIterator | |
CNodeProjection | |
CNumberingMap | |
CNumSubEntities | |
CNumSubEntities< 0, 0 > | |
CNumSubEntities< 2, 1 > | |
CNumSubEntities< 3, 1 > | |
CNumSubEntities< 3, 2 > | |
CNumSubEntities< dim, 0 > | |
CNumSubEntities< dim, dim > | |
CPatch | |
CProjectionFactory | |
CProjectionFactoryInterface | |
CRefinementEdge | |
CRefinementEdge< 2 > | |
CTwist | |
CTwist< 1, 1 > | |
CTwist< 2, 2 > | |
CTwist< dim, 1 > | |
CTwist< dim, 2 > | |
►NCapabilities | Contains all capabilities classes |
CcanCommunicate | Specialize with 'true' for all codims that a grid can communicate data on (default=false) |
CcanCommunicate< const Grid, codim > | |
CcanCommunicate< GeometryGrid< HostGrid, CoordFunction, Allocator >, codim > | |
CcanCommunicate< YaspGrid< dim, Coordinates >, codim > | YaspGrid can communicate on all codimensions |
CCodimCache | |
ChasBackupRestoreFacilities | Specialize with 'true' if implementation provides backup and restore facilities. (default=false) |
ChasBackupRestoreFacilities< AlbertaGrid< dim, dimworld > > | AlbertaGrid has backup and restore facilities |
ChasBackupRestoreFacilities< const Grid > | |
ChasBackupRestoreFacilities< GeometryGrid< HostGrid, CoordFunction, Allocator > > | |
ChasBackupRestoreFacilities< YaspGrid< dim, Coordinates > > | |
ChasEntity | Specialize with 'true' for all codims that a grid implements entities for. (default=false) |
ChasEntity< AlbertaGrid< dim, dimworld >, codim > | AlbertaGrid has entities for all codimensions |
ChasEntity< const Grid, codim > | |
ChasEntity< GeometryGrid< HostGrid, CoordFunction, Allocator >, codim > | |
ChasEntity< Grid< dim, dimworld, ct, GridFamily >, codim > | |
ChasEntity< GridDefaultImplementation< dim, dimworld, ct, GridFamily >, cdim > | |
ChasEntity< IdentityGrid< HostGrid >, codim > | Has entities for some codimensions as host grid |
ChasEntity< OneDGrid, cdim > | OneDGrid has entities for all codimension |
ChasEntity< UGGrid< dim >, 0 > | UGGrid has codim=0 entities (elements) |
ChasEntity< UGGrid< dim >, dim > | UGGrid has codim=dim entities (vertices) |
ChasEntity< YaspGrid< dim, Coordinates >, codim > | YaspGrid has entities for all codimensions |
ChasHierarchicIndexSet | |
ChasHierarchicIndexSet< AlbertaGrid< dim, dimworld > > | |
ChasHostEntity | |
ChasHostEntity< const Grid, codim > | |
ChasHostEntity< GeometryGrid< HostGrid, CoordFunction, Allocator >, codim > | |
ChasSingleGeometryType | Specialize with 'true' for if the codimension 0 entity of the grid has only one possible geometry type. In this case the topologyId of this geometry type has also to be specified. (default=false, topologyId=undefined) |
ChasSingleGeometryType< AlbertaGrid< dim, dimworld > > | AlbertaGrid has only one geometry type for codim 0 entities |
ChasSingleGeometryType< const Grid > | |
ChasSingleGeometryType< GeometryGrid< HostGrid, CoordFunction, Allocator > > | |
ChasSingleGeometryType< OneDGrid > | OneDGrid has only one geometry type for codim 0 entities |
ChasSingleGeometryType< YaspGrid< dim, Coordinates > > | YaspGrid has only one geometry type for codim 0 entities |
CisCartesian | Specialize with 'true' if the grid is a Cartesian grid. Cartesian grids satisfy the following properties: |
CisCartesian< const Grid > | |
CisCartesian< YaspGrid< dim, Coordinates > > | YaspGrid is a Cartesian grid |
CisLeafwiseConforming | Specialize with 'true' if implementation guarantees a conforming leaf grid. (default=false) |
CisLeafwiseConforming< AlbertaGrid< dim, dimworld > > | AlbertaGrid is leafwise conforming |
CisLeafwiseConforming< const Grid > | |
CisLeafwiseConforming< GeometryGrid< HostGrid, CoordFunction, Allocator > > | |
CisLeafwiseConforming< IdentityGrid< HostGrid > > | Has conforming leaf grids when host grid has |
CisLeafwiseConforming< OneDGrid > | OneDGrid is leafwise conforming |
CisLeafwiseConforming< UGGrid< dim > > | UGGrid may not be leafwise conforming |
CisLeafwiseConforming< YaspGrid< dim, Coordinates > > | YaspGrid is leafwise conforming |
CisLevelwiseConforming | Specialize with 'true' if implementation guarantees conforming level grids. (default=false) |
CisLevelwiseConforming< AlbertaGrid< dim, dimworld > > | AlbertaGrid is not levelwise conforming (since it uses bisection) |
CisLevelwiseConforming< const Grid > | |
CisLevelwiseConforming< GeometryGrid< HostGrid, CoordFunction, Allocator > > | |
CisLevelwiseConforming< IdentityGrid< HostGrid > > | Has conforming level grids when host grid has |
CisLevelwiseConforming< OneDGrid > | OneDGrid is levelwise conforming |
CisLevelwiseConforming< UGGrid< dim > > | UGGrid is levelwise conforming |
CisLevelwiseConforming< YaspGrid< dim, Coordinates > > | YaspGrid is levelwise conforming |
CthreadSafe | Specialize with 'true' if the grid implementation is thread safe. (default=false) |
CthreadSafe< const Grid > | |
CthreadSafe< GeometryGrid< HostGrid, CoordFunction, Allocator > > | |
CviewThreadSafe | Specialize with 'true' if the grid implementation is thread safe, while it is not modified. (default=false) |
CviewThreadSafe< const Grid > | |
CviewThreadSafe< GeometryGrid< HostGrid, CoordFunction, Allocator > > | |
►Ndetail | |
►C_has_local_context | |
Ctype > | |
►Ndgf | |
►NExpr | |
CBracketExpression | |
CConstantExpression | |
CCosExpression | |
CDifferenceExpression | |
CFunctionCallExpression | |
CMinusExpression | |
CNormExpression | |
CPowerExpression | |
CProductExpression | |
CQuotientExpression | |
CSinExpression | |
CSqrtExpression | |
CSumExpression | |
CVariableExpression | |
CVectorExpression | |
CBasicBlock | |
CBoundaryDomBlock | |
CBoundarySegBlock | |
CCubeBlock | |
CDimBlock | |
CDomain | |
CDomainData | |
CGridParameterBlock | Common Grid parameters |
►CIntervalBlock | |
CInterval | |
►CPeriodicFaceTransformationBlock | |
CAffineTransformation | |
CMatrix | |
►CProjectionBlock | |
CExpression | |
CSimplexBlock | |
CSimplexGenerationBlock | |
CUGGridParameterBlock | |
CVertexBlock | |
CYaspGridParameterBlock | Grid parameters for YaspGrid |
►NFactoryUtilities | |
CMultiIndex | |
►NGeoGrid | Namespace containing the implementations of GeometryGrid |
CAdaptCoordFunction | |
CAdaptCoordFunction< DiscreteCoordFunctionInterface< ct, dimR, Impl > > | |
CBackupRestoreFacilities | |
CBackupRestoreFacilities< Grid, true > | |
CCommDataHandle | |
CCoordCache | |
CCoordFunctionCaller | |
CCoordFunctionCaller< HostEntity, AnalyticalCoordFunctionInterface< ct, dimD, dimR, Impl > > | |
CCoordFunctionCaller< HostEntity, DiscreteCoordFunctionInterface< ct, dimR, Impl > > | |
CCoordVector | |
CCoordVector< mydim, Grid, false > | |
CCoordVector< mydim, Grid, true > | |
CCornerStorage | |
CEntity | DUNE-conform implementation of the entity |
CEntity< 0, dim, Grid > | |
CEntityBase | Actual implementation of the entity |
CEntityBase< codim, Grid, false > | |
CEntityBase< codim, Grid, true > | |
CEntitySeed | |
CEntitySeed< codim, Grd, false > | |
CEntitySeed< codim, Grd, true > | |
CExportParams | |
►CGeometry | |
CMapping | |
►CGeometryTraits | |
CCornerStorage | |
ChasSingleGeometryType | |
►CGridFamily | |
►CTraits | |
►CCodim | |
CPartition | |
►CGridView | |
CCodim | |
►CGridViewTraits | |
►CCodim | |
CPartition | |
CHierarchicIterator | |
CHostCorners | |
CIdSet | |
CIndexSet | |
CInferHasSingleGeometryType | |
CInferHasSingleGeometryType< hasSingleGeometryType, dim, 0 > | |
CInferHasSingleGeometryType< hasSingleGeometryType, dim, 1 > | |
CIntersection | |
CIntersectionCoordVector | |
CIntersectionIterator | |
CisCoordFunctionInterface | |
CisCoordFunctionInterface< AnalyticalCoordFunctionInterface< ct, dimD, dimR, Impl > > | |
CisCoordFunctionInterface< DiscreteCoordFunctionInterface< ct, dimR, Impl > > | |
CisDiscreteCoordFunctionInterface | |
CisDiscreteCoordFunctionInterface< DiscreteCoordFunctionInterface< ct, dimR, Impl > > | |
CIterator | |
CIterator< HostGridView, codim, pitype, G, false > | |
CIterator< HostGridView, codim, pitype, G, true > | |
CPartitionIteratorFilter | |
CPartitionIteratorFilter< codim, All_Partition, Grid > | |
CPartitionIteratorFilter< codim, Ghost_Partition, Grid > | |
CPartitionIteratorFilter< codim, Interior_Partition, Grid > | |
CPartitionIteratorFilter< codim, InteriorBorder_Partition, Grid > | |
CPartitionIteratorFilter< codim, Overlap_Partition, Grid > | |
CPartitionIteratorFilter< codim, OverlapFront_Partition, Grid > | |
►NVTK | |
CAppendedBase64DataArrayWriter | Streaming writer for data array tags, uses appended base64 format |
CAppendedRawDataArrayWriter | Streaming writer for data array tags, uses appended raw format |
CAsciiDataArrayWriter | Streaming writer for data array tags, uses ASCII inline format |
CBasicWriter | |
CBinaryDataArrayWriter | Streaming writer for data array tags, uses binary inline format |
CBoundaryIterator | Iterate over the GridViews boundary intersections |
CConformingConnectivityWriter | Writer for the connectivity array in conforming mode |
CConformingVolumeIteratorFactory | |
CConformingVolumeWriter | |
CCoordinatesWriter | Writer for the Coordinates array |
CCorner | Simple class representing a corner of a cell |
CCornerIterator | Iterate over the corners of some cell range |
CDataArrayWriter | Base class for data array writers |
CDataArrayWriterFactory | Factory for DataArrayWriters |
CFieldInfo | Descriptor struct for VTK fields |
CFunctionWriterBase | Base class for function writers |
CIntersectionIndexSet | |
CNakedBase64DataArrayWriter | Streaming writer for appended data array tags, uses base64 format |
CNakedRawDataArrayWriter | Streaming writer for appended data arrays, uses raw format |
CNonConformingBoundaryIteratorFactory | |
CNonConformingBoundaryWriter | |
CNonConformingConnectivityWriter | Writer for the connectivity array in nonconforming mode |
CNonConformingVolumeIteratorFactory | |
COffsetsWriter | Writer for the offsets array |
CPointIterator | Iterate over the points of some corner range |
CPrintType | Determine a type to safely put another type into a stream |
CPrintType< char > | |
CPrintType< signed char > | |
CPrintType< unsigned char > | |
CPVTUWriter | Dump a .vtu/.vtp files contents to a stream |
CSkeletonFunctionInterface | A prototype for VTKFunctions on the skeleton |
CSkeletonFunctionTraits | |
CSkeletonFunctionWriter | Function writer for skeleton functions |
CTypeName | Map type to its VTK name in data array |
CTypesWriter | Writer for the types array |
CVTKFunctionWriter | Base class for function writers |
CVTUWriter | Dump a .vtu/.vtp files contents to a stream |
►NVTKWriteTypeTraits | |
CIsLocalFunction | |
CAdaptDataHandle | |
CAdaptDataHandleInterface | Interface class for the Grid's adapt method where the parameter is a AdaptDataHandleInterface |
CAlbertaError | |
CAlbertaGrid | [ provides Dune::Grid ] |
CAlbertaGridCoordinateReader | |
►CAlbertaGridEntity | |
CCodim | |
►CAlbertaGridEntity< 0, dim, Grid > | |
CCodim | |
CAlbertaGridEntityPointer | EntityPointer implementation for AlbertaGrid |
CAlbertaGridEntitySeed | |
CAlbertaGridEntitySeed< 0, const AlbertaGrid< dim, dimworld > > | |
CAlbertaGridEntitySeed< codim, const AlbertaGrid< dim, dimworld > > | |
►CAlbertaGridFamily | |
►CTraits | |
►CCodim | |
CPartition | |
CAlbertaGridGeometry | Geometry implementation for AlbertaGrid |
CAlbertaGridGlobalGeometry | |
CAlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > > | |
►CAlbertaGridHierarchicIndexSet | |
CInitEntityNumber | |
CAlbertaGridHierarchicIterator | |
CAlbertaGridIdSet | Hierarchic index set of AlbertaGrid |
CAlbertaGridIndexSet | |
►CAlbertaGridIntersectionBase | |
CGlobalCoordReader | |
CLocalCoordReader | |
CAlbertaGridLeafIntersection | |
►CAlbertaGridLeafIntersectionIterator | |
CBegin | |
CEnd | |
CAlbertaGridLeafIterator | |
CAlbertaGridLeafIterator< codim, Ghost_Partition, GridImp > | |
CAlbertaGridLevelIterator | |
CAlbertaGridLevelIterator< codim, Ghost_Partition, GridImp > | |
►CAlbertaGridLevelProvider | |
CCalcMaxLevel | |
CInterpolation | |
CSetLocal | |
►CAlbertaGridLocalGeometryProvider | |
CCodim | |
CFaceCoordReader | |
CGeoInFatherCoordReader | |
CAlbertaGridTreeIterator | |
CAlbertaIOError | |
►CAlbertaLeafGridView | |
CCodim | Codim Structure |
►CAlbertaLeafGridViewTraits | |
►CCodim | |
CPartition | Define types needed to iterate over entities of a given partition type |
►CAlbertaLevelGridView | |
CCodim | Codim Structure |
►CAlbertaLevelGridViewTraits | |
►CCodim | |
CPartition | Define types needed to iterate over entities of a given partition type |
CAlbertaMarkerVector | Marker assigning subentities to one element containing them |
CAlbertaReader | |
CAlbertaTransformation | |
CAmiraMeshWriter | Provides file writing facilities in the AmiraMesh format |
CAnalyticalCoordFunction | Derive an implementation of an analytical coordinate function from this class |
CAnalyticalCoordFunctionInterface | Interface class for using an analytical function to define the geometry of a Dune::GeometryGrid. An implementation should be derived from Dune::AnalyticalCoordFunction and the evaluate method mapping has to be supplied |
Cb64chunk | Union representing the three byte text as well as the four 6 bit chunks |
Cb64data | |
Cb64txt | Struct with three bytes of text |
CBackupRestoreFacility | Facility for writing and reading grids |
CBackupRestoreFacility< AlbertaGrid< dim, dimworld > > | |
CBackupRestoreFacility< const Grid > | BackupRestoreFacility taking const Grid as type and deriving from the version with the const |
CBackupRestoreFacility< Dune::YaspGrid< dim, Coordinates > > | facility for writing and reading grids |
CBackupRestoreFacility< GeometryGrid< HostGrid, CoordFunction, Allocator > > | |
CBackupRestoreFacility< YaspGrid< dim, TensorProductCoordinates< ctype, dim > > > | facility for writing and reading grids |
CBase64Stream | Class to base64 encode a stream of data |
CBoundaryProjectionWrapper | |
CBoundarySegment | Base class for classes implementing geometries of boundary segments |
CBoundarySegmentWrapper | |
CCachedCoordFunction | |
CCircleBoundaryProjection | |
CCombinedAdaptProlongRestrict | Class for combining 2 index sets together for adaptation process |
CCommDataHandleIF | CommDataHandleIF describes the features of a data handle for communication in parallel runs using the Grid::communicate methods. Here the Barton-Nackman trick is used to interprete data handle objects as its interface. Therefore usable data handle classes need to be derived from this class |
CDefaultCoordFunction | |
CDefaultEntityPointer | |
CDefaultEntityPointer< Dune::Entity< codim, dim, Grid, EntityImp > > | |
►CDefaultLeafGridView | |
CCodim | Codim Structure |
►CDefaultLeafGridViewTraits | |
►CCodim | |
CPartition | Define types needed to iterate over entities of a given partition type |
►CDefaultLevelGridView | |
CCodim | Codim Structure |
►CDefaultLevelGridViewTraits | |
►CCodim | |
CPartition | Define types needed to iterate over entities of a given partition type |
CDGFBoundaryParameter | Contains types for additional features |
CDGFCoordFunction | |
CDGFCoordFunctionFactory | |
CDGFCoordFunctionFactory< HostGrid, CoordFunction, false > | |
CDGFCoordFunctionFactory< HostGrid, CoordFunction, true > | |
CDGFCoordFunctionFactory< HostGrid, DGFCoordFunction< dimD, dimR >, false > | |
CDGFEntityKey | |
CDGFException | Exception class for IO errors in the DGF parser |
CDGFGridFactory | |
CDGFGridFactory< AlbertaGrid< dim, dimworld > > | |
CDGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > > | |
CDGFGridFactory< IdentityGrid< HostGrid > > | |
CDGFGridFactory< OneDGrid > | |
CDGFGridFactory< YaspGrid< dim > > | Grid factory for YaspGrid with equidistant coordinates |
CDGFGridFactory< YaspGrid< dim, EquidistantOffsetCoordinates< double, dim > > > | Grid factory for YaspGrid with equidistant coordinates |
CDGFGridInfo | Some simple static information for a given GridType |
CDGFGridInfo< AlbertaGrid< dim, dimworld > > | |
CDGFGridInfo< GeometryGrid< HostGrid, CoordFunction, Allocator > > | |
CDGFGridInfo< IdentityGrid< HostGrid > > | |
CDGFGridInfo< OneDGrid > | |
CDGFGridInfo< YaspGrid< dim > > | |
CDGFGridInfo< YaspGrid< dim, EquidistantOffsetCoordinates< double, dim > > > | |
CDGFPrintInfo | |
CDGFWriter | Write a GridView to a DGF file |
CDiscreteCoordFunction | Derive an implementation of a discrete coordinate function from this class |
CDiscreteCoordFunctionInterface | Interface class for using a discrete function to define the geometry of a Dune::GeometryGrid. An implementation should be derived from Dune::DiscreteCoordinateFunction and the evaluate method taking an entity of the host grid together with the number of a vertex returns the coordinate in of that corner. The user must ensure continuity of this mapping. In addition an adapt method is provided which is called whenever adapt() is called on the Dune::GeometryGrid |
CDuneBoundaryProjection | Interface class for vertex projection at the boundary |
CDuneGridFormatParser | The DuneGridFormatParser class: reads a DGF file and stores build information in vector structures used by the MacroGrid class |
CElementFaceUtil | |
CEntity | Wrapper class for entities |
►CEntity< 0, dim, GridImp, EntityImp > | Template specialization of Dune::Entity for Elements (codim==0) |
CCodim | Entity types of the different codimensions |
CEntityCommHelper | |
CEntityCommHelper< All_All_Interface > | |
CEntityCommHelper< InteriorBorder_All_Interface > | |
CEntityCommHelper< InteriorBorder_InteriorBorder_Interface > | |
CEntityCommHelper< Overlap_All_Interface > | |
CEntityCommHelper< Overlap_OverlapFront_Interface > | |
CEntityDefaultImplementation | Default Implementations for EntityImp |
CEntityDefaultImplementation< 0, dim, GridImp, EntityImp > | Default Implementations for EntityImp (Elements [cd=0]) |
CEntityInfo | Structure to hold statistical information about one type of entity |
CEntityIterator | Interface class for an iterator over grid entities |
►CEntityPointer | Wrapper class for pointers to entities |
CCodim | EntityPointer types of the different codimensions |
CEntitySeed | Store a reference to an entity with a minimal memory footprint |
CEquidistantCoordinates | Container for equidistant coordinates in a YaspGrid |
CEquidistantOffsetCoordinates | Container for equidistant coordinates in a YaspGrid with non-trivial origin |
CGeometry | Wrapper class for geometries |
CGeometryDefaultImplementation | Default implementation for class Geometry |
CGeometryDefaultImplementation< 0, cdim, GridImp, GeometryImp > | |
►CGeometryGrid | Grid wrapper replacing the geometries |
►CCodim | Traits structure containing types for a codimension |
CPartition | |
CGeometryReference | |
CGlobalGeometryReference | |
►CGlobalIndexSet | Calculate globally unique index over all processes in a Dune grid |
CSubPartitionTypeProvider | Helper class to provide access to subentity PartitionTypes with a run-time codimension |
CSubPartitionTypeProvider< Entity, 0 > | |
CGlobalUniversalMapper | Universal mapper based on global ids |
CGmshReader | Read Gmsh mesh file |
CGmshReaderOptions | Options for read operation |
CGmshReaderParser | Dimension independent parts for GmshReaderParser |
CGmshWriter | Write Gmsh mesh file |
CGnuplotWriter | Writer for 1D grids in gnuplot format |
►CGrid | Grid abstract base class |
►CCodim | A Traits struct that collects all associated types of one implementation |
CPartition | A struct collecting all types depending on the partition iterator type |
►CGridDefaultImplementation | |
CReturnImplementationType | Helper class to choose correct implementation return type for getRealImplementation |
CReturnImplementationType< const T > | |
CGridError | Base class for exceptions in Dune grid modules |
CGridFactory | Provide a generic factory class for unstructured grids |
►CGridFactory< AlbertaGrid< dim, dimworld > > | Specialization of the generic GridFactory for AlbertaGrid |
CCodim | |
CProjectionFactory | |
►CGridFactory< UGGrid< dimworld > > | Specialization of the generic GridFactory for UGGrid |
CCodim | |
►CGridFactoryInterface | Provide a generic factory class for unstructured grids |
CCodim | |
►CGridPtr | Class for constructing grids from DGF files |
CDataHandle | |
Cmygrid_ptr | |
►CGridTraits | A traits struct that collects all associated types of one grid model |
►CCodim | Traits associated with a specific codim |
CPartition | Traits associated with a specific grid partition type |
►CGridView | Grid view abstract base class |
►CCodim | A struct that collects all associated types of one implementation from the Traits class |
CPartition | Define types needed to iterate over entities of a given partition type |
CGridViewInfo | Structure to hold information about a certain GridView |
CGridViewInfoGTCompare | Comparison object to sort GeometryType by majorly dimension |
CHierarchicSearch | Search an IndexSet for an Entity containing a given point |
CHostGridAccess | Access to host grid objects from GeometryGrid |
►CHostGridAccess< GeometryGrid< HG, CoordFunction, Allocator > > | |
CCodim | A Traits struct that collects return types of class member methods |
►CHostGridAccess< IdentityGrid< HG > > | |
CCodim | A Traits struct that collects return types of class member methods |
CIdenticalCoordFunction | |
CIdentityGrid | Provides a meta grid that is identical to its host |
CIdentityGridEntity | The implementation of entities in a IdentityGrid |
CIdentityGridEntity< 0, dim, GridImp > | Specialization for codim-0-entities |
CIdentityGridEntityPointer | |
CIdentityGridEntitySeed | The EntitySeed class provides the minimal information needed to restore an Entity using the grid |
CIdentityGridFamily | |
CIdentityGridGeometry | |
CIdentityGridGlobalIdSet | |
CIdentityGridHierarchicIterator | Iterator over the descendants of an entity |
CIdentityGridLeafIndexSet | |
CIdentityGridLeafIntersection | An intersection with a leaf neighbor element |
CIdentityGridLeafIntersectionIterator | Iterator over all element neighbors |
CIdentityGridLeafIterator | Iterator over all entities of a given codimension and level of a grid |
CIdentityGridLevelIndexSet | |
CIdentityGridLevelIntersection | |
CIdentityGridLevelIntersectionIterator | |
CIdentityGridLevelIterator | Iterator over all entities of a given codimension and level of a grid |
CIdentityGridLocalIdSet | |
CIdSet | Id Set Interface |
►CIndexSet | Index Set Interface base class |
CCodim | Export the type of the entity used as parameter in the index(...) method |
CIndexSetDefaultImplementation | Provide default implementation of method if IndexSet |
CIndexStack | |
CIntersection | Intersection of a mesh entity of codimension 0 ("element") with a "neighboring" element or with the domain boundary |
CIntersectionDefaultNormalVectors | Default Implementations of integrationOuterNormal and unitOuterNormal for IntersectionImp |
CIntersectionIterator | Mesh entities of codimension 0 ("elements") allow to visit all intersections with "neighboring" elements and with the domain boundary |
CLeafAmiraMeshWriter | Provides file writing facilities in the AmiraMesh format for leaf grids |
CLeafGnuplotWriter | GnuplotWriter on the leaf grid |
CLeafMultipleCodimMultipleGeomTypeMapper | Multiple codim and multiple geometry type mapper for leaf entities |
CLeafSingleCodimSingleGeomTypeMapper | Single codim and single geometry type mapper for leaf entities |
CLevelAmiraMeshWriter | Provides file writing facilities in the AmiraMesh format for level grids |
CLevelGnuplotWriter | GnuplotWriter on a given level grid |
CLevelMultipleCodimMultipleGeomTypeMapper | Multiple codim and multiple geometry type mapper for entities of one level |
CLevelSingleCodimSingleGeomTypeMapper | Single codim and single geometry type mapper for entities of one level |
CLocalGeometryReference | |
CLocalUniversalMapper | Universal mapper based on local ids |
CMacroGrid | |
CMakeableInterfaceObject | |
CMapper | Mapper interface |
CMaybeHaveOrigin | |
CMaybeHaveOrigin< Dune::EquidistantOffsetCoordinates< ctype, dim > > | |
CMCMGElementLayout | Layout template for elements |
CMCMGVertexLayout | Layout template for vertices |
CMessageBufferIF | Communication message buffer interface. This class describes the interface for reading and writing data to the communication message buffer. As message buffers might be deeply implemented in various packages the message buffers implementations cannot be derived from this interface class. Therefore we just apply the engine concept to wrap the message buffer call and make sure that the interface is fulfilled |
CMultipleCodimMultipleGeomTypeMapper | Implementation class for a multiple codim and multiple geometry type mapper |
COneDGrid | One-dimensional adaptive grid |
COneDGridFamily | |
CP0VTKFunction | Take a vector and interpret it as cell data for the VTKWriter |
CP1VTKFunction | Take a vector and interpret it as point data for the VTKWriter |
CPartitionSet | A set of PartitionType values |
CPersistentContainer | A class for storing data during an adaptation cycle |
CPersistentContainer< AlbertaGrid< dim, dimworld >, T > | |
CPersistentContainer< const Grid, T > | Refer PersistentContainer<const Grid> to the implementation of the mutable grid |
CPersistentContainer< GeometryGrid< HostGrid, CoordFunction, Allocator >, T > | |
CPersistentContainer< YaspGrid< dim, CoordCont >, T > | Specialization of the PersistentContainer for YaspGrid |
CPersistentContainerInterface | Persistent storage of data on all entities of a grid |
►CPersistentContainerMap | Map-based implementation of the PersistentContainer |
CIteratorWrapper | |
CResize | |
CPersistentContainerVector | Vector-based implementation of the PersistentContainer |
CPersistentContainerWrapper | |
CRawStream | Write out data in binary |
CSingleCodimSingleGeomTypeMapper | Implementation class for a single codim and single geometry type mapper |
CSizeCache | Organizes the caching of sizes for one grid and one GeometryType |
CStarCDReader | File reader for the Star-CD format |
CStructuredGridFactory | Construct structured cube and simplex grids in unstructured grid managers |
CStructuredGridFactory< YaspGrid< dim, EquidistantCoordinates< ctype, dim > > > | Specialization of the StructuredGridFactory for YaspGrid |
CStructuredGridFactory< YaspGrid< dim, EquidistantOffsetCoordinates< ctype, dim > > > | Specialization of the StructuredGridFactory for YaspGrid<EquidistantOffsetCoordinates> |
CSubsamplingVTKSequenceWriter | Writer for the ouput of grid functions in the vtk format |
CSubsamplingVTKWriter | Writer for the output of subsampled grid functions in the vtk format |
CTensorGridFactory | A factory class for conveniently creating tensorproduct grids |
CTensorGridFactoryCreator | |
CTensorGridFactoryCreator< YaspGrid< dim, TensorProductCoordinates< ctype, dim > > > | |
CTensorProductCoordinates | Coordinate container for a tensor product YaspGrid |
►CTorus | |
CProcListIterator | |
CUGGrid | Front-end for the grid manager of the finite element toolbox UG |
CUGGridFamily | |
CUniversalMapper | Implements a mapper for an arbitrary subset of entities |
►CVertexOrderByIdFactory | Factory for GeneralVertexOrder objects using an IdSet |
CVertexOrder | Type of vertex order object may depend on the dimension of the element |
CVTKFunction | A base class for grid functions with any return type and dimension |
CVTKSequenceWriter | Writer for the ouput of grid functions in the vtk format |
CVTKSequenceWriterBase | Base class to write pvd-files which contains a list of all collected vtk-files |
►CVTKWriter | Writer for the ouput of grid functions in the vtk format |
CCellIterator | Iterator over the grids elements |
CCornerIterator | Iterate over the elements' corners |
CVertexIterator | Iterate over the grid's vertices |
►CVTKLocalFunction | Type erasure wrapper for VTK data sets |
CFunctionWrapper | Type erasure implementation for functions conforming to the dune-functions LocalFunction interface |
CFunctionWrapperBase | Base class for polymorphic container of underlying data set |
CVTKFunctionWrapper | Type erasure implementation for legacy VTKFunctions |
CYaspEntity | |
►CYaspEntity< 0, dim, GridImp > | |
CCodim | |
CYaspEntity< dim, dim, GridImp > | |
CYaspEntityPointer | A pointer to a YaspGrid::Entity |
CYaspEntitySeed | Describes the minimal information necessary to create a fully functional YaspEntity |
CYaspFixedSizePartitioner | Implement partitioner that gets a fixed partitioning from an array If the given partitioning doesn't match the number of processors, the grid should be distributed to, an exception is thrown |
CYaspGeometry | The general version that handles all codimensions but 0 and dim |
CYaspGeometry< 0, cdim, GridImp > | Specialization for dim=0, this is a vertex |
CYaspGeometry< mydim, mydim, GridImp > | Specialize for dim=dimworld, i.e. a volume element |
CYaspGlobalIdSet | Persistent, globally unique Ids |
CYaspGrid | [ provides Dune::Grid ] |
CYaspGridFamily | |
CYaspHierarchicIterator | YaspHierarchicIterator enables iteration over son entities of codim 0 |
CYaspIndexSet | Implementation of Level- and LeafIndexSets for YaspGrid |
CYaspIntersection | YaspIntersection provides data about intersection with neighboring codim 0 entities |
CYaspIntersectionIterator | YaspIntersectionIterator enables iteration over intersections with neighboring codim 0 entities |
CYaspLevelIterator | Iterates over entities of one grid level |
CYaspPersistentContainerIndex | |
►CYGrid | Implements a collection of YGridComponents which form a codimension Entities of given codimension c need to be represented by d choose c YgridComponents. All entities in one such component share the same set of spanning unit vectors. A YGrid is used to iterate over the entire set of components the codimension consists of. It doesn't hold any data, but instead holds an iterator range into an array of components (which is owned by YGridLevel) |
CIterator | Iterator over a collection o YGrids A YGrid::Iterator is the heart of an entity in YaspGrid |
►CYGridComponent | |
CIterator | |
►CYGridList | Implements a collection of multiple std::deque<Intersection> Intersections with neighboring processors are stored as std::deque<Intersection>. Eachsuch intersection only holds one YGridComponent. To do all communication associated with one codimension, multiple such deques have to be concatenated. YGridList manges this concatenation. As for YGrids, YGridList doesn't hold any data, but an iterator range into a data array owned by YGridLevel |
CIntersection | Type describing an intersection with a neighboring processor |
CIterator | |
CYLoadBalance | Base class for the yaspgrid partitioning strategy The name might be irritating. It will probably change to YaspPartitionerBase in a 3.0 release |
CYLoadBalanceDefault | Implement the default load balance strategy of yaspgrid |
CYLoadBalancePowerD | Implement yaspgrid load balance strategy for P=x^{dim} processors |
►Nstd | STL namespace |
Citerator_traits< Dune::EntityIterator< codim, Grid, IteratorImp > > | |
Citerator_traits< Dune::IntersectionIterator< GridImp, IntersectionIteratorImp, IntersectionImp > > | |
CIsUnstructured | |
CIsUnstructured | |