|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <fdm1dmesher.hpp>
Inheritance diagram for Fdm1dMesher:
Collaboration diagram for Fdm1dMesher:Public Member Functions | |
| 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 |
Protected Attributes | |
| std::vector< Real > | locations_ |
| std::vector< Real > | dplus_ |
| std::vector< Real > | dminus_ |
Definition at line 34 of file fdm1dmesher.hpp.
|
explicit |
Definition at line 36 of file fdm1dmesher.hpp.
|
virtualdefault |
| Size size | ( | ) | const |
| const std::vector< Real > & locations | ( | ) | const |
|
protected |
Definition at line 47 of file fdm1dmesher.hpp.
|
protected |
Definition at line 48 of file fdm1dmesher.hpp.
|
protected |
Definition at line 48 of file fdm1dmesher.hpp.