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.
kratos.h
Go to the documentation of this file.
1 // | / |
2 // ' / __| _` | __| _ \ __|
3 // . \ | ( | | ( |\__ `
4 // _|\_\_| \__,_|\__|\___/ ____/
5 // Multi-Physics
6 //
7 // License: BSD License
8 // Kratos default license: kratos/license.txt
9 //
10 // Main authors: Pooyan Dadvand
11 //
12 //
13 
14 #if !defined(KRATOS_KRATOS_H_INCLUDED )
15 #define KRATOS_KRATOS_H_INCLUDED
16 
19 
20 // System includes
21 
22 // External includes
23 
24 // Project includes
25 #include "includes/define.h"
27 #include "geometries/point.h"
28 
29 namespace Kratos
30 {
31 
32 
33 
34 } // namespace Kratos.
35 
36 #endif // KRATOS_KRATOS_H_INCLUDED defined
37 
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21