This tutorial demostrates the creation, resp. the import of grids/meshes
into BoSSS.

Cartesian 2D grids

A 2D Cartesian mesh can be created form an array of $x$- and $y$-nodes via the method Grid2D.Cartesian2DGrid.

Note that the number of nodes needes to be equal to the number of cells $+1$. For instance, for $10$ cells we need $11$ nodes.