| /petsc/src/sys/dll/ |
| H A D | dl.c | 81 const char suffix[] = "." PETSC_SLSUFFIX; in PetscDLLibraryRetrieve() local 84 PetscCall(PetscStrrstr(par2, suffix, &so)); in PetscDLLibraryRetrieve() 86 if (!so) PetscCall(PetscStrlcat(par2, suffix, blen)); in PetscDLLibraryRetrieve() 127 const char suffix[] = "." PETSC_SLSUFFIX; in PetscDLLibraryOpen() local 158 PetscCall(PetscStrrstr(libname, suffix, &s)); in PetscDLLibraryOpen() 216 char libname[PETSC_MAX_PATH_LEN], suffix[16]; in PetscDLLibrarySym() local 244 PetscCall(PetscStrncpy(suffix, ".", sizeof(suffix))); in PetscDLLibrarySym() 245 PetscCall(PetscStrlcat(suffix, PETSC_SLSUFFIX, sizeof(suffix))); in PetscDLLibrarySym() 246 PetscCall(PetscStrrstr(libname, suffix, &s)); in PetscDLLibrarySym() 321 char suffix[16], *s = NULL; in PetscDLLibraryAppend() local [all …]
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _path.py | 30 def append_suffix(self, suffix: str) -> Path: 44 suffix = str(suffix) 45 dotstring = '' if suffix.startswith('.') else '.'
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupminterface.cxx | 49 …TCHING_SCHEME(suffix) PETSC_CUPM_DEFINE_STATIC_VARIABLE_EXACT(PetscConcat(cuda, suffix), PetscConc… argument
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | test_main.py | 28 self.tmp = tempfile.NamedTemporaryFile(suffix=self.fname.suffix) 158 tempfile.NamedTemporaryFile(delete=True, suffix='.patch') as temp_patch:
|
| /petsc/include/petsc/private/ |
| H A D | cupmblasinterface.hpp | 179 …LAS_ALIAS_BLAS_FUNCTION(MACRO_SUFFIX, suffix) PETSC_CUPMBLAS_ALIAS_BLAS_FUNCTION_EXACT(MACRO_SUFFI… argument 198 …UPMBLAS_ALIAS_FUNCTION(suffix) PETSC_CUPM_ALIAS_FUNCTION(PetscConcat(cupmBlas, suffix), PetscConca… argument
|
| H A D | cupmsolverinterface.hpp | 46 …upm_name, their_prefix, fp_type, suffix) PETSC_CUPM_ALIAS_FUNCTION(cupm_name, PetscConcat3(their_p… argument
|
| /petsc/config/ |
| H A D | query_tests.py | 60 suffix=os.path.splitext(os.path.basename(path))[0] 61 label=prefix+"-"+suffix+'_*' 286 suffix = string.replace(pardir,'') # get whatever is left over 290 pathlike += suffix
|
| /petsc/doc/changes/ |
| H A D | 323.md | 24 - Add option `--with-library-name-suffix=<suffix>` 168 …eprecate all Fortran function names with the suffix F90 with the equivalent function name without …
|
| /petsc/doc/developers/ |
| H A D | testing.md | 31 suffix: 1 34 suffix: 2 101 - **suffix**: (*Optional*; *Default:* `suffix=""`) 103 - The test name is given by `testname = basestring` if the suffix 105 `testname = basestring + "_" + suffix` otherwise. 375 suffix: 1 392 suffix: 19 413 suffix: 4 416 suffix: 5 426 suffix: 1 [all …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | generateetags.py | 98 for suffix in suffixes: 99 if file.endswith(suffix):
|
| H A D | gcov.py | 349 if dest_path.suffix != '.json': 415 dest_dir = create_and_clear(dest_dir, delete_pred = lambda p: p.suffix.endswith('html')) 448 dest_dir = create_and_clear(dest_dir, delete_pred = lambda p: p.suffix.endswith('xml'))
|
| /petsc/doc/ext/ |
| H A D | html5_petsc.py | 164 starttag = self.starttag(node, 'div', suffix='', 190 suffix="",
|
| /petsc/src/dm/impls/plex/exodusii/ |
| H A D | plexexodusii2.c | 676 char *suffix[5]; in PetscViewerExodusIIGetNodalVariableIndex() local 680 suffix[0] = (char *)""; in PetscViewerExodusIIGetNodalVariableIndex() 681 suffix[1] = (char *)"_X"; in PetscViewerExodusIIGetNodalVariableIndex() 682 suffix[2] = (char *)"_XX"; in PetscViewerExodusIIGetNodalVariableIndex() 683 suffix[3] = (char *)"_1"; in PetscViewerExodusIIGetNodalVariableIndex() 684 suffix[4] = (char *)"_11"; in PetscViewerExodusIIGetNodalVariableIndex() 691 PetscCall(PetscStrlcat(ext_name, suffix[j], MAX_STR_LENGTH)); in PetscViewerExodusIIGetNodalVariableIndex() 728 char *suffix[5]; in PetscViewerExodusIIGetZonalVariableIndex() local 732 suffix[0] = (char *)""; in PetscViewerExodusIIGetZonalVariableIndex() 733 suffix[1] = (char *)"_X"; in PetscViewerExodusIIGetZonalVariableIndex() [all …]
|
| /petsc/src/binding/petsc4py/ |
| H A D | setup.py | 227 suffix = os.path.join('src', 'binding', F('{pyname}')) 228 if not topdir.endswith(os.path.join(os.path.sep, suffix)):
|
| /petsc/share/petsc/matlab/ |
| H A D | PetscReadBinaryMatlab.m | 6 % the .info suffix
|
| /petsc/lib/petsc/bin/ |
| H A D | generatefortranbindings.py | 244 suffix = '' 250 suffix = 'raw' 254 suffix = 'cptr' 258 fd.write(' #define ' + (funname + suffix).lower() + '_ ' + (funname + suffix).upper() + '\n') 260 fd.write(' #define ' + (funname + suffix).lower() + '_ ' + (funname + suffix).lower() + '\n') 264 fd.write(pkgname.upper() + '_EXTERN void ' + (funname + suffix).lower() + '_(')
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | BlasLapack.py | 131 self.suffix = self.argDB.get('with-blaslapack-suffix', '') 633 if self.suffix != '': 634 self.addDefine('BLASLAPACK_SUFFIX', self.suffix) 774 return baseName.lower()+self.suffix+'__' 775 return baseName.lower()+self.suffix+'_' 777 return baseName.lower()+self.suffix 779 return baseName.upper()+self.suffix 781 return baseName+self.suffix
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcl.c | 50 const char suffix[] = "mpi_linear_solver_server_"; in KSPSetOptionsPrefix() local 54 PetscCall(PetscMalloc1(len + sizeof(suffix) + 1, &newprefix)); in KSPSetOptionsPrefix() 55 PetscCall(PetscStrncpy(newprefix, prefix, len + sizeof(suffix))); in KSPSetOptionsPrefix() 56 PetscCall(PetscStrlcat(newprefix, suffix, len + sizeof(suffix))); in KSPSetOptionsPrefix()
|
| /petsc/src/sys/yaml/src/ |
| H A D | scanner.c | 2382 yaml_char_t *suffix = NULL; in yaml_parser_scan_tag() local 2406 if (!yaml_parser_scan_tag_uri(parser, 1, 0, NULL, start_mark, &suffix)) in yaml_parser_scan_tag() 2434 if (!yaml_parser_scan_tag_uri(parser, 0, 0, NULL, start_mark, &suffix)) in yaml_parser_scan_tag() 2441 if (!yaml_parser_scan_tag_uri(parser, 0, 0, handle, start_mark, &suffix)) in yaml_parser_scan_tag() 2457 if (suffix[0] == '\0') { in yaml_parser_scan_tag() 2459 handle = suffix; in yaml_parser_scan_tag() 2460 suffix = tmp; in yaml_parser_scan_tag() 2481 TAG_TOKEN_INIT(*token, handle, suffix, start_mark, end_mark); in yaml_parser_scan_tag() 2487 yaml_free(suffix); in yaml_parser_scan_tag()
|
| H A D | api.c | 350 yaml_free(token->data.tag.suffix); in yaml_token_delete()
|
| /petsc/doc/ |
| H A D | build_man_pages.py | 40 …if os.path.isfile(os.path.join(dir,file)) and pathlib.Path(file).suffix in ['.c', '.cxx', '.h', '.…
|
| /petsc/src/sys/yaml/include/ |
| H A D | yaml.h | 259 yaml_char_t *suffix; member
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _utility.py | 396 if header.suffix in ('.h', '.hpp'):
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 123 :start-at: 'suffix: 2d_p2_p1_check' 128 :start-at: 'suffix: 3d_p2_p1_check' 145 :start-at: 'suffix: 2d_q2_q1_check' 150 :start-at: 'suffix: 3d_q2_q1_check' 191 :start-at: 'suffix: 2d_p2_p1_conv' 205 :start-at: 'suffix: 2d_p2_p1_conv' 268 :start-at: 'suffix: p2p1_conv' 279 :start-at: 'suffix: q1p0_conv' 889 :start-at: 'suffix: p2p1_gmg'
|
| /petsc/doc/tutorials/meshing/ |
| H A D | guide_to_subsurface.md | 86 :start-at: 'suffix: 3'
|