fedoo.core.base.ProblemBase
- class ProblemBase(name='', space=None)
Base class for defining Problems.
All problem objects are derived from the ProblemBase class.
- __init__(name='', space=None)
Methods
Return the active Problem.
Return the list of all problems.
Define the problem instance as the active Problem.
ProblemBase.set_active
(name)Define the active Problem from its name.
ProblemBase.set_solver
([solver])Define the solver for the linear system resolution.
Return the name of the Problem.
Return the current solver used for the problem.
Return the ModelingSpace associated to the Problem if defined.
Boundary conditions defined on the problem.