ASL
0.1.7
Advanced Simulation Library
|
Go to the source code of this file.
Namespaces | |
asl | |
Advanced Simulation Library. | |
Functions | |
acl::VectorOfElements | asl::isGhostNode (TemplateVE &distanceTVE, unsigned int i) |
returns expression corresponding to check if the node in i^th direction is ghost one More... | |
acl::VectorOfElements | asl::isComputationNode (TemplateVE &distanceTVE, unsigned int i) |
returns expression corresponding to check if the node in i^th direction is computation one More... | |
acl::VectorOfElements | asl::nGhostNodesInCell (TemplateVE &distanceTVE, unsigned int i) |
returns expression corresponding to number of ghost nodes in a cell i More... | |
acl::VectorOfElements | asl::isBoundaryBetween (TemplateVE &distanceTVE, unsigned int iE, unsigned int i, unsigned int j) |
returns expression corresponding to check if there is a boundary between nodes i^th and j^th within cell iE More... | |
acl::VectorOfElements | asl::exBoundaryX (TemplateVE &distanceTVE, unsigned int i) |
returns expression corresponding to the relative boundary position in direction i More... | |
acl::VectorOfElements | asl::exBoundaryCenter (TemplateVE &distanceTVE, unsigned int iEl) |
generates expresion for center of a boundary element More... | |
vector< acl::Element > | asl::gcBoundaryArea (TemplateVE &distanceTVE, unsigned int iEl, acl::VectorOfElements ¢er, acl::VectorOfElements &area) |
generates expresion for area of a boundary element More... | |
vector< acl::Element > | asl::gcBoundaryAreaPerGhostPoint (TemplateVE &distanceTVE, unsigned int iEl, acl::VectorOfElements ¢er, acl::VectorOfElements &area) |
generates expresion for area of a boundary element More... | |
vector< acl::Element > | asl::gcBoundaryArea (TemplateVE &distanceTVE, acl::VectorOfElements &area) |
generates expresion for area of a boundary element More... | |
vector< acl::Element > | asl::gcBoundaryAreaPerGhostPoint (TemplateVE &distanceTVE, acl::VectorOfElements &area) |
generates expresion for area of a boundary element More... | |