| /libCEED/examples/fluids/ |
| H A D | pytorch_pkgconfig.py | 16 def add_variable(file, variable, value): argument 17 file.write(f"{variable}={value}\n") 20 def add_keyword(file, key, value): argument 21 file.write(f"{key}: {value}\n") 62 with pkgconfig_path.open('w') as file: 64 add_variable(file, variable, value) 66 file.write('\n') 69 add_keyword(file, keyword, value)
|
| H A D | stdoutParsing.py | 28 def parseFile(file): argument 43 with file.open() as filer: 65 for file in runlogDir.glob("*.log"): 66 values = parseFile(file)
|
| H A D | README.md | 79 - Number of frames written per CGNS file if the CGNS file name includes a format specifier (`%d`). 107 - Path to solution binary file from which to continue from 111 - Path to time stamp binary file (only for legacy checkpoints) 155 …- Sets the PetscViewer for the statistics file writing, such as `cgns:output-%d.cgns` (requires PE… 159 - Number of timesteps between statistics file writing (`-1` means only at end of run) 163 - Number of frames written per CGNS file if the CGNS file name includes a format specifier (`%d`). 167 …- Viewer for the force on each no-slip wall, e.g., `ascii:force.csv:ascii_csv` to write a CSV file. 722 This problem can be run with the `gaussianwave.yaml` file via: 776 The above run writes a file named `force.csv` (see `ts_monitor_wall_force` in `vortexshedding.yaml`… 873 This problem can be run with the `channel.yaml` file via: [all …]
|
| /libCEED/python/tests/ |
| H A D | README.md | 4 operators can be found in the file `test-5-operator.py`. 8 To run the tests, first build the user QFunctions file by running 19 the apropriate QFunction single source file and run
|
| H A D | setup.cfg | 6 # This file is part of CEED: http://github.com/ceed
|
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 92 file=None, argument 110 self.file = file 145 if self.file: 146 test_suite_attributes["file"] = decode(self.file, encoding) 188 if case.file: 189 test_case_attributes["file"] = decode(case.file, encoding) 378 file=None, argument 391 self.file = file
|
| /libCEED/julia/LibCEED.jl/gen/ |
| H A D | generator.jl | 9 # load options from generator TOML file 22 # remove trailing newline from output file
|
| /libCEED/ |
| H A D | Doxyfile | 3 # This file describes the settings to be used by the documentation system 18 # Use doxygen to compare the used configuration file with the template 19 # configuration file: 21 # Use doxygen to compare the used configuration file with the template 22 # configuration file without replacing the environment variables or CMake type 31 # file that follow. The default is UTF-8 which is also the encoding used for all 78 # performance problems for the file system. Adapt CREATE_SUBDIRS_LEVEL to 119 # descriptions after the members that are listed in the file and class 140 # the entity):The $name class, The $name widget, The $name file, is, provides, 145 "The $name file" \ [all …]
|
| H A D | RELEASING.md | 39 The Spack `libceed/package.py` file should be updated immediately after tagging a release. 73 In this PR, the file `L/libCEED/build_tarballs.jl` should be changed to update version number and c… 96 This requires updating the file `julia/LibCEED.jl/Project.toml` in the libCEED repository. 136 The release tests are found in the file `julia/LibCEED.jl/test/runtests.jl` and the development tes… 140 The Python package gets its version from `ceed.pc.template` so there are no file modifications nece… 178 1. `cargo package --list --package libceed-sys` and `--package libceed` to see that the file list m…
|
| /libCEED/rust/libceed/ |
| H A D | Cargo.toml | 32 { file = "README.md", search = "libceed = \"[0-9.]*\"", replace = "libceed = \"{{version}}\"" }, 33 …{ file = "../../README.md", search = "libceed = \"[0-9.]*\"", replace = "libceed = \"{{version}}\"…
|
| /libCEED/rust/libceed-sys/ |
| H A D | Cargo.toml | 41 …{ file = "README.md", search = "libceed-sys = \"[0-9.]*\"", replace = "libceed-sys = \"{{version}}… 42 …{ file = "build.rs", search = "atleast_version\\(\"[0-9.]*\"\\)", replace = "atleast_version(\"{{v…
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | LibCEED.md | 9 library file. The choice of library file is stored as a per-environment
|
| /libCEED/examples/petsc/ |
| H A D | README.md | 27 - `-mesh` - Read mesh from file 40 The resulting log file can be read by the Python plotting scripts in `benchmarks/`. 52 - `-mesh` - Read mesh from file 87 - `-mesh` - Read mesh from file
|
| /libCEED/tests/ |
| H A D | junit_common.py | 573 def save_failure_artifact(suite_spec: SuiteSpec, file: Path) -> Path: 580 save_path: Path = suite_spec.test_failure_artifacts_path / file.name 581 shutil.copyfile(file, save_path) 645 ref_csvs = [suite_spec.get_output_path(test, file) 646 for file in output_files if file.endswith('.csv')] 647 ref_ascii = [suite_spec.get_output_path(test, file) 648 for file in output_files if not file.endswith('.csv')] 652 ref_cgns = [suite_spec.get_output_path(test, file) for file in output_files]
|
| /libCEED/examples/ceed/ |
| H A D | index.md | 4 …l discretization libraries (MFEM, PETSc, Nek5000 etc.) see the subdirectories in {file}`examples/`. 10 This example is located in the subdirectory {file}`examples/ceed`. 33 This example is located in the subdirectory {file}`examples/ceed`. 67 This example is located in the subdirectory {file}`examples/ceed`.
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 70 Writing XML to a file: 74 # you can also write the XML to a file and not pretty print it 81 stripped from the XML string or file.
|
| /libCEED/doc/sphinx/source/ |
| H A D | gpu.md | 9 …path should typically be an absolute path to ensure the JiT compilation can locate the source file. 13 The entire contents of this source file and all included files are used during JiT compilation for … 16 These source file must only contain syntax constructs supported by C99 and all targeted backends (i…
|
| /libCEED/rust/libceed/src/ |
| H A D | basis.rs | 123 let file = bind_ceed::open_memstream(&mut ptr, &mut sizeloc); in fmt() localVariable 124 bind_ceed::CeedBasisView(self.ptr, file); in fmt() 125 bind_ceed::fclose(file); in fmt()
|
| H A D | elem_restriction.rs | 142 let file = bind_ceed::open_memstream(&mut ptr, &mut sizeloc); in fmt() localVariable 143 bind_ceed::CeedElemRestrictionView(self.ptr, file); in fmt() 144 bind_ceed::fclose(file); in fmt()
|
| H A D | vector.rs | 231 let file = bind_ceed::open_memstream(&mut ptr, &mut sizeloc); in fmt() localVariable 232 bind_ceed::CeedVectorView(self.ptr, format_c, file); in fmt() 233 bind_ceed::fclose(file); in fmt()
|
| /libCEED/examples/ |
| H A D | index.md | 6 in the {file}`examples/` directory.
|
| /libCEED/examples/mfem/ |
| H A D | Makefile | 49 MFEM config file not found. Please set MFEM_DIR))
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 244 FILE *file = fopen(filename.c_str(), "w"); in CeedCompileCore_Cuda() local 246 …CeedCheck(file, ceed, CEED_ERROR_BACKEND, "Failed to create file. Write access is required for cud… in CeedCompileCore_Cuda() 247 fputs(code.str().c_str(), file); in CeedCompileCore_Cuda() 248 fclose(file); in CeedCompileCore_Cuda()
|
| /libCEED/benchmarks/ |
| H A D | postprocess_base.py | 21 file='unknown',
|
| /libCEED/examples/nek/ |
| H A D | SIZE.in | 5 C This file is part of CEED, a collection of benchmarks, miniapps, software 17 C Dimension file to be included
|