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


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)