54 if (src->
displc != NULL || src->
strain != NULL || src->
stress != NULL)
_errorr(
"results data not supported in copy constructor");
mNode(long i, const Mesh *m)
Constructor.
double ** Allocate1Ddp(long d1)
Function allocates ('new' command) a 1d array of double* pointers set to NULL.
double *** Allocate1Ddpp(long d1)
Function allocates ('new' command) a 1d array of double** pointers set to NULL.
void allocate_fields(int pid)
int nstrain_one(void) const
Class mNode contains and handles all mesh node data.
int ndisplc_one(void) const
int nLC
number of load cases
void DeleteArray3D(double ***array, long d1, long d2)
Function deletes a 3D 'double' array of dimension d1 x d2 x ??, allocated by new. ...
PoinT * copy(const PoinT *p)
int npa
number of allocated pointers
double *** strain
computed fields - strain
virtual ~mNode()
Destructor.
double *** displc
computed fields - displacement
double *** stress
computed fields - stress
const Problems ** P
set of pointers to solved problems
Class Mesh contains and handles all mesh data.