|
float
|
_Lsup(...)
Returns:
the Lsup-norm of the object |
|
|
|
Data
|
__abs__(...)
Returns:
absolute value |
|
|
|
|
__add__(...)
__add__( (Data)arg1, (object)arg2) -> object |
|
|
|
|
__div__(...)
__div__( (Data)arg1, (object)arg2) -> object |
|
|
|
Data
|
__getitem__(...)
Used by the python [] operator |
|
|
|
|
__iadd__(...)
__iadd__( (object)arg1, (object)arg2) -> object |
|
|
|
|
__idiv__(...)
__idiv__( (object)arg1, (object)arg2) -> object |
|
|
|
|
__imul__(...)
__imul__( (object)arg1, (object)arg2) -> object |
|
|
|
|
__init__(...)
__init__( (object)arg1) -> None |
|
|
|
|
__isub__(...)
__isub__( (object)arg1, (object)arg2) -> object |
|
|
|
|
__mul__(...)
__mul__( (Data)arg1, (object)arg2) -> object |
|
|
|
Data
|
__neg__(...)
Returns:
negation of the values in this object |
|
|
|
Data
|
__pos__(...)
__pos__( (Data)arg1) -> Data : |
|
|
|
Data
|
__pow__(...)
Used by the python ** operator |
|
|
|
|
__radd__(...)
__radd__( (Data)arg1, (object)arg2) -> object |
|
|
|
|
__rdiv__(...)
__rdiv__( (Data)arg1, (object)arg2) -> object |
|
|
|
|
|
|
|
__rmul__(...)
__rmul__( (Data)arg1, (object)arg2) -> object |
|
|
|
Data
|
__rpow__(...)
__rpow__( (Data)arg1, (object)arg2) -> Data : |
|
|
|
|
__rsub__(...)
__rsub__( (Data)arg1, (object)arg2) -> object |
|
|
|
|
__rtruediv__(...)
__rtruediv__( (Data)arg1, (object)arg2) -> Data |
|
|
|
|
|
|
|
__str__(...)
__str__( (Data)arg1) -> str |
|
|
|
|
__sub__(...)
__sub__( (Data)arg1, (object)arg2) -> object |
|
|
|
|
__truediv__(...)
__truediv__( (Data)arg1, (object)arg2) -> Data |
|
|
|
|
_acos(...)
_acos( (Data)arg1) -> Data |
|
|
|
|
_acosh(...)
_acosh( (Data)arg1) -> Data |
|
|
|
|
_asin(...)
_asin( (Data)arg1) -> Data |
|
|
|
|
_asinh(...)
_asinh( (Data)arg1) -> Data |
|
|
|
|
_atan(...)
_atan( (Data)arg1) -> Data |
|
|
|
|
_atanh(...)
_atanh( (Data)arg1) -> Data |
|
|
|
|
_cos(...)
_cos( (Data)arg1) -> Data |
|
|
|
|
_cosh(...)
_cosh( (Data)arg1) -> Data |
|
|
|
|
_eigenvalues(...)
_eigenvalues( (Data)arg1) -> Data |
|
|
|
|
_eigenvalues_and_eigenvectors(...)
_eigenvalues_and_eigenvectors( (Data)arg1 [, (float)tol=1e-13]) -> tuple |
|
|
|
|
_erf(...)
_erf( (Data)arg1) -> Data |
|
|
|
|
_exp(...)
_exp( (Data)arg1) -> Data |
|
|
|
|
_grad(...)
_grad( (Data)arg1 [, (FunctionSpace)arg2]) -> Data |
|
|
|
float
|
_inf(...)
Returns:
minimum value over all components and all data points |
|
|
|
tuple
|
_integrateToTuple(...)
Returns:
Calculate the integral over the function space domain as a python tuple |
|
|
|
|
_interpolate(...)
_interpolate( (Data)arg1, (FunctionSpace)arg2) -> Data |
|
|
|
|
_interpolateTable3d(...)
_interpolateTable3d( (Data)table, (object)Amin, (float)Astep, (float)B, (Data)Bmin, (float)Bstep, (float)C, (Data)Cmin, (float)Cstep, (float)undef=1.0000000000000001e+50, (float)check_boundaries=False, (bool)For internal use only. |
|
|
|
|
_inverse(...)
Returns:
inverse of square matricies |
|
|
|
|
_log(...)
_log( (Data)arg1) -> Data |
|
|
|
|
_log10(...)
_log10( (Data)arg1) -> Data |
|
|
|
|
_maxval(...)
_maxval( (Data)arg1) -> Data |
|
|
|
|
_minval(...)
_minval( (Data)arg1) -> Data |
|
|
|
|
_nonsymmetric(...)
_nonsymmetric( (Data)arg1) -> Data |
|
|
|
|
_sign(...)
_sign( (Data)arg1) -> Data |
|
|
|
|
_sin(...)
_sin( (Data)arg1) -> Data |
|
|
|
|
_sinh(...)
_sinh( (Data)arg1) -> Data |
|
|
|
|
_sqrt(...)
_sqrt( (Data)arg1) -> Data |
|
|
|
float
|
_sup(...)
Returns:
the maximum value over all data points. |
|
|
|
|
_swap_axes(...)
_swap_axes( (Data)arg1, (int)arg2, (int)arg3) -> Data |
|
|
|
|
_symmetric(...)
_symmetric( (Data)arg1) -> Data |
|
|
|
|
_tan(...)
_tan( (Data)arg1) -> Data |
|
|
|
|
_tanh(...)
_tanh( (Data)arg1) -> Data |
|
|
|
|
_trace(...)
_trace( (Data)arg1, (int)arg2) -> Data |
|
|
|
|
_transpose(...)
_transpose( (Data)arg1, (int)arg2) -> Data |
|
|
|
|
_whereNegative(...)
_whereNegative( (Data)arg1) -> Data |
|
|
|
|
_whereNonNegative(...)
_whereNonNegative( (Data)arg1) -> Data |
|
|
|
|
_whereNonPositive(...)
_whereNonPositive( (Data)arg1) -> Data |
|
|
|
|
_whereNonZero(...)
_whereNonZero( (Data)arg1 [, (float)tol=0.0]) -> Data |
|
|
|
|
_wherePositive(...)
_wherePositive( (Data)arg1) -> Data |
|
|
|
|
_whereZero(...)
_whereZero( (Data)arg1 [, (float)tol=0.0]) -> Data |
|
|
|
|
copy(...)
Make this object a copy of other |
|
|
|
|
copyWithMask(...)
Selectively copy values from other Data.Datapoints which correspond to postive values in mask will be copied from other |
|
|
|
|
delay(...)
Convert this object into lazy representation |
|
|
|
|
dump(...)
Save the data as a netCDF file |
|
|
|
|
expand(...)
Convert the data to expanded representation if it is not expanded already. |
|
|
|
Domain
|
|
|
FunctionSpace
|
|
|
int
|
|
|
positive int
|
getRank(...)
Returns:
the number of indicies required to address a component of a datapoints |
|
|
|
tuple
|
getShape(...)
getShape( (Data)arg1) -> tuple : |
|
|
|
int
|
getTagNumber(...)
Return tag number for the specified datapoint |
|
|
|
tuple
|
|
|
tuple
|
|
|
|
interpolate(...)
Interpolate this object's values into a new functionspace. |
|
|
|
Data
|
interpolateTable(...)
Creates a new Data object by interpolating using the source data (which are
looked up in table)
A must be the outer dimension on the table |
|
|
|
bool
|
isConstant(...)
Returns:
True if this Data is an instance of DataConstant |
|
|
|
bool
|
isEmpty(...)
Is this object an instance of DataEmpty |
|
|
|
bool
|
isExpanded(...)
Returns:
True if this Data is expanded. |
|
|
|
bool
|
isLazy(...)
Returns:
True if this Data is lazy. |
|
|
|
|
|
|
bool
|
isReady(...)
Returns:
True if this Data is not lazy. |
|
|
|
bool
|
isTagged(...)
Returns:
True if this Data is expanded. |
|
|
|
|
maxGlobalDataPoint(...)
Please consider using getSupLocator() from pdetools instead. |
|
|
|
|
minGlobalDataPoint(...)
Please consider using getInfLocator() from pdetools instead. |
|
|
|
|
resolve(...)
Convert the data to non-lazy representation. |
|
|
|
|
saveDX(...)
Save the object in DX format. |
|
|
|
|
saveVTK(...)
Save the object in VTK format. |
|
|
|
|
|
|
|
|
|
|
setToZero(...)
After this call the object will store values of the same shape as before but all components will be zero. |
|
|
|
|
setValueOfDataPoint(...)
setValueOfDataPoint( (Data)arg1, (int)dataPointNo, (object)value) -> None |
|
|
|
|
tag(...)
Convert data to tagged representation if it is not already tagged or expanded |
|
|
|
|
|
|
Inherited from unreachable.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|