Back to Finite Element (MFEM)
mfem.gridfunction.getTrueDofs
Gets the true DOF values from a grid function.
Syntax
mfem.gridfunction.getTrueDofs(gf)
Description
Gets the true DOF values from a grid function. For conforming meshes, this returns the same as `getData()`. For non-conforming meshes, this returns only the independent DOF values, which may be fewer than the total number of DOFs.
Parameters
| Name | Description |
|---|---|
| gf | - The grid function to query |
Returns
Float64Array