Home
last modified time | relevance | path

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

12345

/petsc/share/petsc/matlab/
H A DUFgetPetscMat.m7 % (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 D233.md9 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 D312.md51 - 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 D231.md65 - --with-f90-header, --with-f90-source options merged into a single
108 interface now go into the same library]
H A D230.md110 - Added PCShellSet/GetContext() and removed the context passed into
157 - Consolidated DMMG functionality into the new header file
H A D215.md12 - Added Support for QR factorization into PETSc/SPOOLES interface
/petsc/doc/overview/
H A Dplex_transform_table.md22 - 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 Dex244_dense.out1 Convert DENSE matrices A and B into ScaLAPACK matrix...
H A Dex174_sbaij.out1 Convert SBAIJ matrices A and B into Elemental matrix...
H A Dex174.out1 Convert AIJ matrices A and B into Elemental matrix...
H A Dex174_dense.out1 Convert DENSE matrices A and B into Elemental matrix...
H A Dex244.out1 Convert AIJ matrices A and B into ScaLAPACK matrix...
H A Dex244_sbaij.out1 Convert SBAIJ matrices A and B into ScaLAPACK matrix...
/petsc/doc/manualpages/MANSECHeaders/
H A DIS3 `IS` objects are used to index into vectors and matrices and to setup vector scatters. Users guide …
H A DDMLabel7 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 Dmatlab.md7 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 Ddmcommonality.md56 …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 Dindex.md5 The manual pages are split into four categories; we recommend
/petsc/src/ksp/ksp/tutorials/
H A Dex42-mgfs.opts13 ## group u,v,w together into field_0
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DINSTALL82 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 DPetscOpenFile.m20 error(strcat('Directory ',dir,' does not exist to write file ',filename,'into'))
/petsc/src/ts/tutorials/power_grid/
H A Dex7.m2 % 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 DScatter.pyx268 """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 Dcodemanagement.md48 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 Dmatrices.md11 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

12345