QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <fdmindicesonboundary.hpp>
Public Member Functions | |
FdmIndicesOnBoundary (const ext::shared_ptr< FdmLinearOpLayout > &l, Size direction, FdmDirichletBoundary::Side side) | |
const std::vector< Size > & | getIndices () const |
Private Attributes | |
std::vector< Size > | indices_ |
Definition at line 35 of file fdmindicesonboundary.hpp.
FdmIndicesOnBoundary | ( | const ext::shared_ptr< FdmLinearOpLayout > & | l, |
Size | direction, | ||
FdmDirichletBoundary::Side | side | ||
) |
Definition at line 27 of file fdmindicesonboundary.cpp.
const std::vector< Size > & getIndices | ( | ) | const |
Definition at line 52 of file fdmindicesonboundary.cpp.
|
private |
Definition at line 42 of file fdmindicesonboundary.hpp.