Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DMangling.pm536 my $Replace = macroMangle($Num);
537 $Base=~s/\Q$Replace\E/$Type/;
560 my $Replace = macroMangle($Num);
561 $Base=~s/\Q$Type\E/$Replace/;
603 my $Replace = $StdcxxMangling{$MangledType};
605 $Mangled=~s/N\Q$MangledType\EE/$Replace/g;
606 $Mangled=~s/\Q$MangledType\E/$Replace/g;
630 my $Replace = macroMangle($Repl->{$MangledType});
631 if($Mangled!~/$Replace/) {
632 $Mangled=~s/N\Q$MangledType\EE/$Replace/g;
[all …]
/petsc/src/ksp/ksp/tutorials/output/
H A Dex50_tut_2.out26 Replace tiny pivots FALSE
/petsc/doc/changes/
H A D230.md89 - Replace PCLUSetDamping(), PCILUSetDamping(),
94 - Replace PCLUSetShift(), PCILUSetShift(), PCCholeskySetShift() and
H A D215.md6 - Replace autoconf-configure with python-configure. Tested on Linux,
H A D216.md33 - Replace the datatypes MatLUInfo and MatILUInfo by MatFactorInfo
H A D317.md43 - Replace `-[cuda|hip]_device` with split options `-device_enable_[cuda|hip]` and `-device_select_[…
44 - Replace `-[cuda|hip]_view` with `-device_view_[cuda|hip]`
302 - Replace `PetscDSGet/SetHybrid()` with `PetscDSGet/SetCohesive()`
306 - Replace `PetscDualSpaceCreateReferenceCell()` with `DMPlexCreateReferenceCell()`
H A D316.md224 - Replace `DMPlexCreateSquareBoundary()` and `DMPlexCreateCubeBoundary()` with `DMPlexCreateBoxSurf…
228 - Replace `DMPlexComputeJacobianAction()` with `DMSNESComputeJacobianAction()`
H A Ddev.md155 - Replace `./configure` option `--with-mpi-f90module-visibility` with `--with-mpi-ftn-module=<mpi o…
H A D318.md8 - Replace `MatUpdateMPIAIJWithArrays()` with `MatUpdateMPIAIJWithArray()`
101 - Replace `PETSC_DEVICE_INVALID` with `PETSC_DEVICE_HOST`
H A D323.md116 - Replace the Fortran array `DMDALocalInfo` with a derived type whose entries match the C struct
H A D34.md174 - Replace -ksp_view_binary with either -ksp_view_mat binary - save
H A D38.md167 - Replace calls to DMDACreateXd() with DMDACreateXd(),
H A D320.md222 - Replace `DMPlexGetGhostCellStratum()` with `DMPlexGetCellTypeStratum()`
H A D321.md190 - Replace `DMProjectCoordinates()` with `DMSetCoordinateDisc()`
H A D314.md7 - Replace -debugger_nodes with -debugger_ranks
H A D319.md194 - Replace old MINRES implementation
/petsc/share/petsc/
H A Dchkerrconvert.py16 class Replace: class
85 self.replace_chkerrs = Replace(verbose > 2)
/petsc/src/ksp/ksp/tests/output/
H A Dex63_2_alt.out43 Replace tiny pivots FALSE
H A Dex63_2.out43 Replace tiny pivots FALSE
/petsc/src/snes/tutorials/output/
H A Dex19_superlu_dist_3d.out48 Replace tiny pivots FALSE
H A Dex19_superlu_dist_3ds.out48 Replace tiny pivots FALSE
/petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/
H A Dperf_profile.m64 % Replace all NaN's with twice the max_ratio and sort.
/petsc/
H A Dgmakefile.test71 TESTFLAGS += -m # Replace results by passing -m to petscdiff
77 TESTFLAGS += -M # Replace alt files by passing -M to petscdiff
495 -@echo " REPLACE=1 Replace the output in PETSC_DIR source tree (-m to test scripts)"
497 -@echo " ALT=1 Replace 'alt' output in PETSC_DIR source tree (-M to test scripts)"
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DVec.pyx2260 """Replace each entry in the vector by its reciprocal.
2272 """Replace each entry (xₙ) in the vector by exp(xₙ).
2284 """Replace each entry in the vector by its natural logarithm.
2296 """Replace each entry (xₙ) in the vector by √|xₙ|.
2308 """Replace each entry (xₙ) in the vector by abs|xₙ|.
/petsc/doc/developers/
H A Dtesting.md649 REPLACE=1 Replace the output in PETSC_DIR source tree (-m to test scripts)
651 ALT=1 Replace 'alt' output in PETSC_DIR source tree (-M to test scripts)