FEMParameters
- class nrv.fmod.FEM.fenics_utils.FEMParameters(D=3, mesh_file='', data=None)[source]
Class gathering parameters of a FEM FEniCS simulation. It allows to add, modify and store domains, boundaries condition and internal boundaries (thin layers) Can be saved and used to generate FEMsimulation.
Methods
|
initialisation of the FEMParameters: |
|
add new boundary or update if mesh_domain already exists |
|
add new domain or update if mesh_domain already exists |
|
add new internal boundary or update if mesh_domain already exists |
TO DO |
|
TO DO |
|
Generic method returning all the atributes of an NRV_class instance |
|
|
TO DO |
|
retrun the surounding spaces of an internal boundary. |
|
Load all FEMParameters properties from a dictionary or a json file |
|
|
|
Return FEMParameters as dictionary and eventually save it as json file |
|
|
|
set a new mesh file name |
|
Generic method to set any attribute of |