Back to Finite Element (MFEM)
mfem.coefficients.PowerCoefficient.create
Creates a new power coefficient: c^p
Syntax
mfem.coefficients.PowerCoefficient.create(c, exponent)
Description
Creates a new power coefficient: c^p
Parameters
| Name | Description |
|---|---|
| c | - Base coefficient |
| exponent | - Power exponent |
Returns
Promise<PowerCoefficient>