omega_h
Reliable mesh adaptation
Omega_h_template_up.hpp
Go to the documentation of this file.
1 #ifndef OMEGA_H_TEMPLATE_UP_HPP
2 #define OMEGA_H_TEMPLATE_UP_HPP
3 
8 #include <Omega_h_defines.hpp>
9 
10 namespace Omega_h {
11 
17 struct TemplateUp {
19  Int up;
24  bool is_flipped;
25 };
26 
27 struct SplitVertex {
28  Int dim;
29  Int which_down;
30 };
31 
32 } // namespace Omega_h
33 
34 #endif
Definition: amr_mpi_test.cpp:6
Definition: Omega_h_template_up.hpp:27
Definition: Omega_h_template_up.hpp:17
Int which_down
The upward-local index of the downward entity.
Definition: Omega_h_template_up.hpp:21
Int up
The parent-local index of the upward entity.
Definition: Omega_h_template_up.hpp:19
bool is_flipped
Whether the downward entity is flipped with respect to its canonical direction in the upward entity.
Definition: Omega_h_template_up.hpp:24