Reference documentation for deal.II version 9.2.0
|
#include <deal.II/base/config.h>
Go to the source code of this file.
Namespaces | |
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_vertex_kdtree = 0x004, 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_all = 0x0FF } |
Functions | |
template<class 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) |