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_curve_geometry.h"
#include "geometries/nurbs_shape_function_utilities/nurbs_interval.h"
Go to the source code of this file.
Classes | |
class | Kratos::BrepCurve< TContainerPointType, TContainerPointEmbeddedType > |
The BrepCurve acts as topology for curves. Those can be enclosed by a certain set of points. 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, BrepCurve< TContainerPointType, TContainerPointEmbeddedType > &rThis) |
input stream functions More... | |
template<class TContainerPointType , class TContainerPointEmbeddedType = TContainerPointType> | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const BrepCurve< TContainerPointType, TContainerPointEmbeddedType > &rThis) |
output stream functions More... | |
Variables | |
Static Type Declarations | |
template<class TContainerPointType , class TContainerPointEmbeddedType > | |
const GeometryData BrepCurve< TContainerPointType, TContainerPointEmbeddedType >::msGeometryData & | Kratos::msGeometryDimension |