Back to Finite Element (MFEM)
mfem.coefficients.power
Create a power of a coefficient.
Syntax
mfem.coefficients.power(c, exponent)
Description
Create a power of a coefficient.
Parameters
| Name | Description |
|---|---|
| c | - Base coefficient |
| exponent | - Exponent value |
Returns
Promise<PowerCoefficient>