Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 51) sorted by relevance

123

/libCEED/examples/fluids/
H A Dpytorch_pkgconfig.py16 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 DstdoutParsing.py28 def parseFile(file): argument
43 with file.open() as filer:
65 for file in runlogDir.glob("*.log"):
66 values = parseFile(file)
H A DREADME.md79 - 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 DREADME.md4 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 Dsetup.cfg6 # This file is part of CEED: http://github.com/ceed
/libCEED/tests/junit-xml/junit_xml/
H A D__init__.py92 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 Dgenerator.jl9 # load options from generator TOML file
22 # remove trailing newline from output file
/libCEED/
H A DDoxyfile3 # 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 DRELEASING.md39 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 DCargo.toml32 { 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 DCargo.toml41 …{ 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 DLibCEED.md9 library file. The choice of library file is stored as a per-environment
/libCEED/examples/petsc/
H A DREADME.md27 - `-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 Djunit_common.py573 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 Dindex.md4 …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 DREADME.rst70 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 Dgpu.md9 …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 Dbasis.rs123 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 Delem_restriction.rs142 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 Dvector.rs231 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 Dindex.md6 in the {file}`examples/` directory.
/libCEED/examples/mfem/
H A DMakefile49 MFEM config file not found. Please set MFEM_DIR))
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp244 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 Dpostprocess_base.py21 file='unknown',
/libCEED/examples/nek/
H A DSIZE.in5 C This file is part of CEED, a collection of benchmarks, miniapps, software
17 C Dimension file to be included

123