1D Heat Equation Solver 1.0
Computational Methods Assignment 2025
Loading...
Searching...
No Matches
solver.hpp File Reference

High-level solver orchestrating BCs and time integration. More...

#include "types.hpp"
#include "grid.hpp"
#include "method.hpp"
#include <functional>
#include <memory>
#include <vector>
Include dependency graph for solver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HeatSolver

Detailed Description

High-level solver orchestrating BCs and time integration.

Definition in file solver.hpp.