- Class hp2D::APrioriRefinement
- The parameter
p of the constructor can be set to a pointer to 0. This is not detected and a run-time error occurs.
- Class hp2D::SumFactorization< F >
- If the loops are reordered using
a and b on line 58, coeff (by use of coeffTmp) is not accessed in the correct order in the first loop to fill sumfact1_.
- Class hp3D::APrioriRefinement
- The parameter
p of the constructor can be set to a pointer to 0. This is not detected and a run-time error occurs.
- Class hp3D::ShortestDistLimited
- Not correctly implemented
- Class hp3D::SpaceTransition
- If used for randomized meshes, some basis functions are not mapped exactly.
- Class hp3D::SumFactorization
- If the loops are reordered using
a, b and c on line 58, coeff (by use of coeffTmp) is not accessed in the correct order in the first loop to fill sumfact1_.
- Class hp3D::ZeroTangentialValue< F >
- Does not work.