warp.fem.SkewSymmetricTensorMapper#
- class warp.fem.SkewSymmetricTensorMapper(dtype)[source]#
Orthonormal isomorphism from R^{n (n-1)} to nxn skew-symmetric tensors, using usual L2 norm for vectors and half Frobenius norm, (tau : tau)/2 for tensors.
- Parameters:
dtype (type)
Methods
__init__(dtype)Attributes
dof_to_valuevalue_to_dofvalue_dtypeValue type produced by this mapper.
dof_dtypeDegree-of-freedom type for each node.
DOF_SIZENumber of scalar components per node degree of freedom.
- dof_to_value_2d = <Function SkewSymmetricTensorMapper__dof_to_value_2d(dof: float)>#
- Parameters:
dof (float)
- value_to_dof_2d = <Function SkewSymmetricTensorMapper__value_to_dof_2d(val: mat22(f))>#
- Parameters:
val (mat22f)