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/serializer.h"
#include "includes/variables.h"
#include "includes/node.h"
#include "includes/properties.h"
#include "geometries/geometry.h"
#include "utilities/math_utils.h"
#include "includes/process_info.h"
#include "includes/ublas_interface.h"
#include "includes/kratos_parameters.h"
#include "containers/data_value_container.h"
#include "containers/flags.h"
#include "includes/initial_state.h"
Go to the source code of this file.
Classes | |
class | Kratos::ConstitutiveLaw |
struct | Kratos::ConstitutiveLaw::Features |
struct | Kratos::ConstitutiveLaw::Parameters |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Macros | |
#define | KRATOS_EXPORT_MACRO KRATOS_API |
#define | KRATOS_EXPORT_MACRO KRATOS_NO_EXPORT |
Functions | |
void | Kratos::AddKratosComponent (std::string const &Name, ConstitutiveLaw const &ThisComponent) |
void | Kratos::AddKratosComponent (std::string const &Name, Variable< ConstitutiveLaw::Pointer > const &ThisComponent) |
Input and output | |
std::istream & | Kratos::operator>> (std::istream &rIStream, ConstitutiveLaw &rThis) |
input stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const ConstitutiveLaw &rThis) |
output stream function More... | |
Variables | |
KRATOS_API_EXTERN template class | Kratos::KratosComponents< ConstitutiveLaw > |
#define KRATOS_EXPORT_MACRO KRATOS_API |
Definition of ConstitutiveLaw variable
#define KRATOS_EXPORT_MACRO KRATOS_NO_EXPORT |
Definition of ConstitutiveLaw variable