ASL  0.1.7
Advanced Simulation Library
Public Types | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members

Numerical method which computes evolution of an interface with a crystalographic kinetics. More...

#include <aslLSFacetedGrowth.h>

Inheritance diagram for asl::LSFacetedGrowth:
Inheritance graph
[legend]
Collaboration diagram for asl::LSFacetedGrowth:
Collaboration graph
[legend]

Public Types

typedef SPDataWithGhostNodesACLData Data
 
typedef SPDataWithGhostNodesACL DataGen
 
- Public Types inherited from asl::LevelSetLinear
typedef SPDataWithGhostNodesACLData Data
 
typedef SPDataWithGhostNodesACL DataGen
 
- Public Types inherited from asl::LevelSet
typedef SPDataWithGhostNodesACLData Data
 
typedef SPDataWithGhostNodesACL DataGen
 

Public Member Functions

 LSFacetedGrowth ()
 
 LSFacetedGrowth (Data df, DataGen c)
 
 ~LSFacetedGrowth ()
 
- Public Member Functions inherited from asl::LevelSetLinear
 LevelSetLinear ()
 
 LevelSetLinear (Data df)
 
 ~LevelSetLinear ()
 
- Public Member Functions inherited from asl::LevelSet
acl::VectorOfElements isBoundaryEl (unsigned int iEl)
 generates expression resulting true if there is a boundary within the element More...
 
acl::VectorOfElements isBoundaryDir (unsigned int iDir)
 generates expression resulting true if there is a boundary in this direction More...
 
acl::VectorOfElements getValueOnBoundary (acl::VectorOfElements field, unsigned int iDir)
 generates expression resulting the value of the field More...
 
acl::VectorOfElements getBoundaryCenter (unsigned int iEl)
 generates expression for center of a boundary element More...
 
vector< acl::ElementgcBoundaryArea (unsigned int iEl, acl::VectorOfElements &center, acl::VectorOfElements &area)
 generates expression for area of a boundary element More...
 
vector< acl::ElementgcBoundaryArea (acl::VectorOfElements &center, acl::VectorOfElements &area)
 generates expression for area of a boundary element More...
 
acl::VectorOfElements getBoundaryPoint (unsigned int iDir)
 computes coordinates of the surface point on the iDir vector More...
 
 LevelSet ()
 
 LevelSet (Data df)
 
 ~LevelSet ()
 
const VectorTemplategetVectorTemplate () const
 
virtual void init ()
 Builds the necesery internal data and kernels. More...
 
virtual void execute ()
 Executes the numerical procedure. More...
 
- Public Member Functions inherited from asl::NumMethod
virtual ~NumMethod ()
 

Public Attributes

CrystallographicParameters crystallography
 

Protected Member Functions

virtual void initVelocityComputation ()
 
- Protected Member Functions inherited from asl::LevelSetLinear
virtual void initDistancesComputation ()
 
- Protected Member Functions inherited from asl::LevelSet
void initKernelPropagation ()
 

Protected Attributes

DataGen superSaturation
 
- Protected Attributes inherited from asl::LevelSet
std::unique_ptr< acl::Kernelkernel
 
Data distanceField
 
Data distanceFieldInternalData
 
const VectorTemplatevectorTemplate
 
const VTObjectsvto
 
unique_ptr< TemplateVEdistanceTVE
 
vector< acl::VectorOfElementslVelocities
 

Detailed Description

Numerical method which computes evolution of an interface with a crystalographic kinetics.

Definition at line 91 of file aslLSFacetedGrowth.h.

Member Typedef Documentation

◆ Data

Definition at line 94 of file aslLSFacetedGrowth.h.

◆ DataGen

Definition at line 95 of file aslLSFacetedGrowth.h.

Constructor & Destructor Documentation

◆ LSFacetedGrowth() [1/2]

asl::LSFacetedGrowth::LSFacetedGrowth ( )

◆ LSFacetedGrowth() [2/2]

asl::LSFacetedGrowth::LSFacetedGrowth ( Data  df,
DataGen  c 
)
Parameters
dis points position
cis super saturation field

◆ ~LSFacetedGrowth()

asl::LSFacetedGrowth::~LSFacetedGrowth ( )

Member Function Documentation

◆ initVelocityComputation()

virtual void asl::LSFacetedGrowth::initVelocityComputation ( )
protectedvirtual

Implements asl::LevelSet.

Member Data Documentation

◆ crystallography

CrystallographicParameters asl::LSFacetedGrowth::crystallography

Definition at line 97 of file aslLSFacetedGrowth.h.

◆ superSaturation

DataGen asl::LSFacetedGrowth::superSaturation
protected

Definition at line 99 of file aslLSFacetedGrowth.h.


The documentation for this class was generated from the following file: