Go to the source code of this file.
|
void | maia::dg::mortar::calcMortarProjectionMatrixP (const MInt sourcePolyDeg, const MFloat *const sourceNodes, const MFloat *const sourceBaryWeights, const MInt targetPolyDeg, const MFloat *const targetNodes, MFloat *const matrix) |
|
void | maia::dg::mortar::calcMortarProjectionMatrixHForward (const MInt polyDeg, const MFloat *const nodes, const MFloat *const wBary, const MInt position, MFloat *const matrix) |
|
void | maia::dg::mortar::calcMortarProjectionMatrixHReverse (const MInt polyDeg, const MFloat *const nodes, const MFloat *const wBary, const MInt position, MFloat *const matrix) |
|