fm_dof | R Documentation |
Obtain the degrees of freedom of a function space, i.e. the number of basis functions it uses.
fm_dof(x)
## S3 method for class 'fm_mesh_1d'
fm_dof(x)
## S3 method for class 'fm_mesh_2d'
fm_dof(x)
## S3 method for class 'fm_tensor'
fm_dof(x)
x |
A function space object, such as |
An integer
fm_dof(fmexample$mesh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.