Reference documentation for deal.II version 9.2.0
|
Functions | |
template<int dim> | |
void | setup_constraint_weigths (unsigned int fe_degree) |
template<unsigned int size> | |
unsigned int | index2 (unsigned int i, unsigned int j) |
template<unsigned int size> | |
unsigned int | index3 (unsigned int i, unsigned int j, unsigned int k) |
template<unsigned int fe_degree, unsigned int direction, bool transpose, typename Number > | |
void | interpolate_boundary_2d (const unsigned int constraint_mask, Number *values) |
template<unsigned int fe_degree, unsigned int direction, bool transpose, typename Number > | |
void | interpolate_boundary_3d (const unsigned int constraint_mask, Number *values) |
Variables | |
__constant__ double | constraint_weights [(DEAL_II_MAX_ELEM_DEGREE+1) *(DEAL_II_MAX_ELEM_DEGREE+1)] |
constexpr unsigned int | constr_type_x = 1 << 0 |
constexpr unsigned int | constr_type_y = 1 << 1 |
constexpr unsigned int | constr_type_z = 1 << 2 |
constexpr unsigned int | constr_face_x = 1 << 3 |
constexpr unsigned int | constr_face_y = 1 << 4 |
constexpr unsigned int | constr_face_z = 1 << 5 |
constexpr unsigned int | constr_edge_xy = 1 << 6 |
constexpr unsigned int | constr_edge_yz = 1 << 7 |
constexpr unsigned int | constr_edge_zx = 1 << 8 |
void CUDAWrappers::internal::internal::setup_constraint_weigths | ( | unsigned int | fe_degree | ) |
Definition at line 142 of file cuda_hanging_nodes_internal.h.
|
inline |
Definition at line 733 of file cuda_hanging_nodes_internal.h.
|
inline |
Definition at line 742 of file cuda_hanging_nodes_internal.h.
|
inline |
Definition at line 754 of file cuda_hanging_nodes_internal.h.
|
inline |
Definition at line 843 of file cuda_hanging_nodes_internal.h.
__constant__ double CUDAWrappers::internal::internal::constraint_weights[(DEAL_II_MAX_ELEM_DEGREE+1) *(DEAL_II_MAX_ELEM_DEGREE+1)] |
Definition at line 109 of file cuda_hanging_nodes_internal.h.
|
constexpr |
Definition at line 126 of file cuda_hanging_nodes_internal.h.
|
constexpr |
Definition at line 127 of file cuda_hanging_nodes_internal.h.
|
constexpr |
Definition at line 128 of file cuda_hanging_nodes_internal.h.
|
constexpr |
Definition at line 131 of file cuda_hanging_nodes_internal.h.
|
constexpr |
Definition at line 132 of file cuda_hanging_nodes_internal.h.
|
constexpr |
Definition at line 133 of file cuda_hanging_nodes_internal.h.
|
constexpr |
Definition at line 136 of file cuda_hanging_nodes_internal.h.
|
constexpr |
Definition at line 137 of file cuda_hanging_nodes_internal.h.
|
constexpr |
Definition at line 138 of file cuda_hanging_nodes_internal.h.