FEMResults
- class nrv.fmod.FEM.fenics_utils.FEMResults(mesh_file='', domain=None, elem=('Lagrange', 1), V=None, vout=None, comm=<mpi4py.MPI.Intracomm object>)[source]
Result of a FEMSimulation. Store the resulting function space giving the possibility to apply basic mathematical operations on multiple results
Attributes
Raw coefficient vector of the stored FEM function. |
Methods
|
initialisation of the FEMParameters: |
|
Change the function space of the result to aline with the result of another FEMResults |
Create an empty FEMResults shell sharing the same mesh/function-space metadata. |
|
|
Eval the result field at X position |
Generic method returning all the atributes of an NRV_class instance |
|
|
Load a FEM result from the legacy |
|
Deprecated alias of |
|
Save the FEM result to disk. |
|
Deprecated alias of |
|
Generic method to set any attribute of |
|
Update the FEM result metadata and underlying function objects. |