Home
last modified time | relevance | path

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

123

/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c82 PetscBool external; in PCSetUp_LU() local
85 PetscCall(PetscStrcmp(((PC_Factor *)dir)->ordering, MATORDERINGEXTERNAL, &external)); in PCSetUp_LU()
86 if (!external) { in PCSetUp_LU()
102 PetscBool external; in PCSetUp_LU() local
107 PetscCall(PetscStrcmp(((PC_Factor *)dir)->ordering, MATORDERINGEXTERNAL, &external)); in PCSetUp_LU()
108 if (!external) { in PCSetUp_LU()
/petsc/doc/install/
H A Dindex.md7 Depending on your exact needs (for example limited use of {any}`external packages <doc_externalsoft…
9 …ager is providing a recent enough release of PETSc with support for the external packages you need.
32 - install with some external packages - `spack install petsc +superlu-dist +metis +hypre +hdf5`
H A Dinstall.md180 [BLAS/LAPACK] is the only **required** {ref}`external package <doc_externalsoftware>`
184 For any {ref}`external packages <doc_externalsoftware>` used with PETSc we highly
198 PETSc provides interfaces to various {ref}`external packages <doc_externalsoftware>`. One
199 can optionally use external solvers like [HYPRE], [MUMPS], and others from within PETSc
202 PETSc `configure` has the ability to download and install these {ref}`external packages
213 The following modes can be used to download/install {ref}`external packages
217 use this package. **This is the recommended method to couple any external packages with PETSc**:
234 - `--with-PACKAGENAME-dir=/path/to/dir`: If the external package is already installed -
265 - Run `./configure --help` to get the list of {ref}`external packages
277 - `--with-packages-build-dir=PATH`: By default, external packages will be unpacked and
[all …]
H A Dwindows.md65 - Most {ref}`external packages <doc_externalsoftware>` are likely to work,
89 {ref}`external packages <doc_externalsoftware>`.
138 - The `--download-package` option may work with some {ref}`external packages <doc_externalsoftware>…
176 the `configure` options, location of {ref}`external packages <doc_externalsoftware>`,
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c68 PetscBool external; in PCSetUp_Cholesky() local
71 PetscCall(PetscStrcmp(((PC_Factor *)dir)->ordering, MATORDERINGEXTERNAL, &external)); in PCSetUp_Cholesky()
72 if (!external) { in PCSetUp_Cholesky()
101 PetscBool external; in PCSetUp_Cholesky() local
105 PetscCall(PetscStrcmp(((PC_Factor *)dir)->ordering, MATORDERINGEXTERNAL, &external)); in PCSetUp_Cholesky()
106 if (!external) { in PCSetUp_Cholesky()
/petsc/doc/manual/
H A Dblas-lapack.md3 # The Use of BLAS and LAPACK in PETSc and external libraries
12 For most PETSc simulations (that is not using certain external packages) using an optimized set of …
13 only provides a modest improvement in performance. For some external packages using optimized BLAS/…
25 most external packages do not support using
40 thus under-utilizing the system. For PETSc simulations which do not use external packages there is …
45 Certain external packages such as MUMPS may benefit from using parallel BLAS/LAPACK operations. See…
H A Dfortran.md307 external func
335 external func
353 external func
371 external func
406 When a function pointer (declared as external in Fortran) is passed as an argument to a PETSc funct…
/petsc/src/sys/tests/output/
H A Dex75_1.out2 [0]PETSC ERROR: Error in external library
/petsc/src/binding/petsc4py/conf/
H A Depydoc.cfg112 #external-api: epydoc
115 #external-api-file: epydoc:api-objects.txt
117 # Use this URL prefix to configure the string returned for external API.
118 #external-api-root: epydoc:http://epydoc.sourceforge.net/api
/petsc/src/sys/perfstubs/
H A Dtimer.h191 namespace external
217 namespace PSNS = external::PERFSTUBS_INTERNAL_NAMESPACE;
/petsc/src/ml/regressor/tests/output/
H A Dex3_prefix_ksp_suitesparse.out19 matrix ordering: external
/petsc/src/ksp/ksp/tutorials/output/
H A Dex50_tut_2.out15 matrix ordering: external
H A Dex82_1.out62 matrix ordering: external
107 matrix ordering: external
/petsc/doc/changes/
H A D320.md20 - Add support for external-packages to prefer tarball download for regular use - as currently all p…
21 - Add support for external package SLATE, optional dependency for STRUMPACK
22 - Add support for external package ZFP, optional dependency for STRUMPACK
23 - Add support for external package ButterflyPACK, optional dependency for STRUMPACK
/petsc/src/snes/tutorials/output/
H A Dex19_superlu_dist_3d.out36 matrix ordering: external
H A Dex19_superlu_dist_3ds.out36 matrix ordering: external
H A Dex19_umfpack.out36 matrix ordering: external
H A Dex19_asm_matconvert.out42 matrix ordering: external
/petsc/src/ts/tutorials/output/
H A Dex43_a.out45 matrix ordering: external
H A Dex40_n_ts_max_step_rejections-1.out54 matrix ordering: external
H A Dex40_n_ts_max_step_rejections-0.out53 matrix ordering: external
/petsc/src/ts/tests/output/
H A Dex8_1.out47 matrix ordering: external
H A Dex8_2.out48 matrix ordering: external
/petsc/src/ksp/ksp/tests/output/
H A Dex54_5.out13 matrix ordering: external
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/
H A Dex1_3.out48 matrix ordering: external

123