Reference documentation for deal.II version 9.3.3
|
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 [(mf_max_elem_degree+1) *(mf_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 141 of file cuda_hanging_nodes_internal.h.
|
inline |
Definition at line 738 of file cuda_hanging_nodes_internal.h.
|
inline |
Definition at line 747 of file cuda_hanging_nodes_internal.h.
|
inline |
Definition at line 759 of file cuda_hanging_nodes_internal.h.
|
inline |
Definition at line 848 of file cuda_hanging_nodes_internal.h.
__constant__ double CUDAWrappers::internal::internal::constraint_weights[(mf_max_elem_degree+1) *(mf_max_elem_degree+1)] |
Definition at line 108 of file cuda_hanging_nodes_internal.h.
|
constexpr |
Definition at line 125 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 130 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 135 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.