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>
The class represents several Element.
Numerical method which computes evolution of an interface.
virtual void execute()
Executes the numerical procedure.
acl::VectorOfElements getBoundaryCenter(unsigned int iEl)
generates expression for center of a boundary element
acl::VectorOfElements isBoundaryEl(unsigned int iEl)
generates expression resulting true if there is a boundary within the element
Data distanceFieldInternalData
SPDataWithGhostNodesACLData Data
std::unique_ptr< acl::Kernel > kernel
virtual void init()
Builds the necesery internal data and kernels.
vector< acl::Element > gcBoundaryArea(unsigned int iEl, acl::VectorOfElements ¢er, acl::VectorOfElements &area)
generates expression for area of a boundary element
vector< acl::Element > gcBoundaryArea(acl::VectorOfElements ¢er, acl::VectorOfElements &area)
generates expression for area of a boundary element
const VectorTemplate * getVectorTemplate() const
SPDataWithGhostNodesACL DataGen
acl::VectorOfElements getValueOnBoundary(acl::VectorOfElements field, unsigned int iDir)
generates expression resulting the value of the field
void initKernelPropagation()
const VectorTemplate * vectorTemplate
virtual void initVelocityComputation()=0
unique_ptr< TemplateVE > distanceTVE
vector< acl::VectorOfElements > lVelocities
acl::VectorOfElements getBoundaryPoint(unsigned int iDir)
computes coordinates of the surface point on the iDir vector
acl::VectorOfElements isBoundaryDir(unsigned int iDir)
generates expression resulting true if there is a boundary in this direction
virtual void initDistancesComputation()=0
Defines andditionl features related to a VectorTemplate.
Defines set of vectros with several properties.
Advanced Computational Language.
Advanced Simulation Library.
DataWithGhostNodes< acl::VectorOfElementsData > DataWithGhostNodesACLData
std::shared_ptr< LevelSet > SPLevelSet
DataWithGhostNodes< acl::VectorOfElements > DataWithGhostNodesACL
std::shared_ptr< DataWithGhostNodesACL > SPDataWithGhostNodesACL
std::shared_ptr< DataWithGhostNodesACLData > SPDataWithGhostNodesACLData