KASKADE 7 development version
|
Go to the source code of this file.
Namespaces | |
namespace | Kaskade |
Functions | |
std::vector< double > | Kaskade::lobattoNodes (int n) |
Computes the n Lobatto nodes on [-1,1] including the interval end points. More... | |
std::vector< double > | Kaskade::radauNodes (int n) |
Computes the n Radau nodes on [-1,1] including the right end point. More... | |
std::vector< double > | Kaskade::gaussNodes (int n) |
Computes the n Gauß nodes on [-1,1] excluding the interval end points. More... | |