numerics 0.1.0
Loading...
Searching...
No Matches
pde.hpp
Go to the documentation of this file.
1/// @file pde/pde.hpp
2/// @brief Umbrella include for the PDE module.
3/// @todo Add boundary-condition objects, Helmholtz operators, variable-
4/// coefficient elliptic operators, and structured 1D/2D/3D operator builders.
5#pragma once
6
7#include "pde/adi.hpp"
8#include "pde/diffusion.hpp"
10#include "pde/poisson.hpp"
11#include "pde/stencil.hpp"
Crank-Nicolson ADI sweeps for 2D parabolic systems.
Diffusion operators and implicit system builders for 2D grids.
Elliptic solvers and vector calculus on 3D field containers.
2D Poisson equation solved via the Discrete Sine Transform.
Higher-order stencil and grid-sweep utilities.