ASL 0.1.7
Advanced Simulation Library
|
Classes | |
class | asl::PositionFunction |
class | asl::PFBinaryOperation |
class | asl::PFUnaryOperation |
class | asl::PFOperationPlus |
class | asl::PFOperationMinus |
class | asl::PFOperationProduct |
class | asl::PFOperationInversion |
class | asl::PFConstant |
class | asl::PFLinear |
class | asl::PFRotationField |
creates function corresponding to a velocity field More... | |
class | asl::PFSign |
Typedefs | |
typedef std::shared_ptr< PositionFunction > | asl::SPPositionFunction |
typedef std::shared_ptr< PositionFunction > asl::SPPositionFunction |
Definition at line 58 of file aslPositionFunction.h.
SPAbstractDataWithGhostNodes asl::generateDataContainer_SP | ( | const Block & | b, |
SPPositionFunction | df, | ||
unsigned int | gN, | ||
acl::TypeID | t | ||
) |
SPPositionFunction asl::generatePFConstant | ( | const AVec< double > & | a | ) |
SPPositionFunction asl::generatePFConstant | ( | double | a | ) |
SPPositionFunction asl::generatePFLinear | ( | const AVec< double > & | g, |
double | p0 | ||
) |
SPPositionFunction asl::generatePFLinear | ( | const AVec< double > & | g, |
UValue< T > | p0 | ||
) |
SPPositionFunction asl::generatePFRotationField | ( | const AVec< double > & | axis, |
const AVec< double > & | c | ||
) |
void asl::initData | ( | SPAbstractDataWithGhostNodes | d, |
SPPositionFunction | f | ||
) |
Initialize d
by f
.
void asl::initData | ( | SPAbstractDataWithGhostNodes | d, |
SPPositionFunction | f, | ||
const acl::KernelConfiguration & | k | ||
) |
Initialize d
by f
.
|
inline |
Definition at line 215 of file aslPositionFunction.h.
|
inline |
Definition at line 200 of file aslPositionFunction.h.
|
inline |
Definition at line 210 of file aslPositionFunction.h.
|
inline |
Definition at line 205 of file aslPositionFunction.h.
|
inline |
Definition at line 220 of file aslPositionFunction.h.