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.
implicit_filter_utils.h
Go to the documentation of this file.
1 // | / |
2 // ' / __| _` | __| _ \ __|
3 // . \ | ( | | ( |\__ `
4 // _|\_\_| \__,_|\__|\___/ ____/
5 // Multi-Physics
6 //
7 // License: BSD License
8 // license: OptimizationApplication/license.txt
9 //
10 // Main author: Reza Najian Asl
11 //
12 
13 #pragma once
14 
15 // System includes
16 
17 // Project includes
18 #include "includes/define.h"
19 #include "includes/model_part.h"
20 
21 // Application includes
22 
23 namespace Kratos
24 {
25 
28 
29 class KRATOS_API(OPTIMIZATION_APPLICATION) ImplicitFilterUtils
30 {
31 public:
34 
35  using IndexType = std::size_t;
36 
40 
41  static void CalculateNodeNeighbourCount(ModelPart& rModelPart);
42 
43  static void SetBulkRadiusForShapeFiltering(ModelPart& rModelPart);
44 
45  static void AssignProperties(
46  ModelPart& rModelPart,
47  Parameters PropertiesParams);
48 
50 };
51 
53 }
Definition: implicit_filter_utils.h:30
std::size_t IndexType
Definition: implicit_filter_utils.h:35
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21