fluidsim.base.solvers.base
Base solver (fluidsim.base.solvers.base)
Provides:
- class fluidsim.base.solvers.base.InfoSolverBase(only_root=False, **kargs)[source]
Bases:
InfoSolverCoreContain the information on a solver.
- class fluidsim.base.solvers.base.SimulBase(params)[source]
Bases:
SimulCoreRepresent a solver.
This is the main base class which is inherited by the other simulation classes.
A
SimulBaseobject contains at least one object of the classes:fluidsim.base.time_stepping.TimeSteppingBasefluidsim.operators.operators.Operators
- Parameters:
- params
fluidsim.base.params.Parameters Parameters for the simulation.
- info_solver
fluidsim.base.solvers.info_base.InfoSolverBase Information about the particular solver.
- params
- InfoSolver
alias of
InfoSolverBase
- static _complete_params_with_default(params)[source]
A static method used to complete the params container.
Classes
|
alias of |
|
Represent a solver. |