fluidsim.solvers.burgers1d.solver

Burgers1D solver (fluidsim.solvers.burgers1d.solver)

Provides:

class fluidsim.solvers.burgers1d.solver.Simul(params)[source]

Bases: SimulBasePseudoSpectral

class InfoSolver(only_root=False, **kargs)

Bases: InfoSolverPseudoSpectral

_init_root()

Init. self by writting the information on the solver.

The first-level classes for this base solver are:

tendencies_nonlin(state_spect=None, old=None)[source]

Compute the nonlinear tendencies.

This function has to be overridden in a child class.

Returns:
tendencies_fftfluidsim.base.setofvariables.SetOfVariables

An array containing only zeros.

Classes

InfoSolver([only_root])

Simul(params)

StateBurgers1D(sim[, oper])

Contains the variables corresponding to the state and handles the access to other fields for the pseudospectral solver Burgers 1d.