MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
Bug List
Member Geometry2D::getIntersectionElements (MFloat *targetRegion, std::vector< MInt > &nodeList)
labels:GEOM This function cannot be used on IBM_BLUE_GENE. It uses Cramer's rule to solve a 2 by 2 linear equation system to find intersection points. The determinat in the denominator of Cramer's rule can be become 0 which cannot be handled by IBM_BLUE_GENE. Use the other Geometry2D::getIntersectionElements instead.
Member Geometry3D::getIntersectionElements (MFloat *targetRegion, std::vector< MInt > &nodeList) override
labels:GEOM This code does not run on IBM_BLUE_GENE. For plane/line intersection Cramers rule is used. The determinant in the denominator of Cramer's rule can become 0 and this is not acceptable for IBM_BLUE_GENE. Use the other Geometry3D::getIntersectionElements instead.
Member Geometry3D::getLineIntersectionElementsOld2 (MFloat *targetRegion, MInt *spaceDirection, std::vector< MInt > &nodeList) override
labels:GEOM This method does not run on IBM_BLUE_GENE and is hence not used anymore. This is because the determinant in the denominator of Cramers rule can become 0, which can not be handled by IBM_BLUE_GENE. Please use Geometry3D::getLineIntersectionElements instead.
Page Mesh Generation
Using dynamic load balancing in the generation of grids that have a partition level shift can result in corrupted grids.