Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 25 of 26) sorted by relevance

12

/petsc/src/sys/tests/options/
H A Dex55options1 alias -option_in_file_2 -alias_opt
2 alias -opt1 -opt2
3 alias -opt1 -opt2
4 alias -opt1 -opt4
5 alias -opt2 -opt5
6 alias -opt2 -opt6
/petsc/include/petsc/private/cpp/
H A Dfunctional.hpp84 #define PETSC_ALIAS_FUNCTION_WITH_PROLOGUE_AND_EPILOGUE_(alias, original, prologue, epilogue) \ argument
86 …PETSC_NODISCARD auto alias(Args &&...args) PETSC_DECLTYPE_NOEXCEPT_AUTO(original(std::forward<Args…
113 #define PETSC_ALIAS_FUNCTION(alias, original) PETSC_ALIAS_FUNCTION_WITH_PROLOGUE_AND_EPILOGUE_(alia… argument
131 #define PETSC_ALIAS_FUNCTION_GOBBLE_NTH_LAST_ARGS_(alias, original, gobblefn, N) \ argument
136 …PETSC_NODISCARD auto alias(Args &&...args) PETSC_DECLTYPE_NOEXCEPT_AUTO_RETURNS(gobblefn(std::forw…
142 …PETSC_ALIAS_FUNCTION_GOBBLE_NTH_LAST_ARGS(alias, original, N) PETSC_ALIAS_FUNCTION_GOBBLE_NTH_LAST… argument
/petsc/src/sys/tests/
H A Dex54options_1c_wrong2 alias -option1 # missing alias for -option1
3 alias -option2 value2 # value instead of aliasee option
4 alias -option3 -alias3 bla # extra token bla
H A Dex54options_1h2 alias -option1 -alias1
3 alias -option2 -alias2
4 alias -option3 -alias3
H A Dex54options_1g_wrong2 alias -option1 -alias1
3 alias -option2 -alias2
4 alias -option3 -alias3
H A Dex54options_1f_wrong2 alias -option1 -alias1
3 alias -option2 -alias2
4 alias -option3 -alias3
H A Dex54options_1e_wrong2 alias -option1 -alias1
3 alias -option2 -alias2
4 alias -option3 -alias3 bla # extra token bla
H A Dex54options_1d_wrong2 alias -option1 -alias1
3 alias -option2 value2 # value instead of aliasee option
4 alias -option3 -alias3 bla # extra token bla
H A Dex54options_1b_wrong2 alias ---option1 # invalid option
3 alias -option2 value2 # value instead of aliasee option
4 alias -option3 -alias3 bla # extra token bla
H A Dex54options_1a_wrong3 alias -option2 value2 # value instead of aliasee option
4 alias -option3 -alias3 bla # extra token bla
H A Dex54options2 alias -option2 -alias2
/petsc/lib/petsc/bin/
H A Dpetsc_tas_analysis.py79 for alias in cmdLineArgs.removeAliasDir:
80 if alias in config.filePath:
81 result = editConfigureTasFile(alias, 'remove')
88 for alias in config.filePath:
89 print(alias)
115 def checkAlias(alias, path): argument
131 if alias in config.filePath:
146 def checkDirforFilePath(alias, path): argument
195 def editConfigureTasFile(alias, mode, aliasInConfig=False, path=None): argument
212 if alias in line:
[all …]
/petsc/src/sys/tests/output/
H A Dex54_1_options_file-ex54options_1c_wrong.out1 [0]PETSC ERROR: Error in options file ex54options_1c_wrong line 2: alias missing for -option1
/petsc/src/sys/yaml/include/
H A Dyaml.h246 } alias; member
386 } alias; member
/petsc/src/sys/yaml/src/
H A Dapi.c341 yaml_free(token->data.alias.value); in yaml_token_delete()
H A Dyaml_private.h514 (token).data.alias.value = (token_value))
572 (event).data.alias.anchor = (event_anchor))
H A Dloader.c347 yaml_char_t *anchor = event->data.alias.anchor; in yaml_parser_load_alias()
H A Dparser.c546 ALIAS_EVENT_INIT(*event, token->data.alias.value, in yaml_parser_parse_node()
/petsc/doc/changes/
H A D319.md115 …_ATTRIBUTE_MAY_ALIAS` to inform compilers that a type is not subjected to type-based alias analysis
143 - Add an alias option `-sf_use_gpu_aware_mpi` to `-use_gpu_aware_mpi`
H A D318.md220 - Add `KSPNONE` as alias for `KSPPREONLY`
227 - Add `SNESLINESEARCHNONE` as alias for `SNESLINESEARCHBASIC`
H A D313.md231 PetscDualSpace: it is now a constructor alias for
H A D321.md122 - Add `-mg_fine_...` prefix alias for fine grid options to override `-mg_levels_...` options, like …
/petsc/src/sys/objects/
H A Doptions.c463 PetscBool isdir, alias = PETSC_FALSE, valid; in PetscOptionsInsertFilePetsc() local
525 PetscCall(PetscStrcasecmp(tokens[0], "alias", &alias)); in PetscOptionsInsertFilePetsc()
526 …PetscCheck(alias, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Unknown first token in options file %s li… in PetscOptionsInsertFilePetsc()
543 const char *extraToken = alias ? tokens[3] : tokens[2]; in PetscOptionsInsertFilePetsc()
549 alias = PETSC_FALSE; in PetscOptionsInsertFilePetsc()
/petsc/doc/manual/
H A Dother.md101 Users can specify an alias for any option name (to avoid typing the
102 sometimes lengthy default name) by adding an alias to the `.petscrc`
106 alias -newname -oldname
112 alias -kspt -ksp_type
113 alias -sd -start_in_debugger
898 cron job or to make a convenient alias so that refreshing is easy. Then
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMDA.pyx1167 # backward compatibility alias

12