|
| SPDistanceFunction | asl::generateDFSphere (double r, const AVec< double > &c) |
| | generates sphere
|
| SPDistanceFunction | asl::generateDFCylinderInf (double r, const AVec< double > &l, const AVec< double > &c) |
| | generates infinite cylinder
|
| SPDistanceFunction | asl::generateDFCylinder (double r, const AVec< double > &l, const AVec< double > &c) |
| | generates cylinder
|
| SPDistanceFunction | asl::generateDFCone (double r, const AVec< double > &l, const AVec< double > &a) |
| | generates cone
|
| SPDistanceFunction | asl::generateDFPlane (const AVec< double > &n, const AVec< double > &p0) |
| SPDistanceFunction | asl::generateDFConvexPolygonPrism (std::vector< AVec< double > > points) |
| | generates infinite prism with convex polygon at its base
|
| SPDistanceFunction | asl::generateDFConvexPolygonPyramid (std::vector< AVec< double > > points, AVec< double > a) |
| | generates pyramid with convex polygon at its base and apex a
|
| SPDistanceFunction | asl::generateDFInBlock (const Block &b, unsigned int nG) |
| | generates map corresponding to external (ghost) part of the block
|
| SPDistanceFunction | asl::operator& (SPDistanceFunction a, SPDistanceFunction b) |
| SPDistanceFunction | asl::operator| (SPDistanceFunction a, SPDistanceFunction b) |
| SPDistanceFunction | asl::operator- (SPDistanceFunction a) |
| SPDistanceFunction | asl::normalize (SPDistanceFunction a, double dx) |
| SPAbstractDataWithGhostNodes | asl::generateDataContainer_SP (const Block &b, SPDistanceFunction df, unsigned int gN, acl::TypeID t) |