| |
- abc.ABC(builtins.object)
-
- Transformation
-
- ElementTransformation
-
- IntervalTransformation
- TriangleTransformation
class Transformation(abc.ABC) |
|
Transformation(interval)
|
|
- Method resolution order:
- Transformation
- abc.ABC
- builtins.object
Methods defined here:
- __call__(self, ip)
- Call self as a function.
- __init__(self, interval)
- Initialize self. See help(type(self)) for accurate signature.
- jacobian(self, ip)
- map(self, ip)
Data descriptors defined here:
- __dict__
- dictionary for instance variables
- __weakref__
- list of weak references to the object
Data and other attributes defined here:
- __abstractmethods__ = frozenset({'_jacobian', '_map'})
- dim_domain = None
- dim_range = None
- eltype = None
|
|