FEMSimulation.solve

FEMSimulation.solve(overwrite=False)[source]

Assemble and solve the linear problem

Parameters:

overwrite (bool) – if true modify the existing sim_res value, else create a new one. by default False

Returns:

self.results – FEMResults containing the result of the resulting field of the FEM simulation

Return type:

FEMResults