Lines Matching refs:CeedInt
34 CeedInt num_nodes;
35 const CeedInt *h_offsets;
36 const CeedInt *h_offsets_borrowed;
37 const CeedInt *h_offsets_owned;
38 const CeedInt *d_offsets;
39 const CeedInt *d_offsets_borrowed;
40 const CeedInt *d_offsets_owned;
41 const CeedInt *d_t_offsets;
42 const CeedInt *d_t_indices;
43 const CeedInt *d_l_vec_indices;
56 const CeedInt *h_offsets_at_points;
57 const CeedInt *h_offsets_at_points_borrowed;
58 const CeedInt *h_offsets_at_points_owned;
59 const CeedInt *d_offsets_at_points;
60 const CeedInt *d_offsets_at_points_borrowed;
61 const CeedInt *d_offsets_at_points_owned;
62 const CeedInt *h_points_per_elem;
63 const CeedInt *h_points_per_elem_borrowed;
64 const CeedInt *h_points_per_elem_owned;
65 const CeedInt *d_points_per_elem;
66 const CeedInt *d_points_per_elem_borrowed;
67 const CeedInt *d_points_per_elem_owned;
76 CeedInt num_points;
85 CeedInt num_elem_at_points;
86 CeedInt *h_points_per_elem;
87 CeedInt *d_points_per_elem;
135 CeedInt block_size_x, block_size_y, elems_per_block;
144 CeedInt num_inputs, num_outputs;
145 CeedInt num_active_in, num_active_out;
146 CeedInt *input_field_order, *output_field_order;
148 CeedInt max_num_points;
149 CeedInt *num_points;
159 …estrictionCreate_Hip(CeedMemType mem_type, CeedCopyMode copy_mode, const CeedInt *offsets, const b…
162 CEED_INTERN int CeedBasisCreateTensorH1_Hip(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScal…
164 …_INTERN int CeedBasisCreateH1_Hip(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt n…
166 …NTERN int CeedBasisCreateHdiv_Hip(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt n…
168 …TERN int CeedBasisCreateHcurl_Hip(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt n…