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.
container_expression_arithmetic_operators.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: Suneth Warnakulasuriya
11 // Máté Kelemen
12 //
13 
14 #pragma once
15 
16 // Project includes
17 #include "expression/traits.h"
18 #include "includes/define.h"
19 
20 namespace Kratos {
21 
22 
25 
26 template<class TContainerType, MeshType TMeshType>
27 class ContainerExpression;
28 
29 template<class TContainerType, MeshType TMeshType>
31 
32 template<class TContainerType, MeshType TMeshType>
34 
35 template<class TContainerType, MeshType TMeshType>
37 
38 template<class TContainerType, MeshType TMeshType>
40 
41 template<class TContainerType, MeshType TMeshType>
43 
44 template<class TContainerType, MeshType TMeshType>
46 
47 template<class TContainerType, MeshType TMeshType>
49 
50 template<class TContainerType, MeshType TMeshType>
52 
53 template<class TContainerType, MeshType TMeshType>
55 
56 template<class TContainerType, MeshType TMeshType>
58 
59 template<class TContainerType, MeshType TMeshType>
61 
62 template<class TContainerType, MeshType TMeshType>
64 
66 
67 
68 } // namespace Kratos
Container variable data holder.
Definition: container_expression.h:80
#define KRATOS_API(...)
Definition: kratos_export_api.h:40
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
Expression::Pointer operator*(const Expression::ConstPointer &rpLeft, const double Right)
Expression::Pointer operator-(const Expression::ConstPointer &rpLeft, const double Right)
Expression::Pointer operator/(const Expression::ConstPointer &rpLeft, const double Right)
Expression::Pointer operator+(const Expression::ConstPointer &rpLeft, const double Right)