ASL
0.1.7
Advanced Simulation Library
|
Go to the documentation of this file.
27 #include <acl/Kernels/aclKernel.h>
28 #include <math/aslVectors.h>
38 class VectorOfElementsData;
65 void loadIndicesToACL();
66 void loadValuesFromACL();
75 const unsigned int getNComponents()
const;
76 const unsigned int getNDimensions()
const;
77 inline vector<double> & getComponent(
unsigned int i);
97 void loadPointsToACL();
98 void loadValuesFromACL();
107 const unsigned int getNComponents()
const;
108 const unsigned int getNDimensions()
const;
109 inline vector<double> & getComponent(
unsigned int i);
116 inline vector<double> & Probe::getComponent(
unsigned int i)
124 unsigned int nC(getNComponents());
126 for (
unsigned int i(0); i < nC; ++i)
127 value[i] = values[i][pointNumber];
132 inline vector<double> & ProbeLI::getComponent(
unsigned int i)
140 unsigned int nC(getNComponents());
142 for (
unsigned int i(0); i < nC; ++i)
143 value[i] = values[i][pointNumber];
acl::SPVectorOfElementsData indicesACL
std::vector< int > indices
acl::SPVectorOfElementsData valuesACL
vector< vector< double > > values
shared_ptr< VectorOfElementsData > SPVectorOfElementsData
shared_ptr< AbstractData > SPAbstractData
vector< vector< double > > values
acl::SPVectorOfElementsData valuesACL
Collects point values from the input data.
Collects point values from the input data with linear interpolation
std::vector< AVec<> > points
acl::SPVectorOfElementsData pointsACL
Advanced Simulation Library.
Advanced Computational Language.