Operators and Algebra
LinearAlgebra.det
— Methoddet(A::TensorField)
Computes the determinant of each 3×3 tensor block.
Returns: ScalarField
LowLevelFEM.trace
— Methodtrace(A::TensorField)
Computes the trace of each 3×3 tensor block.
Returns: ScalarField
LowLevelFEM.unitTensor
— MethodunitTensor(A::TensorField)
Creates an identity tensor field (I) with the same element structure and time steps as A
.
Returns: TensorField