Lines Matching refs:CeedInt

29   CeedInt         num_nodes;
30 const CeedInt *h_offsets;
31 const CeedInt *h_offsets_borrowed;
32 const CeedInt *h_offsets_owned;
33 const CeedInt *d_offsets;
34 const CeedInt *d_offsets_borrowed;
35 const CeedInt *d_offsets_owned;
36 const CeedInt *d_t_offsets;
37 const CeedInt *d_t_indices;
38 const CeedInt *d_l_vec_indices;
51 const CeedInt *h_offsets_at_points;
52 const CeedInt *h_offsets_at_points_borrowed;
53 const CeedInt *h_offsets_at_points_owned;
54 const CeedInt *d_offsets_at_points;
55 const CeedInt *d_offsets_at_points_borrowed;
56 const CeedInt *d_offsets_at_points_owned;
57 const CeedInt *h_points_per_elem;
58 const CeedInt *h_points_per_elem_borrowed;
59 const CeedInt *h_points_per_elem_owned;
60 const CeedInt *d_points_per_elem;
61 const CeedInt *d_points_per_elem_borrowed;
62 const CeedInt *d_points_per_elem_owned;
71 CeedInt num_points;
80 CeedInt num_elem_at_points;
81 CeedInt *h_points_per_elem;
82 CeedInt *d_points_per_elem;
130 CeedInt block_size_x, block_size_y, elems_per_block;
139 CeedInt num_inputs, num_outputs;
140 CeedInt num_active_in, num_active_out;
141 CeedInt *input_field_order, *output_field_order;
143 CeedInt max_num_points;
144 CeedInt *num_points;
154 …strictionCreate_Cuda(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const b…
157 CEED_INTERN int CeedBasisCreateTensorH1_Cuda(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedSca…
159 …INTERN int CeedBasisCreateH1_Cuda(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt n…
161 …TERN int CeedBasisCreateHdiv_Cuda(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt n…
163 …ERN int CeedBasisCreateHcurl_Cuda(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt n…