Reference documentation for deal.II version GIT relicensing-426-g7976cfd195 2024-04-18 21:10:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
grid_tools_cache_update_flags.h File Reference
#include <deal.II/base/config.h>

Go to the source code of this file.

Namespaces

namespace  GridTools
 

Enumerations

enum  GridTools::CacheUpdateFlags {
  GridTools::update_nothing = 0x000 , GridTools::update_vertex_to_cell_map = 0x001 , GridTools::update_vertex_to_cell_centers_directions , GridTools::update_used_vertices = 0x008 ,
  GridTools::update_used_vertices_rtree = 0x010 , GridTools::update_cell_bounding_boxes_rtree = 0x020 , GridTools::update_covering_rtree = 0x040 , GridTools::update_locally_owned_cell_bounding_boxes_rtree = 0x080 ,
  GridTools::update_vertex_to_neighbor_subdomain = 0x100 , GridTools::update_vertex_with_ghost_neighbors = 0x200 , GridTools::update_all = 0xFFF
}
 

Functions

template<typename StreamType >
StreamType & GridTools::operator<< (StreamType &s, const CacheUpdateFlags u)
 
CacheUpdateFlags GridTools::operator| (const CacheUpdateFlags f1, const CacheUpdateFlags f2)
 
CacheUpdateFlags GridTools::operator~ (const CacheUpdateFlags f1)
 
CacheUpdateFlagsGridTools::operator|= (CacheUpdateFlags &f1, const CacheUpdateFlags f2)
 
CacheUpdateFlags GridTools::operator& (const CacheUpdateFlags f1, const CacheUpdateFlags f2)
 
CacheUpdateFlagsGridTools::operator&= (CacheUpdateFlags &f1, const CacheUpdateFlags f2)