Back to Finite Element (MFEM)
mfem.coefficients.NormalizedVectorCoefficient.create
Creates a new normalized vector coefficient: v / ||v||
Syntax
mfem.coefficients.NormalizedVectorCoefficient.create(v)
Description
Creates a new normalized vector coefficient: v / ||v||
Parameters
| Name | Description |
|---|---|
| v | - Vector coefficient to normalize |
Returns
Promise<NormalizedVectorCoefficient>