added plotting fucntion for f

This commit is contained in:
Vasco C. B. Ferreira
2026-03-11 14:05:39 +01:00
parent c1facf9b3a
commit e8d9fe9a40
4 changed files with 59 additions and 15 deletions
-2
View File
@@ -96,8 +96,6 @@ private:
void interpolate(const std::vector<Real>& values)
{
std::cout << "interpolating";
size_t N = config.Nx;
std::vector<Real> rhs(values);