Home
last modified time | relevance | path

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

12345

/petsc/lib/petsc/bin/maint/
H A Drebuildtar23 scp petsc-${VERSION}.tar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/petsc/downl…
24 scp petsc4py-${VERSION}.tar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/petsc/do…
25 scp petsc-with-docs-${VERSION}.tar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/p…
26 ssh svcpetsc@compute-01.cels.anl.gov "cd /nfs/pub_html/gce/projects/petsc/download/release-snapshot…
29 ssh svcpetsc@compute-01.cels.anl.gov " \
/petsc/src/vec/is/is/tests/
H A Dex1.c18 PetscBool compute = PETSC_TRUE; in main() local
50 PetscCall(ISGetInfo(is, IS_PERMUTATION, IS_LOCAL, compute, &flg)); in main()
56 PetscCall(ISGetInfo(is, IS_IDENTITY, IS_LOCAL, compute, &flg)); in main()
62 PetscCall(ISGetInfo(is, IS_PERMUTATION, IS_LOCAL, compute, &flg)); in main()
64 PetscCall(ISGetInfo(is, IS_IDENTITY, IS_LOCAL, compute, &flg)); in main()
81 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, compute, &flg)); in main()
85 PetscCall(ISGetInfo(is, IS_SORTED, IS_LOCAL, compute, &flg)); in main()
H A Dex1f.F9015 PetscBool flag, compute, permanent
44 compute = PETSC_TRUE
48 PetscCallA(ISGetInfo(is, IS_PERMUTATION, IS_LOCAL, compute, flag, ierr))
54 PetscCallA(ISGetInfo(is, IS_PERMUTATION, IS_LOCAL, compute, flag, ierr))
56 PetscCallA(ISGetInfo(is, IS_IDENTITY, IS_LOCAL, compute, flag, ierr))
/petsc/src/snes/tutorials/output/
H A Dex22_1_alt_2.out54 Using wp compute h routine
55 Does not compute normU
73 Using wp compute h routine
74 Does not compute normU
93 Using wp compute h routine
94 Does not compute normU
102 Using wp compute h routine
103 Does not compute normU
H A Dex22_1_alt.out54 Using wp compute h routine
55 Does not compute normU
73 Using wp compute h routine
74 Does not compute normU
93 Using wp compute h routine
94 Does not compute normU
102 Using wp compute h routine
103 Does not compute normU
H A Dex22_1.out54 Using wp compute h routine
55 Does not compute normU
73 Using wp compute h routine
74 Does not compute normU
93 Using wp compute h routine
94 Does not compute normU
102 Using wp compute h routine
103 Does not compute normU
H A Dex22_1_alt_3.out54 Using wp compute h routine
55 Does not compute normU
73 Using wp compute h routine
74 Does not compute normU
93 Using wp compute h routine
94 Does not compute normU
102 Using wp compute h routine
103 Does not compute normU
H A Dex5_3_alt.out135 Using wp compute h routine
136 Does not compute normU
149 Using wp compute h routine
150 Does not compute normU
H A Dex5_3.out135 Using wp compute h routine
136 Does not compute normU
149 Using wp compute h routine
150 Does not compute normU
/petsc/src/snes/tests/output/
H A Dex7_4.out45 Using wp compute h routine
46 Does not compute normU
H A Dex7_4_alt.out47 Using wp compute h routine
48 Does not compute normU
H A Dex7_4_alt_2.out48 Using wp compute h routine
49 Does not compute normU
H A Dex7_3.out45 Using wp compute h routine
46 Does not compute normU
H A Dex7_3_alt.out48 Using wp compute h routine
49 Does not compute normU
/petsc/src/binding/petsc4py/demo/legacy/bratu2d/
H A Dbratu2d.py24 self.compute = bratu2d
33 self.compute(alpha, x, f)
/petsc/src/mat/tests/output/
H A Dex120_1.out1 LAPACKsyev: compute all 36 eigensolutions...
H A Dex120_3.out1 LAPACKsygv: compute all 36 eigensolutions...
H A Dex120_4.out1 LAPACKsygv: compute 1 to 7-th eigensolutions...
H A Dex120_2.out1 LAPACKsyevx: compute 1 to 7-th eigensolutions...
H A Dex116_2.out1 LAPACKsyev: compute all 36 eigensolutions...
H A Dex116_1.out1 LAPACKsyevx: compute 1 to 7-th eigensolutions...
/petsc/doc/manualpages/MANSECHeaders/
H A DPF3 PETSc functions (`PF` objects) are used to compute grid functions, element functions, etc.
H A DMatGraphOperations3 These tools compute reorderings (`MatOrdering`) (for sparse matrix factorizations), colorings (`Mat…
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/
H A Dex1_3.out62 Using wp compute h routine
63 Does not compute normU
/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h21 PetscErrorCode (*compute)(MatMFFD, Vec, Vec, PetscScalar *, PetscBool *zeroa); member

12345