Bug List
- 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 the sum factorization is reordered using
a=0
andb=1
,coeff
(by use ofcoeffTmp
) is not accessed in the correct order in the first loop to fillsumfact_
. - 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< F >
- If the loops are reordered using
a
,b
andc
on line 58,coeff
(by use ofcoeffTmp
) is not accessed in the correct order in the first loop to fillsumfact1_
. - Class hp3D::ZeroTangentialValue< F >
- Does not work.
- Member concepts::ProcessParameter::apply (int argc, char **argv)
- Since this function uses the getopt library, it can be invoked only once.