Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 11 of 11) sorted by relevance

/libCEED/examples/petsc/
H A Darea.c127 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 Dbpssphere.c106 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 Dbpsswarm.c160 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 Dbps.c82 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 Dmultigrid.c131 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 Dbpsraw.c405 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 Dnavierstokes.c149 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 Dindex.md169 …onlinear problems such as the Euler equations and (low-viscosity/poorly resolved) Navier-Stokes, i…
/libCEED/examples/solids/
H A Delasticity.c127 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 DREADME.md54 …sary if [this issue](https://github.com/rust-lang/cargo/issues/1592) is resolved -- it's currently…
/libCEED/
H A DDoxyfile468 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small