EIT2DProblem.run_all_fem

EIT2DProblem.run_all_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 if run for all injection frequencies and over the whole 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_f, self.n_t, self.n_e) |

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

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