This class contains VectorOfElements which corresponds to values of a field in littice nodes.
More...
#include <aslTemplateVE.h>
|
| TemplateVE (AbstractDataWithGhostNodes &data, const VectorTemplate &vectorT, unsigned int i=0, bool bIni=true) |
|
| TemplateVE (DistanceFunction &data, acl::VectorOfElements &position, const VectorTemplate &vectorT, unsigned int i=0) |
|
| TemplateVE (const acl::VectorOfElements &val, const VectorTemplate &vectorT) |
| this is used for matematical operations with TemplateVE More...
|
|
| TemplateVE () |
|
acl::VectorOfElements | getValue (unsigned int i) |
|
void | init (AbstractDataWithGhostNodes &data, const VectorTemplate &vectorT, unsigned int i=0, bool bIni=true) |
|
void | init (DistanceFunction &data, acl::VectorOfElements &position, const VectorTemplate &vectorT, unsigned int i=0) |
|
This class contains VectorOfElements which corresponds to values of a field in littice nodes.
This class contains VectorOfElements (VE) with PrivateVariables. This list should be added to the kernel before use as follows:
Kernel kernel;
This class contains VectorOfElements which corresponds to values of a field in littice nodes.
acl::VectorOfElements initValues
Definition at line 51 of file aslTemplateVE.h.
◆ TemplateVE() [1/4]
- Parameters
-
data | is a data field |
vectorT | is a tempate vector |
i | is the number of component (for a case with multicomponent data) |
bIni | incase of true it generates private variable for storage otherwise it uses direct acces
|
◆ TemplateVE() [2/4]
- Parameters
-
data | is a data field |
position | contains current position (not index) |
vectorT | is a tempate vector |
i | is the number of component (for a case with multicomponent data) |
◆ TemplateVE() [3/4]
this is used for matematical operations with TemplateVE
◆ TemplateVE() [4/4]
asl::TemplateVE::TemplateVE |
( |
| ) |
|
◆ getValue()
◆ init() [1/2]
Note: the init function does not make initialization of values in case whete its length remains the same. this is usefull for reuse of private variables
- Parameters
-
data | is a data field |
vectorT | is a tempate vector |
i | is the number of component (for a case with multicomponent data) |
bIni | incase of true it generates private variable for storage otherwise it uses direct acces
|
◆ init() [2/2]
Note: the init function does not make initialization of values in case whete its length remains the same. this is usefull for reuse of private variables
- Todo:
- Fnish!!! not distance functino but Position function
◆ initValues
◆ values
◆ vectorTemplate
◆ vto
The documentation for this class was generated from the following file: