Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Functions | Variables
CUDAWrappers::internal::internal Namespace Reference

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
 

Function Documentation

◆ setup_constraint_weigths()

template<int dim>
void CUDAWrappers::internal::internal::setup_constraint_weigths ( unsigned int  fe_degree)

Definition at line 142 of file cuda_hanging_nodes_internal.h.

◆ index2()

template<unsigned int size>
unsigned int CUDAWrappers::internal::internal::index2 ( unsigned int  i,
unsigned int  j 
)
inline

Definition at line 733 of file cuda_hanging_nodes_internal.h.

◆ index3()

template<unsigned int size>
unsigned int CUDAWrappers::internal::internal::index3 ( unsigned int  i,
unsigned int  j,
unsigned int  k 
)
inline

Definition at line 742 of file cuda_hanging_nodes_internal.h.

◆ interpolate_boundary_2d()

template<unsigned int fe_degree, unsigned int direction, bool transpose, typename Number >
void CUDAWrappers::internal::internal::interpolate_boundary_2d ( const unsigned int  constraint_mask,
Number *  values 
)
inline

Definition at line 754 of file cuda_hanging_nodes_internal.h.

◆ interpolate_boundary_3d()

template<unsigned int fe_degree, unsigned int direction, bool transpose, typename Number >
void CUDAWrappers::internal::internal::interpolate_boundary_3d ( const unsigned int  constraint_mask,
Number *  values 
)
inline

Definition at line 843 of file cuda_hanging_nodes_internal.h.

Variable Documentation

◆ constraint_weights

__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.

◆ constr_type_x

constexpr unsigned int CUDAWrappers::internal::internal::constr_type_x = 1 << 0
constexpr

Definition at line 126 of file cuda_hanging_nodes_internal.h.

◆ constr_type_y

constexpr unsigned int CUDAWrappers::internal::internal::constr_type_y = 1 << 1
constexpr

Definition at line 127 of file cuda_hanging_nodes_internal.h.

◆ constr_type_z

constexpr unsigned int CUDAWrappers::internal::internal::constr_type_z = 1 << 2
constexpr

Definition at line 128 of file cuda_hanging_nodes_internal.h.

◆ constr_face_x

constexpr unsigned int CUDAWrappers::internal::internal::constr_face_x = 1 << 3
constexpr

Definition at line 131 of file cuda_hanging_nodes_internal.h.

◆ constr_face_y

constexpr unsigned int CUDAWrappers::internal::internal::constr_face_y = 1 << 4
constexpr

Definition at line 132 of file cuda_hanging_nodes_internal.h.

◆ constr_face_z

constexpr unsigned int CUDAWrappers::internal::internal::constr_face_z = 1 << 5
constexpr

Definition at line 133 of file cuda_hanging_nodes_internal.h.

◆ constr_edge_xy

constexpr unsigned int CUDAWrappers::internal::internal::constr_edge_xy = 1 << 6
constexpr

Definition at line 136 of file cuda_hanging_nodes_internal.h.

◆ constr_edge_yz

constexpr unsigned int CUDAWrappers::internal::internal::constr_edge_yz = 1 << 7
constexpr

Definition at line 137 of file cuda_hanging_nodes_internal.h.

◆ constr_edge_zx

constexpr unsigned int CUDAWrappers::internal::internal::constr_edge_zx = 1 << 8
constexpr

Definition at line 138 of file cuda_hanging_nodes_internal.h.