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 "includes/variables.h"
#include "geometries/geometry.h"
#include "geometries/geometry_dimension.h"
#include "utilities/integration_utilities.h"
Go to the source code of this file.
Classes | |
class | Kratos::QuadraturePointGeometry< TPointType, TWorkingSpaceDimension, TLocalSpaceDimension, TDimension > |
A sinlge quadrature point, that can be used for geometries without a predefined integration scheme, i.e. they can handle material point elements, isogeometric analysis elements or standard finite elements which are defined at a single quadrature point. This point defines a line segment described on a underlying surface. Shape functions and integration types have to be precomputed and are set from from outside. The parent pointer can provide the adress to the owner of this quadrature point. More... | |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Input and output | |
template<class TPointType , int TWorkingSpaceDimension, int TLocalSpaceDimension, int TDimension> | |
std::istream & | Kratos::operator>> (std::istream &rIStream, QuadraturePointGeometry< TPointType, TWorkingSpaceDimension, TLocalSpaceDimension, TDimension > &rThis) |
input stream function More... | |
template<class TPointType , int TWorkingSpaceDimension, int TLocalSpaceDimension, int TDimension> | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const QuadraturePointGeometry< TPointType, TWorkingSpaceDimension, TLocalSpaceDimension, TDimension > &rThis) |
output stream function More... | |