Back to Finite Element (MFEM)
mfem.gridfunction.getTrueVectorSize
Gets the size of the true DOF vector.
Syntax
mfem.gridfunction.getTrueVectorSize(gf)
Description
Gets the size of the true DOF vector. For conforming meshes, this equals the total number of DOFs. For non-conforming meshes, this may be smaller.
Parameters
| Name | Description |
|---|---|
| gf | - The grid function to query |
Returns
number