Lines Matching full:shape

343   @param[out]  dXdx      Inverse of the mapping Jacobian (shape [dim][dim]), or `NULL`
369 @param[out] dXdx Inverse of the mapping Jacobian (shape [dim - 1][dim]), or `NULL`
370 @param[out] normal Components of the normal vector (shape [dim]), or `NULL`
398 @param[out] dXdx Inverse of the mapping Jacobian (shape [dim][dim]), or `NULL`
399 @param[out] normal Components of the normal vector (shape [dim]), or `NULL`
427 @param[out] dXdx Inverse of the mapping Jacobian (shape [3][3])
442 @param[out] dXdx Inverse of the mapping Jacobian (shape [2][3]), or `NULL`
443 @param[out] normal Components of the normal vector (shape [3]), or `NULL`
459 @param[out] dXdx Inverse of the mapping Jacobian (shape [3][3]), or `NULL`
460 @param[out] normal Components of the normal vector (shape [3]), or `NULL`
476 @param[out] dXdx Inverse of the mapping Jacobian (shape [2][2])
492 @param[out] normal Components of the normal vector (shape [2]), or `NULL`
508 @param[out] dXdx Inverse of the mapping Jacobian (shape [2][2]), or `NULL`
509 @param[out] normal Components of the normal vector (shape [2]), or `NULL`
525 @param[in] grad QF gradient input, shape `[dim][num_comp][Q]`
526 @param[out] grad_local Gradient array at quadrature point Q, shape `[num_comp][dim]`
542 @param[in] grad QF gradient input, shape `[3][num_comp][Q]`
543 @param[out] grad_local Gradient array at quadrature point Q, shape `[num_comp][3]`
555 @param[in] grad QF gradient input, shape `[2][num_comp][Q]`
556 @param[out] grad_local Gradient array at quadrature point Q, shape `[num_comp][2]`
570 @param[in] dXdx Inverse of the mapping Jacobian (shape [dim][dim])
590 @param[in] dXdx Inverse of the mapping Jacobian (shape [3][3])