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 <iostream>
#include <iomanip>
#include <cmath>
#include "includes/mortar_classes.h"
#include "geometries/line_2d_2.h"
#include "geometries/triangle_3d_3.h"
#include "geometries/quadrilateral_3d_4.h"
#include "integration/triangle_gauss_legendre_integration_points.h"
#include "utilities/math_utils.h"
#include "utilities/mortar_utilities.h"
Go to the source code of this file.
Classes | |
class | Kratos::ExactMortarIntegrationUtility< TDim, TNumNodes, TBelong, TNumNodesMaster > |
This utility calculates the exact integration necessary for the Mortar Conditions. More... | |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Typedefs | |
Type Definitions | |
using | Kratos::GeometryPointType = Geometry< PointType > |
using | Kratos::IntegrationMethod = GeometryData::IntegrationMethod |
Type definition for integration methods. More... | |
typedef IntegrationPoint< 2 > | Kratos::IntegrationPointType |