numerics
Loading...
Searching...
No Matches
pde.hpp File Reference

Umbrella include for the PDE module. More...

#include "pde/stencil.hpp"
#include "pde/fields.hpp"
#include "pde/adi.hpp"
#include "pde/diffusion.hpp"

Go to the source code of this file.

Detailed Description

Umbrella include for the PDE module.

Finite-difference operators, 3D field types, and time integration: stencil.hpp – 2D/3D Laplacians, fiber sweeps, gradient, divergence, curl fields.hpp – ScalarField3D, VectorField3D, FieldSolver, MagneticSolver adi.hpp – CrankNicolsonADI (2D parabolic, Strang splitting) diffusion.hpp – diffusion_step_2d{,_dirichlet} (explicit Euler)

Definition in file pde.hpp.