![]() |
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/define.h"#include "includes/node.h"#include "containers/flags.h"#include "containers/variable.h"#include "includes/process_info.h"#include "includes/indexed_object.h"Go to the source code of this file.
Classes | |
| class | Kratos::MasterSlaveConstraint |
| A class that implements the interface for different master-slave constraints to be applied on a system. More... | |
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Input/Output functions | |
| std::istream & | Kratos::operator>> (std::istream &rIStream, MasterSlaveConstraint &rThis) |
| input stream function More... | |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const MasterSlaveConstraint &rThis) |
| output stream function More... | |
Variables | |
Kratos Classes | |
| KRATOS_API_EXTERN template class | Kratos::KratosComponents< MasterSlaveConstraint > |