Searched refs:CeedMemTypes (Results 1 – 13 of 13) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-types.c | 24 const char *const CeedMemTypes[] = { variable
|
| H A D | ceed-qfunctioncontext.c | 689 … has no borrowed %s data, must set data with CeedQFunctionContextSetData", CeedMemTypes[mem_type]); in CeedQFunctionContextTakeData()
|
| H A D | ceed-vector.c | 498 …dVector has no borrowed %s array, must set array with CeedVectorSetArray", CeedMemTypes[mem_type]); in CeedVectorTakeArray()
|
| H A D | ceed.c | 1635 tabs, tabs, ceed->resource, tabs, CeedMemTypes[mem_type]); in CeedView()
|
| /libCEED/examples/petsc/ |
| H A D | area.c | 163 …used_resource, CeedMemTypes[mem_type_backend], P, Q, q_extra, g_size / num_comp_u, num_comp_u, g_s… in main()
|
| H A D | bpssphere.c | 164 …bp_choice + 1, ceed_resource, CeedMemTypes[mem_type_backend], P, Q, q_extra, g_size / num_comp_u)); in main()
|
| H A D | bpsswarm.c | 282 …ce + 1, hostname, comm_size, ranks_per_node, vec_type, used_resource, CeedMemTypes[mem_type_backen… in main()
|
| H A D | bps.c | 155 …rp->hostname, comm_size, rp->ranks_per_node, vec_type, used_resource, CeedMemTypes[mem_type_backen… in RunWithDM()
|
| H A D | multigrid.c | 247 …bp_choice + 1, vec_type, used_resource, CeedMemTypes[mem_type_backend], P, Q, q_extra, g_size[fine… in main()
|
| H A D | bpsraw.c | 466 …bp_choice + 1, vec_type, used_resource, CeedMemTypes[mem_type_backend], P, Q, gsize / num_comp_u, … in main()
|
| /libCEED/examples/fluids/src/ |
| H A D | misc.c | 402 used_resource, CeedMemTypes[mem_type_backend])); in PrintRunInfo()
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 326 hostname, comm_size, used_resource, CeedMemTypes[mem_type_backend])); in main()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 189 CEED_EXTERN const char *const CeedMemTypes[]; variable
|