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 <string>
#include <iostream>
#include "includes/define.h"
#include "includes/serializer.h"
#include "includes/element.h"
#include "geometries/geometry_data.h"
#include "geometries/triangle_2d_3.h"
#include "geometries/tetrahedra_3d_4.h"
Go to the source code of this file.
Classes | |
class | Kratos::StationaryStokes< TDim > |
GLS-stabilized element for the solution of the stationary Stokes problem. More... | |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Macros | |
#define | KRATOS_FLUID_TAYLOR_HOOD_H |
Functions | |
Input and output | |
template<unsigned int TDim> | |
std::istream & | Kratos::operator>> (std::istream &rIStream, StationaryStokes< TDim > &rThis) |
input stream function More... | |
template<unsigned int TDim> | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const StationaryStokes< TDim > &rThis) |
output stream function More... | |
#define KRATOS_FLUID_TAYLOR_HOOD_H |