FEMResults.__init__

FEMResults.__init__(mesh_file='', domain=None, elem=('Lagrange', 1), V=None, vout=None, comm=<MagicMock name='mock.MPI.COMM_WORLD' id='139958333671376'>)[source]

initialisation of the FEMParameters:

Parameters:
  • mesh_file (str) – mesh directory and file name: by default “”

  • domain (None or mesh) – mesh domain on which the result is defined, by default None

  • elem (tupple (str, int)) – if None, (“Lagrange”, 1), else (element type, element order), by default None

  • V (None or dolfinx.fem.functionspace) – functionspace on which the result is defined, by default None

  • vout (None or dolfinx.fem.Function) – Function resulting from the FEMSimulation, by default None

  • comm (int) – The MPI communicator to use for mesh creation, by default MPI.COMM_WORLD