|
NEML2 2.1.0
|
Parent class for Orientation Distribution Functions
Args:
X (neml2.tensors.Rot): rotations, must have a single batch dimension

Public Member Functions | |
| __init__ (self, X) | |
| n (self) | |
| texture_index (self, deg=5) | |
| __init__ (self, X) | |
| texture_index (self, deg=5) | |
| n (self) | |
Public Attributes | |
| X = X | |
| __init__ | ( | self, | |
| X ) |
| __init__ | ( | self, | |
| X ) |
| n | ( | self | ) |
| n | ( | self | ) |
| texture_index | ( | self, | |
| deg = 5 ) |
Integrate the texture index as a probability
i.e. int_SO(3) (f(x) / Pi)**2.0 dV
Keyword Arguments:
deg (int): quadrature order to use
| texture_index | ( | self, | |
| deg = 5 ) |
Integrate the texture index as a probability
i.e. int_SO(3) (f(x) / Pi)**2.0 dV
Keyword Arguments:
deg (int): quadrature order to use
| X = X |