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
|
| | 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) |
| | 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
|
| | 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;
TemplateVE(AbstractDataWithGhostNodes &data, const VectorTemplate &vectorT, unsigned int i=0, bool bIni=true)
acl::VectorOfElements initValues
Definition at line 51 of file aslTemplateVE.h.
◆ TemplateVE() [1/8]
- 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/8]
- 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/8]
this is used for matematical operations with TemplateVE
◆ TemplateVE() [4/8]
| asl::TemplateVE::TemplateVE |
( |
| ) |
|
◆ TemplateVE() [5/8]
- 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() [6/8]
- 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() [7/8]
this is used for matematical operations with TemplateVE
◆ TemplateVE() [8/8]
| asl::TemplateVE::TemplateVE |
( |
| ) |
|
◆ getValue() [1/2]
◆ getValue() [2/2]
◆ init() [1/4]
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/4]
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() [3/4]
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
◆ init() [4/4]
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 files: