PPCKO: Principal Predictive Components for Estimating an Autoregressive Operator
 
Loading...
Searching...
No Matches
meshGenerators.hpp File Reference

Contains the class for generating an unidimensional mesh. Little modification: retained only the part for an uniform mesh. More...

#include "domain.hpp"
#include <functional>
#include <stdexcept>
#include <vector>

Go to the source code of this file.

Classes

class  Geometry::OneDMeshGenerator
 General interface. More...
 
class  Geometry::Uniform
 Uniform mesh. More...
 

Namespaces

namespace  Geometry
 

Typedefs

using Geometry::MeshNodes = std::vector<double>
 

Detailed Description

Contains the class for generating an unidimensional mesh. Little modification: retained only the part for an uniform mesh.

Author
Luca Formaggia
Note
Taken from pacs-examples, folder of repository PACS Course (https://github.com/pacs-course), Advanced Programming for Scientific Computing, Politecnico di Milano