QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <concentrating1dmesher.hpp>
Public Member Functions | |
Concentrating1dMesher (Real start, Real end, Size size, const std::pair< Real, Real > &cPoints=(std::pair< Real, Real >(Null< Real >(), Null< Real >())), bool requireCPoint=false) | |
Concentrating1dMesher (Real start, Real end, Size size, const std::vector< ext::tuple< Real, Real, bool > > &cPoints, Real tol=1e-8) | |
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< Real > | locations_ |
std::vector< Real > | dplus_ |
std::vector< Real > | dminus_ |
Definition at line 39 of file concentrating1dmesher.hpp.