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_points_to_python.cpp File Reference
#include "includes/define_python.h"
#include "geometries/point.h"
#include "python/add_points_to_python.h"
Include dependency graph for add_points_to_python.cpp:

Namespaces

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

Functions

template<class TPointType >
void Kratos::Python::PointSetX (TPointType &ThisPoint, double Value)
 
template<class TPointType >
void Kratos::Python::PointSetY (TPointType &ThisPoint, double Value)
 
template<class TPointType >
void Kratos::Python::PointSetZ (TPointType &ThisPoint, double Value)
 
template<class TPointType >
double Kratos::Python::PointGetX (TPointType &ThisPoint)
 
template<class TPointType >
double Kratos::Python::PointGetY (TPointType &ThisPoint)
 
template<class TPointType >
double Kratos::Python::PointGetZ (TPointType &ThisPoint)
 
void Kratos::Python::AddPointsToPython (pybind11::module &m)