Back to Finite Element (MFEM)
mfem.coefficients.vectorRotProduct
Create a 2D cross product (rotation product) of two vector coefficients.
Syntax
mfem.coefficients.vectorRotProduct(a, b)
Description
Create a 2D cross product (rotation product) of two vector coefficients.
Parameters
| Name | Description |
|---|---|
| a | - First vector coefficient |
| b | - Second vector coefficient |
Returns
Promise<VectorRotProductCoefficient>