| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex74.c | 58 DMLabel filter; in main() local 81 PetscCall(DMLabelCreate(PETSC_COMM_SELF, "filter", &filter)); in main() 84 PetscCall(DMLabelSetValue(filter, 3, filterValue)); in main() 85 PetscCall(DMLabelSetValue(filter, 4, filterValue)); in main() 86 PetscCall(DMLabelSetValue(filter, 5, filterValue)); in main() 89 PetscCall(DMLabelSetValue(filter, 21, filterValue)); in main() 90 PetscCall(DMLabelSetValue(filter, 22, filterValue)); in main() 91 PetscCall(DMLabelSetValue(filter, 23, filterValue)); in main() 98 …PetscCall(DMPlexFilter(dm, filter, filterValue, PETSC_FALSE, PETSC_FALSE, PetscObjectComm((PetscOb… in main() 99 PetscCall(DMLabelDestroy(&filter)); in main()
|
| H A D | ex71.c | 75 DMLabel filter; in main() local 123 PetscCall(DMLabelCreate(PETSC_COMM_SELF, "filter", &filter)); in main() 126 PetscCall(DMLabelSetValue(filter, 0, filterValue)); in main() 127 PetscCall(DMLabelSetValue(filter, 1, filterValue)); in main() 130 PetscCall(DMLabelSetValue(filter, 0, filterValue)); in main() 131 PetscCall(DMLabelSetValue(filter, 2, filterValue)); in main() 138 …PetscCall(DMPlexFilter(dm, filter, filterValue, user.ignoreLabelHalo, user.sanitizeSubmesh, PetscO… in main() 139 PetscCall(DMLabelDestroy(&filter)); in main()
|
| H A D | ex75.c | 14 DMLabel filter; in main() local 61 PetscCall(DMLabelCreate(PETSC_COMM_SELF, "filter", &filter)); in main() 62 PetscCall(DMLabelSetValue(filter, 15, filterValue)); /* last cell */ in main() 63 …PetscCall(DMPlexFilter(dm, filter, filterValue, PETSC_FALSE, PETSC_FALSE, PetscObjectComm((PetscOb… in main() 64 PetscCall(DMLabelDestroy(&filter)); in main()
|
| /petsc/lib/petsc/bin/ |
| H A D | petscdiff | 20 -f ............. filter file1 with commands; e.g., 'sort -nr' 21 -F ............. filter file2 with commands; e.g., 'grep -v foo | grep -v bar' 22 -k ............. keep the filter files -- do not delete 39 filter=false # File2 47 F ) filter=true; filter_cmd=$OPTARG;; 86 if ${filter}; then 101 if ${filter}; then 119 if ${filter}; then 166 if ${filter}; then
|
| /petsc/doc/ |
| H A D | build_man_impls_links.py | 24 iclass = list(filter(lambda x: x.find('_p_'+itemName+' ') > -1, implsClassAll)) 26 isubclass = list(filter(lambda x: x.find('} '+itemName+'_') > -1, subimplsClassAll)) 30 func = list(filter(lambda x: x.find(' '+itemName+'_') > -1, implsFuncAll)) 48 …implsClassAll = list(filter(lambda x: not (x.find('/tests/') > -1 or x.find('/tutorials') > -1 or … 51 …subimplsClassAll = list(filter(lambda x: not (x.find('/tests/') > -1 or x.find('/tutorials') > -1)… 54 …implsFuncAll = list(filter(lambda x: not (x.find('_Private') > -1 or x.find('_private') > -1 or x.…
|
| /petsc/config/ |
| H A D | petsc_harness.sh | 6 filter=${filter:=} 127 if test -n "$filter"; then
|
| H A D | query_tests.py | 108 setlist.append(fnmatch.filter(invDict['name'],label)) 114 if fnmatch.filter([key.lower()],label): 264 if fnmatch.filter([key],searchin): 268 if not fnmatch.filter([key],searchin[1:]):
|
| /petsc/doc/developers/ |
| H A D | articles.md | 14 :filter: docname in docnames
|
| H A D | testing.md | 139 - **filter**: (*Optional*; *Default:* `""`) 148 {ref}`testing errors <sec_testing_error_testing>` **instead.** If the filter begins 158 same output on all machines). This works the same as filter to 174 - Some tests produce temporary files that are read by the filter 332 sub-directive under `filter:`) also works it appears to be unstable under heavy 687 To filter results from other searches, use searchin 784 - Use GNU make's own filter capability. 798 - Use GNU make's own filter capability to search in previous results. Example:
|
| /petsc/doc/overview/ |
| H A D | integrator_table.md | 104 :filter: docname in docnames
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 203 # Why do we filter out -fvisibility=hidden? See comments in gmakefile.test on PETSC_COMPILE.kokkos.… 204 PETSC_KOKKOSCOMPILE_SINGLE = $(filter-out -fvisibility=hidden,$(subst -Xcompiler -fvisibility=hidde… 205 LINK.kokkos.cxx = $(filter-out -fvisibility=hidden,$(subst -Xcompiler -fvisibility=hidden ,,$(strip… 246 ${CLINKER} -o $@ $@.o $(filter-out $@.o $<,$^) $(LOADLIBES) $(LDLIBS)
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 275 matched = next(filter(lambda item: item[0] == matched, keywords))[1] 361 results = list(filter(linelo.startswith, map(str.casefold, self.gen_titles()))) 637 … filter(None, map(str.strip, str_remove_prefix(re_match.group(2), flag_prefix).split(','))) 777 for line in filter(None, map(str.lstrip, self.raw.splitlines())):
|
| H A D | _doc_section_base.py | 111 prefix = next(filter(stripped.startswith, prefixes)) 1162 bad_title = next(filter(lambda t: t.casefold() in titles, rest.split()), None) 1171 for sub in filter(bool, map(str.strip, rest.split(','))):
|
| /petsc/ |
| H A D | gmakefile.test | 107 ifneq ($(filter-out help docs clean distclean check info gmakeinfo libs all install install-lib che… 149 PETSC_COMPILE.kokkos.cxx = $(filter-out -fvisibility=hidden,$(subst -Xcompiler -fvisibility=hidden … 150 KOKKOS_LINKER = $(filter-out -fvisibility=hidden,$(subst -Xcompiler -fvisibility=hidden ,,$(strip $… 386 TESTTARGETS := $(filter $(gmakesearch),$(alltesttargets)) 405 else # No filter - run them all, but delete the executables as we go 437 HASGMAKEFILE := $(filter gmakefile,$(MAKEFILE_LIST)) 534 -@echo " To filter results from other searches, use searchin"
|
| H A D | gmakefile | 27 libpetsc_abi_version := $(PETSC_VERSION_MAJOR).$(if $(filter $(PETSC_VERSION_RELEASE), 0 -2 -3 -4 -… 54 libpetscall := $(if $(filter-out no,$(BUILDSHAREDLIB)),$(libpetscall_shared),$(libpetscall_static)) 71 ifneq ($(filter-out help clean distclean check info gmakeinfo checkbadSource checkbadFileChange del…
|
| /petsc/src/ts/tutorials/output/ |
| H A D | ex19_pi42.out | 30 filter parameters kBeta=[0.6,-0.2,0.] Alpha=[0.,0.]
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | README.md | 58 3. You can filter public ABI with the help of additional `-public-headers` option of the ABI Dumper…
|
| H A D | INSTALL | 105 You can filter public ABI symbols with the help of
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex71_bddc_elast_4lev.out | 43 Detect disconnected: 0 (filter 0) 156 Detect disconnected: 1 (filter 0) 275 Detect disconnected: 1 (filter 0)
|
| H A D | ex71_bddc_elast_3lev.out | 43 Detect disconnected: 0 (filter 0) 156 Detect disconnected: 1 (filter 0)
|
| H A D | ex59_bddc_fetidp_ml_2.out | 43 Detect disconnected: 0 (filter 0) 154 Detect disconnected: 1 (filter 0)
|
| H A D | ex71_bddc_elast_3lev_alt.out | 43 Detect disconnected: 0 (filter 0) 156 Detect disconnected: 1 (filter 0)
|
| H A D | ex59_bddc_fetidp_ml_1.out | 43 Detect disconnected: 0 (filter 0) 154 Detect disconnected: 1 (filter 0)
|
| /petsc/doc/changes/ |
| H A D | 313.md | 261 classname is marked as a filter in PetscInfo() as set by 270 PetscInfo() filter options
|
| /petsc/config/BuildSystem/config/ |
| H A D | libraries.py | 165 …if list(filter(j.startswith,['-l'])) or list(filter(j.endswith,['.lib','.a','.so','.o'])) or j in …
|