PRAgMaTIc
master
|
#include <DeferredOperations.h>
Public Member Functions | |
DeferredOperations (Mesh< real_t > *mesh, const int num_threads, const int scaling_factor) | |
~DeferredOperations () | |
void | addNN (const index_t i, const index_t n, const int tid) |
void | remNN (const index_t i, const index_t n, const int tid) |
void | addNE (const index_t i, const index_t n, const int tid) |
void | addNE_fix (const index_t i, const index_t n, const int tid) |
void | repEN (const size_t pos, const index_t n, const int tid) |
void | remNE (const index_t i, const index_t n, const int tid) |
void | propagate_coarsening (const index_t i, const int tid) |
void | propagate_refinement (const index_t i, const index_t n, const int tid) |
void | propagate_swapping (const index_t i, const index_t n, const int tid) |
void | reset_colour (const index_t i, const int tid) |
void | commit_addNN (const int tid, const int vtid) |
void | commit_remNN (const int tid, const int vtid) |
void | commit_addNE (const int tid, const int vtid) |
void | commit_addNE_fix (std::vector< size_t > &threadIdx, const int tid, const int vtid) |
void | commit_remNE (const int tid, const int vtid) |
void | commit_repEN (const int tid, const int vtid) |
void | commit_coarsening_propagation (index_t *dynamic_vertex, const int tid, const int vtid) |
void | commit_refinement_propagation (std::vector< std::set< index_t > > &marked_edges, const int tid, const int vtid) |
void | commit_swapping_propagation (std::vector< std::set< index_t > > &marked_edges, const int tid, const int vtid) |
void | commit_colour_reset (int *node_colour, const int tid, const int vtid) |
Definition at line 45 of file DeferredOperations.h.
|
inline |
Definition at line 47 of file DeferredOperations.h.
|
inline |
Definition at line 55 of file DeferredOperations.h.
|
inline |
Definition at line 67 of file DeferredOperations.h.
|
inline |
Definition at line 72 of file DeferredOperations.h.
|
inline |
Definition at line 57 of file DeferredOperations.h.
|
inline |
Definition at line 125 of file DeferredOperations.h.
|
inline |
Definition at line 134 of file DeferredOperations.h.
|
inline |
Definition at line 105 of file DeferredOperations.h.
|
inline |
Definition at line 164 of file DeferredOperations.h.
|
inline |
Definition at line 191 of file DeferredOperations.h.
|
inline |
Definition at line 173 of file DeferredOperations.h.
|
inline |
Definition at line 145 of file DeferredOperations.h.
|
inline |
Definition at line 114 of file DeferredOperations.h.
|
inline |
Definition at line 155 of file DeferredOperations.h.
|
inline |
Definition at line 182 of file DeferredOperations.h.
|
inline |
Definition at line 87 of file DeferredOperations.h.
|
inline |
Definition at line 91 of file DeferredOperations.h.
|
inline |
Definition at line 96 of file DeferredOperations.h.
|
inline |
Definition at line 82 of file DeferredOperations.h.
|
inline |
Definition at line 62 of file DeferredOperations.h.
|
inline |
Definition at line 77 of file DeferredOperations.h.
|
inline |
Definition at line 101 of file DeferredOperations.h.