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

Richardson explicit (central time - central space) scheme for the 1D heat equation. More...

#include "../grid.hpp"
#include "../method.hpp"
#include <string>
#include <vector>
Include dependency graph for richardson.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Richardson
 Implementation of the explicit Richardson scheme (CTCS). More...

Detailed Description

Richardson explicit (central time - central space) scheme for the 1D heat equation.

Definition in file richardson.hpp.