Home
last modified time | relevance | path

Searched refs:filter (Results 1 – 25 of 85) sorted by relevance

1234

/petsc/src/dm/impls/plex/tests/
H A Dex74.c58 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 Dex71.c75 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 Dex75.c14 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 Dpetscdiff20 -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 Dbuild_man_impls_links.py24 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 Dpetsc_harness.sh6 filter=${filter:=}
127 if test -n "$filter"; then
H A Dquery_tests.py108 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 Darticles.md14 :filter: docname in docnames
H A Dtesting.md139 - **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 Dintegrator_table.md104 :filter: docname in docnames
/petsc/lib/petsc/conf/
H A Drules203 # 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.py275 matched = next(filter(lambda item: item[0] == matched, keywords))[1]
361 results = list(filter(linelo.startswith, map(str.casefold, self.gen_titles())))
637filter(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.py111 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 Dgmakefile.test107 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 Dgmakefile27 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 Dex19_pi42.out30 filter parameters kBeta=[0.6,-0.2,0.] Alpha=[0.,0.]
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DREADME.md58 3. You can filter public ABI with the help of additional `-public-headers` option of the ABI Dumper…
H A DINSTALL105 You can filter public ABI symbols with the help of
/petsc/src/ksp/ksp/tutorials/output/
H A Dex71_bddc_elast_4lev.out43 Detect disconnected: 0 (filter 0)
156 Detect disconnected: 1 (filter 0)
275 Detect disconnected: 1 (filter 0)
H A Dex71_bddc_elast_3lev.out43 Detect disconnected: 0 (filter 0)
156 Detect disconnected: 1 (filter 0)
H A Dex59_bddc_fetidp_ml_2.out43 Detect disconnected: 0 (filter 0)
154 Detect disconnected: 1 (filter 0)
H A Dex71_bddc_elast_3lev_alt.out43 Detect disconnected: 0 (filter 0)
156 Detect disconnected: 1 (filter 0)
H A Dex59_bddc_fetidp_ml_1.out43 Detect disconnected: 0 (filter 0)
154 Detect disconnected: 1 (filter 0)
/petsc/doc/changes/
H A D313.md261 classname is marked as a filter in PetscInfo() as set by
270 PetscInfo() filter options
/petsc/config/BuildSystem/config/
H A Dlibraries.py165 …if list(filter(j.startswith,['-l'])) or list(filter(j.endswith,['.lib','.a','.so','.o'])) or j in …

1234