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.
Namespaces | Functions
add_matrix_to_python.cpp File Reference
#include <pybind11/complex.h>
#include "includes/define_python.h"
#include "includes/ublas_interface.h"
#include "includes/ublas_complex_interface.h"
#include "add_matrix_to_python.h"
#include "containers/array_1d.h"
Include dependency graph for add_matrix_to_python.cpp:

Namespaces

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

Functions

template<typename TMatrixType >
py::class_< TMatrixType > Kratos::Python::CreateMatrixInterface (pybind11::module &m, std::string Name)
 
void Kratos::Python::AddMatrixToPython (pybind11::module &m)