KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Classes | Namespaces
oriented_bounding_box.h File Reference
#include <iomanip>
#include "geometries/point.h"
#include "includes/node.h"
#include "geometries/geometry.h"
#include "geometries/quadrilateral_2d_4.h"
#include "geometries/hexahedra_3d_8.h"
Include dependency graph for oriented_bounding_box.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kratos::OrientedBoundingBox< TDim >
 This class defines the Oriented bounding box class. More...
 

Namespaces

 Kratos
 REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
 

Enumerations

Enum's
enum class  Kratos::OBBHasIntersectionType { Kratos::Direct = 0 , Kratos::SeparatingAxisTheorem = 1 }
 This enum defines the different types of checks that can be done for the HasIntersection: More...