Chi-Tech
chi_physics_namespace.h
Go to the documentation of this file.
1#ifndef CHI_PHYSICS_NAMESPACE_H
2#define CHI_PHYSICS_NAMESPACE_H
3
4#include <petscksp.h>
5
6namespace chi_physics
7{
8 enum class OperationType
9 {
10 SINGLE_VALUE = 0,
11 FROM_ARRAY = 1,
12 SIMPLEXS0 = 20,
13 SIMPLEXS1 = 21,
14 EXISTING = 22,
15 CHI_XSFILE = 23
16 };
17
18 class FieldFunctionGridBased;
19 class FieldFunctionGridBased;
20 class Solver;
21
22 //03 Utils
23 std::string GetPETScConvergedReasonstring(KSPConvergedReason reason);
24}
25
26
27#endif
std::string GetPETScConvergedReasonstring(KSPConvergedReason reason)