N-dimensional array

class xc.nDarray

Bases: Boost.Python.instance

frobeniusNorm((nDarray)arg1) float :

Returns the Frobenius norm.

C++ signature :

double frobeniusNorm(XC::nDarray {lvalue})

generalNorm((nDarray)arg1, (float)arg2) float :

Returns the general p-th norm.

C++ signature :

double generalNorm(XC::nDarray {lvalue},double)

class xc.BJmatrix

Bases: xc.nDarray

class xc.BJtensor

Bases: xc.nDarray

class xc.Cosseratstraintensor

Bases: xc.BJtensor

class xc.Cosseratstresstensor

Bases: xc.BJtensor

class xc.straintensor

Bases: xc.stressstraintensor

class xc.stresstensor

Bases: xc.stressstraintensor

deviator((stresstensor)arg1) stresstensor :
C++ signature :

XC::stresstensor deviator(XC::stresstensor {lvalue})

principal((stresstensor)arg1) stresstensor :
C++ signature :

XC::stresstensor principal(XC::stresstensor {lvalue})