FEMParameters.__init__
- FEMParameters.__init__(D=3, mesh_file='', data=None)[source]
initialisation of the FEMParameters:
- Parameters:
D (int) – dim of the mesh, by default 3 NB: only 3 is implemented
mesh_file (str) – mesh directory and file name: by default “”
data (str, dict or FEMParameters) – if not None, load FEMParameters attribute from data, by default None (see FEMParameters.load)