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.
Classes | Namespaces
mesh.h File Reference
#include <string>
#include <iostream>
#include <sstream>
#include <cstddef>
#include "includes/define.h"
#include "containers/pointer_vector_set.h"
#include "containers/pointer_vector_map.h"
#include "includes/indexed_object.h"
#include "geometries/geometry.h"
#include "containers/flags.h"
#include "containers/data_value_container.h"
#include "includes/master_slave_constraint.h"
Include dependency graph for mesh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kratos::Mesh< TNodeType, TPropertiesType, TElementType, TConditionType >
 Mesh is the second level of abstraction in the data structure which hold Nodes, Elements and Conditions and their Properties. More...
 

Namespaces

 Kratos
 REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
 

Functions

Input and output
template<class TNodeType , class TPropertiesType , class TElementType , class TConditionType >
std::istream & Kratos::operator>> (std::istream &rIStream, Mesh< TNodeType, TPropertiesType, TElementType, TConditionType > &rThis)
 input stream function More...
 
template<class TNodeType , class TPropertiesType , class TElementType , class TConditionType >
std::ostream & Kratos::operator<< (std::ostream &rOStream, const Mesh< TNodeType, TPropertiesType, TElementType, TConditionType > &rThis)
 output stream function More...