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.
|
#include "geometries/geometry.h"
#include "geometries/brep_curve_on_surface.h"
#include "geometries/nurbs_shape_function_utilities/nurbs_interval.h"
#include "utilities/geometry_utilities/brep_trimming_utilities.h"
Go to the source code of this file.
Classes | |
class | Kratos::BrepSurface< TContainerPointType, TContainerPointEmbeddedType > |
The BrepSurface acts as topology for faces. Those can be enclosed by a certain set of brep face curves. More... | |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Input and output | |
template<class TContainerPointType , class TContainerPointEmbeddedType = TContainerPointType> | |
std::istream & | Kratos::operator>> (std::istream &rIStream, BrepSurface< TContainerPointType, TContainerPointEmbeddedType > &rThis) |
input stream functions More... | |
template<class TContainerPointType , class TContainerPointEmbeddedType = TContainerPointType> | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const BrepSurface< TContainerPointType, TContainerPointEmbeddedType > &rThis) |
output stream functions More... | |