|
__init__(self,
axes,
values,
default=None,
check=True)
|
|
_curl(self,
x,
y,
z)
|
|
_divergence(self,
x,
y,
z)
|
|
_strain(self,
x,
y,
z)
|
|
curl(self)
Returns
the curl @rtype VectorField
|
|
divergence(self)
Returns
the divergence @rtype ScalarField
|
|
divergenceCurlAndStrain(self)
Returns
all derivative fields: divergence, curl, and strain @rtype (ScalarField, VectorField, TensorField)
|
|
laplacian(self)
Returns
the laplacian @rtype VectorField
|
ScalarField
|
length(self)
Returns
a scalar field corresponding to the length (norm) of the vector
field.
|
|
strain(self)
Returns
the strain @rtype TensorField of rank 2
|
Scientifc.Geometry.Tensor
|
zero(self)
Returns
a tensor of the same rank as the field values with all elements
equal to zero
|
Inherited from TensorField :
__add__ ,
__call__ ,
__getitem__ ,
__sub__ ,
allDerivatives ,
derivative
Inherited from Functions.Interpolation.InterpolatingFunction :
__abs__ ,
__getattr__ ,
__getslice__ ,
__len__ ,
arccos ,
arcsin ,
arctan ,
cos ,
cosh ,
definiteIntegral ,
exp ,
fitPolynomial ,
integral ,
log ,
selectInterval ,
sin ,
sinh ,
sqrt ,
tan ,
tanh
|