BEM++
2.0
|
Public Types | |
typedef ScalarTraits < BasisFunctionType > ::RealType | CoordinateType |
Static Public Member Functions | |
static void | getGlobalDofInterpolationPoints_defaultImplementation (const Space< BasisFunctionType > &space, arma::Mat< CoordinateType > &points) |
static void | getNormalsAtGlobalDofInterpolationPoints_defaultImplementation (const Space< BasisFunctionType > &space, arma::Mat< CoordinateType > &normals) |
static void | getGlobalDofBoundingBoxes_defaultImplementation (const GridView &view, const std::vector< std::vector< LocalDof > > &global2localDofs, std::vector< BoundingBox< CoordinateType > > &bboxes) |
static void | getGlobalDofNormals_defaultImplementation (const GridView &view, const std::vector< std::vector< LocalDof > > &global2localDofs, std::vector< Point3D< CoordinateType > > &normals) |
static void | initializeLocal2FlatLocalDofMap (size_t flatLocalDofCount, const std::vector< std::vector< GlobalDofIndex > > &local2globalDofs, std::vector< LocalDof > &flatLocal2localDofs) |