the module bounds

The module bounds contains the classes needed to treat the boundary conditions with the LBM formalism

The classes are

Boundary(domain, dico)

Construct the boundary problem by defining the list of indices on the border and the methods used on each label.

Boundary_method(istore, ilabel, distance, …)

Set boundary method.

bounce_back(istore, ilabel, distance, …)

Boundary condition of type bounce-back

anti_bounce_back(istore, ilabel, distance, …)

Boundary condition of type anti bounce-back

Neumann(istore, ilabel, distance, stencil, …)

Boundary condition of type Neumann