ASL
0.1.7
Advanced Simulation Library
|
Go to the documentation of this file.
28 #include "acl/aclMath/aclVectorOfElementsDef.h"
33 class VectorOfElementsData;
40 template <
typename V>
class DataWithGhostNodes;
41 typedef DataWithGhostNodes<acl::VectorOfElementsData>
43 typedef std::shared_ptr<DataWithGhostNodesACLData>
45 typedef DataWithGhostNodes<acl::VectorOfElements>
47 typedef std::shared_ptr<DataWithGhostNodesACL>
57 class LevelSet:
public NumMethod
113 std::unique_ptr<acl::Kernel>
kernel;
153 #endif //ASLLEVELSET_H
DataWithGhostNodes< acl::VectorOfElements > DataWithGhostNodesACL
vector< acl::VectorOfElements > lVelocities
std::unique_ptr< acl::Kernel > kernel
virtual void initDistancesComputation()=0
virtual void initVelocityComputation()=0
acl::VectorOfElements getBoundaryCenter(unsigned int iEl)
generates expression for center of a boundary element
std::shared_ptr< DataWithGhostNodesACLData > SPDataWithGhostNodesACLData
SPDataWithGhostNodesACL DataGen
std::shared_ptr< LevelSet > SPLevelSet
DataWithGhostNodes< acl::VectorOfElementsData > DataWithGhostNodesACLData
acl::VectorOfElements isBoundaryDir(unsigned int iDir)
generates expression resulting true if there is a boundary in this direction
unique_ptr< TemplateVE > distanceTVE
vector< acl::Element > gcBoundaryArea(unsigned int iEl, acl::VectorOfElements ¢er, acl::VectorOfElements &area)
generates expression for area of a boundary element
acl::VectorOfElements getValueOnBoundary(acl::VectorOfElements field, unsigned int iDir)
generates expression resulting the value of the field
The class represents several Element.
const VectorTemplate * vectorTemplate
acl::VectorOfElements isBoundaryEl(unsigned int iEl)
generates expression resulting true if there is a boundary within the element
void initKernelPropagation()
SPDataWithGhostNodesACLData Data
virtual void execute()
Executes the numerical procedure.
acl::VectorOfElements getBoundaryPoint(unsigned int iDir)
computes coordinates of the surface point on the iDir vector
const VectorTemplate * getVectorTemplate() const
Defines set of vectros with several properties.
Defines andditionl features related to a VectorTemplate.
virtual void init()
Builds the necesery internal data and kernels.
std::shared_ptr< DataWithGhostNodesACL > SPDataWithGhostNodesACL
Data distanceFieldInternalData
Advanced Simulation Library.
Advanced Computational Language.