Back to Finite Element (MFEM)
mfem.coefficients.product
Create a product of two coefficients.
Syntax
mfem.coefficients.product(c1, c2)
Description
Create a product of two coefficients.
Parameters
| Name | Description |
|---|---|
| c1 | - First coefficient |
| c2 | - Second coefficient |
Returns
Promise<ProductCoefficient>