Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 9 of 9) sorted by relevance

/libCEED/examples/solids/src/
H A Dsetup-dm.c35 const char *filename = app_ctx->mesh_file; in CreateDistributedDM() local
/libCEED/examples/petsc/
H A Darea.c60 char filename[PETSC_MAX_PATH_LEN], ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self"; in main() local
H A Dbpssphere.c51 …char ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self", filename[PETSC_MAX_PATH_LEN]; in main() local
H A Dbpsswarm.c52 …char ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self", filename[PETSC_MAX_PATH_LEN]; in main() local
H A Dbps.c355 char filename[PETSC_MAX_PATH_LEN]; in main() local
H A Dmultigrid.c50 char filename[PETSC_MAX_PATH_LEN], ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self"; in main() local
/libCEED/interface/
H A Dceed.c1711 int CeedErrorImpl(Ceed ceed, const char *filename, int lineno, const char *func, int ecode, const c… in CeedErrorImpl()
1744 int CeedErrorReturn(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, c… in CeedErrorReturn()
1759 int CeedErrorStore(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, co… in CeedErrorStore()
1780 int CeedErrorAbort(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, co… in CeedErrorAbort()
1800 int CeedErrorExit(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, con… in CeedErrorExit()
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp243 …std::string filename = std::string("temp/kernel_") + std::to_string(build_id) + std::string("_0_so… in CeedCompileCore_Cuda() local
353 std::string filename(entry->d_name); in CeedCompileCore_Cuda() local
/libCEED/examples/petsc/include/
H A Dstructs.h88 char *filename, *hostname; member