numerics 0.1.0
Loading...
Searching...
No Matches
fields.hpp
Go to the documentation of this file.
1/// @file fields/fields.hpp
2/// @brief Umbrella include for the fields module.
3///
4/// Grid types (geometry only) and scalar/vector fields built on them:
5/// grid2d.hpp -- Grid2D: N x N uniform interior grid
6#pragma once
7
8#include "fields/grid2d.hpp"
2D uniform interior grid: geometry only, no field data.