Reference documentation for deal.II version 9.6.0
|
#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) |
CacheUpdateFlags & | GridTools::operator|= (CacheUpdateFlags &f1, const CacheUpdateFlags f2) |
CacheUpdateFlags | GridTools::operator& (const CacheUpdateFlags f1, const CacheUpdateFlags f2) |
CacheUpdateFlags & | GridTools::operator&= (CacheUpdateFlags &f1, const CacheUpdateFlags f2) |