view +grid/boundaryIdentifier.txt @ 902:306f5b3cd7bc

Merged in bcSetupExperiment (pull request #10) Improved bulk boundary condition handling Approved-by: Martin Almquist <malmquist@stanford.edu>
author Jonatan Werpers <jonatan.werpers@it.uu.se>
date Sat, 24 Nov 2018 14:55:48 +0000
parents 763d50caddf3
children
line wrap: on
line source

A grid.boundaryIdentifier identifies a boundary of a grid.
For a Cartesian grid it is simply 's', 'n', 'w', 'e'.
For a multiblock grid it might be something like {1, 's'}.
For some other grid it will be up to the developer to chose
a good way to identify boundaries.