QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Uniform1dMesher Class Reference

#include <ql/methods/finitedifferences/meshers/uniform1dmesher.hpp>

+ Inheritance diagram for Uniform1dMesher:
+ Collaboration diagram for Uniform1dMesher:

Public Member Functions

 Uniform1dMesher (Real start, Real end, Size size)
 
- Public Member Functions inherited from Fdm1dMesher
 Fdm1dMesher (Size size)
 
virtual ~Fdm1dMesher ()=default
 
Size size () const
 
Real dplus (Size index) const
 
Real dminus (Size index) const
 
Real location (Size index) const
 
const std::vector< Real > & locations () const
 

Additional Inherited Members

- Protected Attributes inherited from Fdm1dMesher
std::vector< Reallocations_
 
std::vector< Realdplus_
 
std::vector< Realdminus_
 

Detailed Description

Definition at line 35 of file uniform1dmesher.hpp.

Constructor & Destructor Documentation

◆ Uniform1dMesher()

Uniform1dMesher ( Real  start,
Real  end,
Size  size 
)

Definition at line 37 of file uniform1dmesher.hpp.

+ Here is the call graph for this function: