fluidsim.base.sphericalharmo.solver

Base solver (fluidsim.base.solvers.sphericalharmo)

class fluidsim.base.sphericalharmo.solver.InfoSolverSphericalHarmo(only_root=False, **kargs)[source]

Bases: InfoSolverPseudoSpectral

Contain the information on a base pseudo-spectral solver.

_init_root()[source]

Init. self by writting the information on the solver.

The first-level classes for this base solver are the same as for the 2D pseudo-spectral base solver except the class:

  • fluidsim.operators.operators.OperatorsPseudoSpectral2D

class fluidsim.base.sphericalharmo.solver.SimulSphericalHarmo(params)[source]

Bases: SimulBasePseudoSpectral

Pseudo-spectral base solver.

InfoSolver

alias of InfoSolverSphericalHarmo

Classes

InfoSolverSphericalHarmo([only_root])

Contain the information on a base pseudo-spectral solver.

Simul

alias of SimulSphericalHarmo

SimulSphericalHarmo(params)

Pseudo-spectral base solver.