BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
numerical_quadrature.hpp File Reference
#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)
 

Detailed Description

Low-level functions filling arrays of quadrature points and weights.