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 "custom_utilities/pfem_gid_io.h"
#include "python/add_io_to_python.h"
#include "custom_python/add_custom_io_to_python.h"
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::Python | |
Typedefs | |
typedef GidIO< PfemGidGaussPointsContainer, PfemGidMeshContainer > | Kratos::Python::GidIOType |
typedef GidIO | Kratos::Python::GidIOBaseType |
Functions | |
void | Kratos::Python::WriteNodeMesh (GidIOType &dummy, GidIOType::MeshType &rThisMesh) |
void | Kratos::Python::WriteMesh (GidIOType &dummy, GidIOType::MeshType &rThisMesh) |
void | Kratos::Python::DoublePrintOnGaussPoints (GidIOType &dummy, const Variable< double > &rVariable, ModelPart &r_model_part, double SolutionTag) |
void | Kratos::Python::VectorPrintOnGaussPoints (GidIOType &dummy, const Variable< Vector > &rVariable, ModelPart &r_model_part, double SolutionTag) |
void | Kratos::Python::MatrixPrintOnGaussPoints (GidIOType &dummy, const Variable< Matrix > &rVariable, ModelPart &r_model_part, double SolutionTag) |
void | Kratos::Python::AddCustomIOToPython () |
Variables | |
void(GidIOType::* | Kratos::Python::pointer_to_double_write_nodal_results )(Variable< double > const &rVariable, GidIOType::NodesContainerType &rNodes, double SolutionTag, std::size_t SolutionStepNumber) = &GidIOType::WriteNodalResults |
void(GidIOType::* | Kratos::Python::pointer_to_array1d_write_nodal_results )(Variable< array_1d< double, 3 > > const &rVariable, GidIOType::NodesContainerType &rNodes, double SolutionTag, std::size_t SolutionStepNumber) = &GidIOType::WriteNodalResults |