| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmresdeflation.c | 104 PetscBLASInt *select = agmres->select; in KSPAGMRESSchurForm() local 152 PetscCall(PetscArrayzero(select, N)); in KSPAGMRESSchurForm() 154 for (j = 0; j < r; j++) select[perm[j]] = 1; in KSPAGMRESSchurForm() 156 for (j = 0; j < r; j++) select[perm[KspSize - j - 1]] = 1; in KSPAGMRESSchurForm() 158 …PetscCallBLAS("LAPACKtgsen", LAPACKtgsen_(&ijob, &wantQ, &wantZ, select, &KspSize, A, &ldA, B, &ld… in KSPAGMRESSchurForm()
|
| H A D | agmresimpl.h | 30 PetscBLASInt *select; /* array used to select the Schur vectors to order */ member
|
| H A D | agmres.c | 59 PetscCall(PetscMalloc1(N, &agmres->select)); in KSPSetUp_AGMRES() 500 PetscCall(PetscFree(agmres->select)); in KSPDestroy_AGMRES()
|
| /petsc/src/dm/tutorials/output/ |
| H A D | ex22_1.out | 2 IS to select slice from 3D DMDA vector :
|
| H A D | ex22_2.out | 2 IS to select slice from 3D DMDA vector :
|
| H A D | ex22_3.out | 2 IS to select slice from 3D DMDA vector :
|
| H A D | ex22_5.out | 2 IS to select slice from 3D DMDA vector :
|
| H A D | ex22_4.out | 2 IS to select slice from 3D DMDA vector :
|
| /petsc/src/binding/petsc4py/ |
| H A D | .ruff.toml | 5 select = [
|
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmres.c | 662 PetscBLASInt *select; in KSPDGMRESComputeSchurForm_DGMRES() local 742 PetscCall(PetscCalloc1(n, &select)); in KSPDGMRESComputeSchurForm_DGMRES() 745 for (j = 0; j < NbrEig; j++) select[perm[j]] = 1; in KSPDGMRESComputeSchurForm_DGMRES() 747 for (j = 0; j < NbrEig; j++) select[perm[n - j - 1]] = 1; in KSPDGMRESComputeSchurForm_DGMRES() 758 …PetscCallBLAS("LAPACKtrsen", LAPACKtrsen_("B", "V", select, &bn, A, &ldA, Q, &ldQ, wr, wi, &NbrEig… in KSPDGMRESComputeSchurForm_DGMRES() 761 PetscCall(PetscFree(select)); in KSPDGMRESComputeSchurForm_DGMRES() 849 PetscBLASInt *select; in KSPDGMRESImproveEig_DGMRES() local 920 PetscCall(PetscCalloc1(N, &select)); in KSPDGMRESImproveEig_DGMRES() 922 for (j = 0; j < NbrEig; j++) select[perm[j]] = 1; in KSPDGMRESImproveEig_DGMRES() 924 for (j = 0; j < NbrEig; j++) select[perm[N - j - 1]] = 1; in KSPDGMRESImproveEig_DGMRES() [all …]
|
| /petsc/doc/developers/contributing/ |
| H A D | submittingmr.md | 8 - The default **target** branch is `main`; if your branch started from `release`, select that as th… 18 - If the branch started from `release` select the `milestone` of `Vxx.yy-release-fixes` 22 - If appropriate, once the MR has been submitted, refresh the browser and select Pipelines to exami…
|
| /petsc/src/snes/tutorials/ |
| H A D | build.zig | 12 // Standard release options allow the person running `zig build` to select
|
| /petsc/doc/changes/ |
| H A D | 312.md | 133 MatComputeOperatorTranspose(). Added extra argument to select the 149 Added extra argument to select the desired matrix type 164 Added extra argument to select the desired matrix type
|
| H A D | 314.md | 16 CSRMV_ALG1 (default), CSRMV_ALG2} for users to select cuSPARSE 19 (default), CSR_ALG2} for users to select cuSPARSE SpMM algorithms 21 ALG2} for users to select cuSPARSE CSR to CSC conversion
|
| /petsc/share/petsc/saws/js/ |
| H A D | tree.js | 66 var canvas = d3.select("#tree").append("svg")
|
| /petsc/doc/overview/ |
| H A D | gpu_roadmap.md | 21 other select operations) using each of:
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 207 Then, select Install and Activate option and select the Activate to Retrieve License File option.
|
| H A D | tests.md | 137 {any}`test_harness`. Also select a directory where you wish the tests to be compiled and run, say `…
|
| H A D | other.md | 49 to select the Transpose-Free QMR algorithm. (See 427 You can select a subset of the processes to be debugged (the rest just 881 The easiest way to install packages in recent Emacs is to use the "Options" menu to select "Manage … 1044 install the EGit plugin. When importing the project, select the 1046 2. Right-click on the project (or the “File” menu on top) and select 1082 1. Right-click on your C project and select “Properties
|
| H A D | vec.md | 146 select the partition. The type of periodicity of the array 931 can select any subset of the components of a vector to insert or add to 957 user should select the option `ADD_VALUES` instead of
|
| H A D | dmplex.md | 177 DAG to select the points. `DMPlexGetDepth(dm,&depth)` returns the depth
|
| H A D | ksp.md | 690 particular preconditioning method, the user can either select it from 1217 GAMG will select the number of active processors by fitting the desired 1320 to use MIS-k coarsening and `-pc_gamg_aggressive_mis_k k` to select
|
| H A D | tao.md | 87 database. Through this database, the user not only can select a 451 variables, the user must be careful to select a solver that acknowledges 3054 select data structures tailored for their purposes.
|
| /petsc/doc/install/ |
| H A D | install.md | 133 See {any}`doc_config_mpi` for details on how to select specific MPI compiler wrappers or the 472 $ xcode-select --install 490 and the Xcode Command Line tools (run `xcode-select --install` again).
|
| /petsc/config/BuildSystem/config/ |
| H A D | setCompilers.py | 2680 …configure is confused and does not know which compiler to select and use! Please specify either [m…
|