EIT3DProblem.run_fem

EIT3DProblem.run_fem(task_info: list) ndarray

Run the FEM simulation for all time step of a given task (process). Depending of the problem definition, the simulation is run for all injection partens and only for the current frequency.

Note

By contrast with self.run_fem is that

Parameters:

task_info (list) –

list of four elements containing:
  • the task_name: str

  • the task_id: int

  • the total: int

  • the progress_dict: dict

Returns:

  • np.ndarray(self.n_p, self.n_t, self.n_e) |

  • np.ndarray(self.n_t, self.n_e)