Searched refs:resolved (Results 1 – 11 of 11) sorted by relevance
| /libCEED/examples/petsc/ |
| H A D | area.c | 127 const char *resolved; in main() local 129 CeedGetResource(ceed, &resolved); in main() 130 if (strstr(resolved, "/gpu/cuda")) vec_type = VECCUDA; in main() 131 else if (strstr(resolved, "/gpu/hip")) vec_type = VECHIP; in main()
|
| H A D | bpssphere.c | 106 const char *resolved; in main() local 108 CeedGetResource(ceed, &resolved); in main() 109 if (strstr(resolved, "/gpu/cuda")) vec_type = VECCUDA; in main() 110 else if (strstr(resolved, "/gpu/hip")) vec_type = VECHIP; in main()
|
| H A D | bpsswarm.c | 160 const char *resolved; in main() local 162 CeedGetResource(ceed, &resolved); in main() 163 if (strstr(resolved, "/gpu/cuda")) vec_type = VECCUDA; in main() 164 else if (strstr(resolved, "/gpu/hip")) vec_type = VECHIP; in main()
|
| H A D | bps.c | 82 const char *resolved; in RunWithDM() local 84 CeedGetResource(ceed, &resolved); in RunWithDM() 85 if (strstr(resolved, "/gpu/cuda")) vec_type = VECCUDA; in RunWithDM() 86 else if (strstr(resolved, "/gpu/hip")) vec_type = VECHIP; in RunWithDM()
|
| H A D | multigrid.c | 131 const char *resolved; in main() local 133 CeedGetResource(ceed, &resolved); in main() 134 if (strstr(resolved, "/gpu/cuda")) vec_type = VECCUDA; in main() 135 else if (strstr(resolved, "/gpu/hip")) vec_type = VECHIP; in main()
|
| H A D | bpsraw.c | 405 const char *resolved; in main() local 407 CeedGetResource(ceed, &resolved); in main() 408 if (strstr(resolved, "/gpu/cuda")) default_vec_type = VECCUDA; in main() 409 else if (strstr(resolved, "/gpu/hip")) default_vec_type = VECHIP; in main()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 149 const char *resolved; in main() local 150 PetscCallCeed(ceed, CeedGetResource(ceed, &resolved)); in main() 151 if (strstr(resolved, "/gpu/cuda")) vec_type = VECCUDA; in main() 152 else if (strstr(resolved, "/gpu/hip")) vec_type = VECKOKKOS; in main() 153 else if (strstr(resolved, "/gpu/sycl")) vec_type = VECKOKKOS; in main()
|
| H A D | index.md | 169 …onlinear problems such as the Euler equations and (low-viscosity/poorly resolved) Navier-Stokes, i…
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 127 const char *resolved; in main() local 128 CeedGetResource(ceed, &resolved); in main() 129 if (strstr(resolved, "/gpu/cuda")) vectype = VECCUDA; in main() 130 else if (strstr(resolved, "/gpu/hip")) vectype = VECHIP; in main()
|
| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 54 …sary if [this issue](https://github.com/rust-lang/cargo/issues/1592) is resolved -- it's currently…
|
| /libCEED/ |
| H A D | Doxyfile | 468 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
|