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 <cmath>
#include "includes/define.h"
#include "geometries/geometry.h"
#include "utilities/integration_utilities.h"
#include "integration/pyramid_gauss_legendre_integration_points.h"
Go to the source code of this file.
Classes | |
class | Kratos::Pyramid3D13< TPointType > |
A 13 node pyramid geometry with quadratic shape functions. More... | |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
template<class TPointType > | |
const GeometryData Pyramid3D13< TPointType >::msGeometryData & | Kratos::msGeometryDimension (), Pyramid3D13< TPointType >::AllShapeFunctionsValues(), AllShapeFunctionsLocalGradients() |
Input and output | |
template<class TPointType > | |
std::istream & | Kratos::operator>> (std::istream &rIStream, Pyramid3D13< TPointType > &rThis) |
input stream function More... | |
template<class TPointType > | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const Pyramid3D13< TPointType > &rThis) |
output stream function More... | |