FEMResults
- class nrv.fmod.FEM.fenics_utils.FEMResults(mesh_file='', domain=None, elem=('Lagrange', 1), V=None, vout=None, comm=<MagicMock name='mock.MPI.COMM_WORLD' id='139958333671376'>)[source]
Result of a FEMSimulation. Store the resulting function space giving the possibility to apply basic mathematical operations on multiple results
Methods
|
initialisation of the FEMParameters: |
|
Change the function space of the result to aline with the result of another FEMResults |
|
Eval the result field at X position |
Generic method returning all the atributes of an NRV_class instance |
|
|
Generic loading method for |
|
|
|
Generic saving method for |
|
|
|
Generic method to set any attribute of |
|
|