#include "solution.hpp" Solution::Solution(const Geometry& geometry){ size_t nX=geometry.nX; P=new double*[nX]; for(size_t ix=0;ix