| /petsc/share/petsc/matlab/ |
| H A D | UFgetPetscMat.m | 7 % (3) writes into PETSc binary format in the given directory with 29 % converts to PETSc binary format and writes into ~mat/A_{id} 32 fprintf ('write matrix into PETSc binary file %s ...\n',fname);
|
| /petsc/doc/changes/ |
| H A D | 233.md | 9 the command line it must be passed in the file passed into 11 - When a filename is passed into PetscInitialize() ~/.petscrc and 14 - PetscMapInitialize() has been split into PetscMapInitialize() that 18 - When a filename is passed into PetscInitialize() ~/.petscrc and 21 - PetscMapInitialize() has been split into PetscMapInitialize() that 58 - moved most of SNESMF implementation into mat/impls/mffd
|
| H A D | 312.md | 51 - Moved VecCUDA\*-routines from petsccuda.h into petscvec.h. Removed 129 missing diagonal entries. (Previously it would put 0 into any 131 - Renamed MatComputeExplicitOperator() into MatComputeOperator() and 132 MatComputeExplicitOperatorTranspose() into 148 - Renamed PCComputeExplicitOperator() into PCComputeOperator(). 163 - Renamed KSPComputeExplicitOperator() into KSPComputeOperator().
|
| H A D | 231.md | 65 - --with-f90-header, --with-f90-source options merged into a single 108 interface now go into the same library]
|
| H A D | 230.md | 110 - Added PCShellSet/GetContext() and removed the context passed into 157 - Consolidated DMMG functionality into the new header file
|
| H A D | 215.md | 12 - Added Support for QR factorization into PETSc/SPOOLES interface
|
| /petsc/doc/overview/ |
| H A D | plex_transform_table.md | 22 - Splits all k-cells into :math:`2^k` pieces 54 - Extrude a layer of cells into a mesh from an internal surface
|
| /petsc/src/mat/tests/output/ |
| H A D | ex244_dense.out | 1 Convert DENSE matrices A and B into ScaLAPACK matrix...
|
| H A D | ex174_sbaij.out | 1 Convert SBAIJ matrices A and B into Elemental matrix...
|
| H A D | ex174.out | 1 Convert AIJ matrices A and B into Elemental matrix...
|
| H A D | ex174_dense.out | 1 Convert DENSE matrices A and B into Elemental matrix...
|
| H A D | ex244.out | 1 Convert AIJ matrices A and B into ScaLAPACK matrix...
|
| H A D | ex244_sbaij.out | 1 Convert SBAIJ matrices A and B into ScaLAPACK matrix...
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | IS | 3 `IS` objects are used to index into vectors and matrices and to setup vector scatters. Users guide …
|
| H A D | DMLabel | 7 but each bin is then sorted so that extraction into sorted levels is also $O(1)$. The total cost sh…
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 7 1. {any}`sec_matlabdump` into files to be read into 57 {any}`sec_viewers`) directly into MATLAB via the scripts available 196 First ssh into the head node using the command: ssh node_name 218 Now, launch MATLAB where you have sshed into your head node.
|
| H A D | dmcommonality.md | 56 …s, {any}`ch_unstructured`, there is no formula for computing the `offset` into the numerical values 64 …ces) of the cell entities. Then one uses an associated `PetscSection` to determine the offsets into 75 appropriate `offset` into the numerical values for a given `point` (node or edge) directly. The rou… 94 on the exact problem, and then providing simple syntax to produce the correct offset into the
|
| /petsc/doc/manualpages/ |
| H A D | index.md | 5 The manual pages are split into four categories; we recommend
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex42-mgfs.opts | 13 ## group u,v,w together into field_0
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | INSTALL | 82 This command will install the abi-compliance-checker program into the 83 PREFIX/bin system directory and private modules into the PREFIX/share:
|
| /petsc/share/petsc/matlab/@PetscOpenFile/ |
| H A D | PetscOpenFile.m | 20 error(strcat('Directory ',dir,' does not exist to write file ',filename,'into'))
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex7.m | 2 % Loads the output from ex7 (option -ts_monitor_solution_binary) and puts it into a useful
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Scatter.pyx | 268 """Begin a generalized scatter from one vector into another. 291 """Complete a generalized scatter from one vector into another. 314 """Perform a generalized scatter from one vector into another.
|
| /petsc/doc/miscellaneous/ |
| H A D | codemanagement.md | 48 into the editor 86 - **Never** hardwire a large problem size into your code. Instead, 99 logging into another machine -- there are no code or makefile
|
| /petsc/doc/developers/ |
| H A D | matrices.md | 11 dominated by the time to move the data into position, not the time to 21 Thus, to achieve high performance, a code should first move data into 22 cache and from there move it into registers and use it repeatedly while 25 then the “hit” of 10 clock cycles to bring it into the register is not
|