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

Implementation of the Crank-Nicolson scheme using the Thomas Algorithm. More...

#include "methods/crank_nicolson.hpp"
#include <cstddef>
#include <vector>
Include dependency graph for crank_nicolson.cpp:

Go to the source code of this file.

Detailed Description

Implementation of the Crank-Nicolson scheme using the Thomas Algorithm.

Definition in file crank_nicolson.cpp.