Searched refs:yaml (Results 1 – 15 of 15) sorted by relevance
| /petsc/ |
| H A D | .editorconfig | 5 [*.{c,h,hpp,cpp,cxx,cu,h90,F90,py,yaml,yml,json,tex,md}] 12 [*.{c,h,hpp,cpp,cxx,cu,h90,F90,py,yaml,yml,json,tex}]
|
| /petsc/src/sys/tests/output/ |
| H A D | ex56f_no-yaml.out | 1 PETSc has yaml? F
|
| H A D | ex56f_yaml.out | 1 PETSc has yaml? T
|
| H A D | ex56_no-yaml.out | 1 PETSc has yaml? FALSE
|
| H A D | ex56_yaml.out | 1 PETSc has yaml? TRUE
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 413 …tionsFilename(MPI_Comm comm, const char file[], char filename[PETSC_MAX_PATH_LEN], PetscBool *yaml) in PetscOptionsFilename() argument 418 *yaml = PETSC_FALSE; in PetscOptionsFilename() 421 PetscCall(PetscStrendswith(path, ":yaml", yaml)); in PetscOptionsFilename() 422 if (*yaml) { in PetscOptionsFilename() 428 if (!*yaml) PetscCall(PetscStrendswith(filename, ".yaml", yaml)); in PetscOptionsFilename() 429 if (!*yaml) PetscCall(PetscStrendswith(filename, ".yml", yaml)); in PetscOptionsFilename() 430 if (!*yaml) PetscCall(PetscStrendswith(filename, ".json", yaml)); in PetscOptionsFilename() 431 if (!*yaml) { /* check file contents */ in PetscOptionsFilename() 439 PetscCall(PetscStrncmp(buf, "%YAML ", 6, yaml)); /* check for '%YAML' tag */ in PetscOptionsFilename() 440 if (!*yaml) PetscCall(PetscStrncmp(buf, "---", 3, yaml)); /* check for document start */ in PetscOptionsFilename() [all …]
|
| /petsc/src/sys/yaml/ |
| H A D | README.md | 17 * The macro `YAML_DECLARE()` in `yaml.h` has been modified to specify
|
| /petsc/doc/developers/ |
| H A D | testing.md | 222 ```yaml 242 ```yaml 257 ```yaml 304 ```yaml 351 ```yaml 372 ```yaml 390 ```yaml 407 ```yaml 424 ```yaml 443 ```yaml [all …]
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 81 …de `lib/petsc/bin/maint/check-merge-branch.sh`..HEAD -- src/sys/yaml/include src/sys/yaml/License …
|
| /petsc/doc/changes/ |
| H A D | 315.md | 42 - `--download-yaml` or `--with-yaml` are no longer required for
|
| /petsc/doc/manual/ |
| H A D | other.md | 138 ```{literalinclude} /../src/sys/tests/ex47-options.yaml 139 :language: yaml 151 YAML or JSON [^json] extension or if one uses a `:yaml` postfix, 152 e.g. `-options_file my_options.yaml` or `-options_file my_options.txt:yaml` 158 :language: yaml 164 :language: yaml
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_tut_4.out | 120 …g -O3 -march=native " --download-c2html --download-suitesparse --download-yaml --download-hdf5 --d…
|
| H A D | ex19_tut_6.out | 125 …g -O3 -march=native " --download-c2html --download-suitesparse --download-yaml --download-hdf5 --d…
|
| H A D | ex19_tut_5.out | 129 …g -O3 -march=native " --download-c2html --download-suitesparse --download-yaml --download-hdf5 --d…
|
| H A D | ex19_tut_7.out | 138 …g -O3 -march=native " --download-c2html --download-suitesparse --download-yaml --download-hdf5 --d…
|