PPCKO: Principal Predictive Components for Estimating an Autoregressive Operator
 
Loading...
Searching...
No Matches
Geometry::Uniform Class Reference

Uniform mesh. More...

#include <meshGenerators.hpp>

Inheritance diagram for Geometry::Uniform:
Geometry::OneDMeshGenerator

Public Member Functions

 Uniform (Geometry::Domain1D const &domain, unsigned int num_elements)
 
MeshNodes operator() () const override
 Call operator.
 
- Public Member Functions inherited from Geometry::OneDMeshGenerator
 OneDMeshGenerator (Geometry::Domain1D const &d)
 
Domain1D getDomain () const
 

Additional Inherited Members

- Protected Attributes inherited from Geometry::OneDMeshGenerator
Geometry::Domain1D M_domain
 

Detailed Description

Uniform mesh.

Constructor & Destructor Documentation

◆ Uniform()

Geometry::Uniform::Uniform ( Geometry::Domain1D const & domain,
unsigned int num_elements )
inline

constructor

Parameters
domainA 1D domain
bnum_elements Number of elements

Member Function Documentation

◆ operator()()

MeshNodes Geometry::Uniform::operator() ( ) const
overridevirtual

Call operator.

Parameters
meshNodesa mesh of nodes

Implements Geometry::OneDMeshGenerator.


The documentation for this class was generated from the following files: