ASL 0.1.7
Advanced Simulation Library
|
#include <acl/aclMath/aclVectorOfElementsDef.h>
#include <aslUtilities.h>
Go to the source code of this file.
Namespaces | |
namespace | 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 | |
acl::VectorOfElements | asl::isComputationNode (TemplateVE &distanceTVE, unsigned int i) |
returns expression corresponding to check if the node in i^th direction is computation one | |
acl::VectorOfElements | asl::nGhostNodesInCell (TemplateVE &distanceTVE, unsigned int i) |
returns expression corresponding to number of ghost nodes in a cell i | |
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 | |
acl::VectorOfElements | asl::exBoundaryX (TemplateVE &distanceTVE, unsigned int i) |
returns expression corresponding to the relative boundary position in direction i | |
acl::VectorOfElements | asl::exBoundaryCenter (TemplateVE &distanceTVE, unsigned int iEl) |
generates expresion for center of a boundary element | |
vector< acl::Element > | asl::gcBoundaryArea (TemplateVE &distanceTVE, unsigned int iEl, acl::VectorOfElements ¢er, acl::VectorOfElements &area) |
generates expresion for area of a boundary element | |
vector< acl::Element > | asl::gcBoundaryAreaPerGhostPoint (TemplateVE &distanceTVE, unsigned int iEl, acl::VectorOfElements ¢er, acl::VectorOfElements &area) |
generates expresion for area of a boundary element | |
vector< acl::Element > | asl::gcBoundaryArea (TemplateVE &distanceTVE, acl::VectorOfElements &area) |
generates expresion for area of a boundary element | |
vector< acl::Element > | asl::gcBoundaryAreaPerGhostPoint (TemplateVE &distanceTVE, acl::VectorOfElements &area) |
generates expresion for area of a boundary element | |