Searched refs:Pattern (Results 1 – 9 of 9) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | Basic.pm | 605 my $Pattern = $P; 606 if(index($Pattern, "*")!=-1) 608 $Pattern=~s/\*/.*/g; # to perl format 609 if($Item=~/$Pattern/) { 613 elsif(index($Pattern, "/")!=-1 614 or index($Pattern, "\\")!=-1) 616 if(index($Item, $Pattern)!=-1) { 620 elsif($Item eq $Pattern 621 or getFilename($Item) eq $Pattern)
|
| H A D | Filter.pm | 42 and my $Pattern = $In::Opt{"SkipInternalSymbols"}) 44 if($Symbol=~/($Pattern)/) { 609 if(my $Pattern = $In::Opt{"SkipInternalTypes"}) 611 if($Name=~/($Pattern)/) {
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | sample1.inp | 52 Pattern Timestep 6:00 61 Pattern 1
|
| /petsc/src/mat/impls/aij/seq/bas/ |
| H A D | basfactor.c | 105 spbas_matrix Pattern, matrix_L, matrix_LT; in MatCholeskyFactorNumeric_SeqAIJ_Bas() local 112 …PetscCall(spbas_compress_pattern(bi, bj, mbs, mbs, SPBAS_DIAGONAL_OFFSETS, &Pattern, &mem_reductio… in MatCholeskyFactorNumeric_SeqAIJ_Bas() 127 …ierr = (int)spbas_incomplete_cholesky(A, rip, riip, Pattern, droptol, shiftnz, &matrix_LT, &succes… in MatCholeskyFactorNumeric_SeqAIJ_Bas() 134 PetscCall(spbas_delete(Pattern)); in MatCholeskyFactorNumeric_SeqAIJ_Bas()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _add_line.py | 13 diff_line_re: ClassVar[re.Pattern[str]] = re.compile(r'^@@ -([0-9,]+) \+([0-9,]+) @@')
|
| H A D | _diag.py | 370 def push_from(self, dict_like: Mapping[str, Collection[re.Pattern[str]]]):
|
| /petsc/doc/ext/ |
| H A D | html5_petsc.py | 15 if not hasattr(re,'Pattern'): re.Pattern = re._pattern_type
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 603 def get_pragmas(self) -> dict[str, set[re.Pattern[str]]]: 628 pragmas: collections.defaultdict[str, set[re.Pattern[str]]] = collections.defaultdict(set)
|
| /petsc/doc/ |
| H A D | petsc.bib | 12296 booktitle = {IEEE Computer Society Conference on Computer Vision and Pattern Recognition}, 12474 title = {Algorithm 832: {UMFPACK} V4.3---An Unsymmetric-Pattern Multifrontal Method}, 22037 journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence}, 22957 title = {WorkStream--A Design Pattern for Multicore-Enabled Finite Element Computations}, 26074 title = {A Tutorial on Support Vector Machines for Pattern Recognition}, 27846 title = {Pattern Classification by Iteratively Determined Linear and Piecewise Linear 27856 title = {Pattern Classification and Scene Analysis}, 29575 title = {Statistical Pattern Recognition}, 33333 title = {Pattern Recognition via Linear Programming: Theory and Application to Medical 33583 title = {Multi-surface Method of Pattern Separation}, [all …]
|