Back to Finite Element (MFEM)
mfem.coefficients.VectorDeltaCoefficient.create
Creates a new vector delta coefficient (directional point source).
Syntax
mfem.coefficients.VectorDeltaCoefficient.create(center, direction)
Description
Creates a new vector delta coefficient (directional point source).
Parameters
| Name | Description |
|---|---|
| center | - Center point of the delta function [x] or [x, y] or [x, y, z] |
| direction | - Direction vector of the source (must match spatial dimension) |
Returns
Promise<VectorDeltaCoefficient>