eval_dH_dR
- eval_dH_dR(H: MatrixBase, R: MatrixBase)[source]
Evaluate derivatives of shape functions with respect to reference space coordinates.
- Parameters:
H – matrix of shape (n, 1); shape functions
R – matrix of shape (d, 1); symbolic reference space coordinates
- Returns:
symbolic matrix of shape (n, d)