Reference page for MagneticsSolution
Contents
Summary
MagneticsSolution Class for representing solution to MagneticsProblem.
CAUTION: Doing
sol_1 = problem.solve_xx();
sol_2 = problem.solve_xx();
results = do_something(sol_1)
may cause unexpected results. Please use solutions right away. Documentation for MagneticsSolution doc MagneticsSolution
PROPERTIES
- data - any other data, struct
- dof_map - mapping for indices etc.
- parameters - SimulationParameters associated with the solution
- problem - MagneticsProblem associated with the solution
- raw_solution - raw solution array
- MagneticsSolution.type is a property.
METHODS
Class methods are listed below. Inherited methods are not included.
this = MagneticsSolution(arguments) Class for representing solution to MagneticsProblem.
CAUTION: Doing
sol_1 = problem.solve_xx();
sol_2 = problem.solve_xx();
results = do_something(sol_1)
may cause unexpected results. Please use solutions right away.
MagneticsSolution/this.get_dof(arguments) is a function.
val = get_dof(this, key)
MagneticsSolution/this.set_dof(arguments) is a function.
set_dof(this, key, val)