valSPH
|
#include <FourTensor.h>
Public Member Functions | |
FourTensor () | |
It creates a new empty FourTensor. | |
ThreeTensor | at (int pos) |
It consults the position supplied. | |
void | push_back (ThreeTensor threeTensor) |
It adds the value supplied at the end. | |
~FourTensor () | |
It destroys the FourTensor object. | |
FourTensor::FourTensor | ( | ) |
It creates a new empty FourTensor.
FourTensor::~FourTensor | ( | ) |
It destroys the FourTensor object.
ThreeTensor FourTensor::at | ( | int | pos | ) |
It consults the position supplied.
position | we need |
void FourTensor::push_back | ( | ThreeTensor | threeTensor | ) |
It adds the value supplied at the end.
value | that we need to store |