|
BEM++
2.0
|
#include "../common/common.hpp"#include "double_quadrature_descriptor.hpp"#include "single_quadrature_descriptor.hpp"#include "../common/armadillo_fwd.hpp"Go to the source code of this file.
Functions | |
| template<typename ValueType > | |
| void | Fiber::fillSingleQuadraturePointsAndWeights (int elementCornerCount, int accuracyOrder, arma::Mat< ValueType > &points, std::vector< ValueType > &weights) |
| Retrieve points and weights for a quadrature over a single element. More... | |
| template<typename ValueType > | |
| void | Fiber::fillDoubleSingularQuadraturePointsAndWeights (const DoubleQuadratureDescriptor &desc, arma::Mat< ValueType > &testPoints, arma::Mat< ValueType > &trialPoints, std::vector< ValueType > &weights) |
Low-level functions filling arrays of quadrature points and weights.
1.8.5