sailfish.solvers.cbdisodg_2d

Isothermal solver for the binary accretion problem in 2D planar coordinates.

Functions

initial_condition(setup, mesh, time)

Generate a 2D array of weights from a mesh and a setup.

primitive_to_conserved(prim, cons)

Classes

Options([velocity_ceiling, rk_order, ...])

Contains parameters which are solver specific options.

Patch(time, weights, mesh, index_range, ...)

Holds the array buffer state for the solution on a subset of the solution domain.

Solver([setup, mesh, time, solution, ...])

Adapter class to drive the cbdisodg_2d C extension module.