|
numerics 0.1.0
|
Scalar field on a 2D uniform interior grid. More...
Go to the source code of this file.
Classes | |
| class | num::ScalarField2D |
Namespaces | |
| namespace | num |
Scalar field on a 2D uniform interior grid.
ScalarField2D owns a Grid2D (geometry) and a flat Vector (values). Node (i,j) sits at ((i+1)*h, (j+1)*h); the boundary ring is implicitly zero (Dirichlet) – BCs are enforced by the operator, not the field.
Definition in file scalar_field_2d.hpp.