![]() |
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/nurbs_shape_function_utilities/nurbs_interval.h"#include "geometries/nurbs_curve_on_surface_geometry.h"#include "utilities/nurbs_utilities/projection_nurbs_geometry_utilities.h"Go to the source code of this file.
Classes | |
| class | Kratos::BrepCurveOnSurface< TContainerPointType, TContainerPointEmbeddedType > |
| The BrepCurveOnSurface acts as topology for curves on surfaces. 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, BrepCurveOnSurface< TContainerPointType, TContainerPointEmbeddedType > &rThis) |
| input stream functions More... | |
| template<class TContainerPointType , class TContainerPointEmbeddedType = TContainerPointType> | |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const BrepCurveOnSurface< TContainerPointType, TContainerPointEmbeddedType > &rThis) |
| output stream functions More... | |