| /libCEED/doc/sphinx/source/ |
| H A D | conf.py | 304 for filename in glob.glob(os.path.join( 306 destdir = os.path.dirname(os.path.relpath(filename, rootdir)) 308 shutil.copy2(filename, destdir) 311 for filename in glob.glob(os.path.join( 313 destdir = os.path.dirname(os.path.relpath(filename, rootdir)) 315 shutil.copy2(filename, destdir)
|
| /libCEED/examples/petsc/ |
| H A D | area.c | 60 char filename[PETSC_MAX_PATH_LEN], ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self"; in main() local 87 …l(PetscOptionsString("-mesh", "Read mesh from file", NULL, filename, filename, sizeof(filename), &… in main() 94 PetscCall(DMPlexCreateFromFile(PETSC_COMM_WORLD, filename, NULL, PETSC_TRUE, &dm)); in main()
|
| H A D | bpssphere.c | 51 …char ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self", filename[PETSC_MAX_PATH_LEN]; in main() local 90 …l(PetscOptionsString("-mesh", "Read mesh from file", NULL, filename, filename, sizeof(filename), &… in main() 117 PetscCall(DMPlexCreateFromFile(PETSC_COMM_WORLD, filename, NULL, PETSC_TRUE, &dm)); in main()
|
| H A D | bps.c | 355 char filename[PETSC_MAX_PATH_LEN]; in main() local 422 …l(PetscOptionsString("-mesh", "Read mesh from file", NULL, filename, filename, sizeof(filename), &… in main() 423 rp->filename = filename; in main()
|
| H A D | bpsswarm.c | 52 …char ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self", filename[PETSC_MAX_PATH_LEN]; in main() local 109 …l(PetscOptionsString("-mesh", "Read mesh from file", NULL, filename, filename, sizeof(filename), &… in main() 171 PetscCall(DMPlexCreateFromFile(comm, filename, NULL, PETSC_TRUE, &dm_mesh)); in main()
|
| H A D | multigrid.c | 50 char filename[PETSC_MAX_PATH_LEN], ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self"; in main() local 104 …l(PetscOptionsString("-mesh", "Read mesh from file", NULL, filename, filename, sizeof(filename), &… in main() 118 PetscCall(DMPlexCreateFromFile(PETSC_COMM_WORLD, filename, NULL, PETSC_TRUE, &dm_orig)); in main()
|
| /libCEED/examples/solids/src/ |
| H A D | setup-dm.c | 35 const char *filename = app_ctx->mesh_file; in CreateDistributedDM() local 42 if (!*filename) { in CreateDistributedDM() 48 PetscCall(DMPlexCreateFromFile(comm, filename, NULL, interpolate, dm)); in CreateDistributedDM()
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 243 …std::string filename = std::string("temp/kernel_") + std::to_string(build_id) + std::string("_0_so… in CeedCompileCore_Cuda() local 244 FILE *file = fopen(filename.c_str(), "w"); in CeedCompileCore_Cuda() 353 std::string filename(entry->d_name); in CeedCompileCore_Cuda() local 355 if (filename.size() >= 2 && filename.substr(filename.size() - 2) == ".a") { in CeedCompileCore_Cuda() 356 command += dir + "/" + filename + " "; in CeedCompileCore_Cuda()
|
| /libCEED/python/tests/ |
| H A D | check.py | 9 caller_dirname = os.path.dirname(caller.filename)
|
| /libCEED/interface/ |
| H A D | ceed.c | 1711 int CeedErrorImpl(Ceed ceed, const char *filename, int lineno, const char *func, int ecode, const c… in CeedErrorImpl() argument 1717 ret_val = ceed->Error(ceed, filename, lineno, func, ecode, format, &args); in CeedErrorImpl() 1723 ret_val = CeedErrorReturn(ceed, filename, lineno, func, ecode, format, &args); in CeedErrorImpl() 1726 ret_val = CeedErrorAbort(ceed, filename, lineno, func, ecode, format, &args); in CeedErrorImpl() 1744 int CeedErrorReturn(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, c… in CeedErrorReturn() argument 1759 int CeedErrorStore(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, co… in CeedErrorStore() argument 1760 …if (ceed->parent) return CeedErrorStore(ceed->parent, filename, line_no, func, err_code, format, a… in CeedErrorStore() 1763 …int len = snprintf(ceed->err_msg, CEED_MAX_RESOURCE_LEN, "%s:%d in %s(): ", filename, line_no, fun… in CeedErrorStore() 1780 int CeedErrorAbort(Ceed ceed, const char *filename, int line_no, const char *func, int err_code, co… in CeedErrorAbort() argument 1781 fprintf(stderr, "%s:%d in %s(): ", filename, line_no, func); in CeedErrorAbort() [all …]
|
| /libCEED/examples/petsc/include/ |
| H A D | structs.h | 88 char *filename, *hostname; member
|
| /libCEED/benchmarks/ |
| H A D | postprocess_base.py | 58 data['file'] = fileinput.filename()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 126 CEED_EXTERN int CeedErrorImpl(Ceed ceed, const char *filename, int lineno, const char *func, int ec… 143 CEED_EXTERN int CeedErrorReturn(Ceed ceed, const char *filename, int line_no, const char *func, int… 144 CEED_EXTERN int CeedErrorStore(Ceed ceed, const char *filename, int line_no, const char *func, int … 145 CEED_EXTERN int CeedErrorAbort(Ceed ceed, const char *filename, int line_no, const char *func, int … 146 CEED_EXTERN int CeedErrorExit(Ceed ceed, const char *filename, int line_no, const char *func, int e…
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 416 PetscCall(DMPlexCreateFromFile(PETSC_COMM_WORLD, rp->filename, NULL, PETSC_TRUE, dm)); in CreateDistributedDM()
|
| /libCEED/examples/solids/ |
| H A D | README.md | 35 * - `-mesh [filename]`
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 51 - Test filename
|
| /libCEED/ |
| H A D | Doxyfile | 2648 # path where java can find the plantuml.jar file or to the filename of jar file
|