| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | PF | 1 # Defining your own mathematical functions (PF)
|
| /petsc/ |
| H A D | LICENSE | 27 covered by its own license(s).
|
| /petsc/doc/developers/ |
| H A D | objects.md | 31 compressed sparse row) has its own data fields for storing the actual 44 Its own, application-public, include file `include/petsc<class>.h`. 46 Its own directory, `src/<class>` or `src/<package>/<class>`. 73 Each type of object (for instance, a vector) is defined in its own 423 have their own class level package. Each package provides a registration
|
| H A D | callbacks.md | 53 Two levels of KSP/DM share the same DMKSP; one has its own private copy 78 …void (*fortran_func_pointers[3])(void); /* Store our own function pointers so they are associated …
|
| H A D | testing.md | 784 - Use GNU make's own filter capability. 798 - Use GNU make's own filter capability to search in previous results. Example: 1020 our own simple harness given by a single shell script that each file
|
| H A D | documentation.md | 62 Refer to Sphinx's [own documentation](https://https://www.sphinx-doc.org) for general information o…
|
| /petsc/doc/install/ |
| H A D | license.md | 32 covered by their own licenses. 103 covered by their own copyrights and licenses.
|
| H A D | multibuild.md | 13 Applications completely providing their own makefiles do not need to use `$PETSC_DIR`
|
| H A D | install_tutorial.md | 85 is always useful to test them on your own.
|
| H A D | install.md | 336 MPI might already be installed. IBM, Intel, NVIDIA, and Cray provide their own and Linux and macOS … 534 your own risk**.
|
| /petsc/doc/community/meetings/ |
| H A D | meeting.md | 21 encourage you to present work illustrating your own use of PETSc. We also invite you to
|
| /petsc/doc/developers/contributing/ |
| H A D | index.md | 48 - Otherwise, [Create a fork](https://gitlab.com/petsc/petsc/-/forks/new) (your own copy of the PETS…
|
| /petsc/lib/petsc/conf/ |
| H A D | variables | 46 # The makefile can then use the variable values for their own rules to build executables
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 102 Users can add their own ordering routines by providing a function with 137 Most of these packages compute their own orderings and cannot use ones provided so calls to the fol… 208 We do not provide our own sparse matrix factorization with pivoting
|
| H A D | tests.md | 126 ## Using the test harness for your own code
|
| H A D | dmnetwork.md | 36 3. A `DMNETWORK` can consist of one or more physical subnetworks. Each subnetwork has its own mathe…
|
| H A D | getting_started.md | 434 `SNES`, rather than using PETSc for the linear problem and writing their own 435 nonlinear solver. Similarly, users should use `TS` rather than rolling their own time integrators. 612 Users can also put OpenMP pragmas into their own code. However, since standard PETSc is not thread-… 617 …e used with OpenMP. In this mode, one may have individual OpenMP threads that each manage their own 618 (sequential) PETSc objects (each thread can interact only with its own objects). This 950 Particular types and subtypes of objects may have their own methods, which are given in the form
|
| H A D | streams.md | 25 …ally embarrassingly parallel, that is, each thread or process works on its own data, completely in… 115 …option `--map-by socket:pe=$OMP_NUM_THREADS` to ensure each thread gets is own core for computatio…
|
| H A D | vec.md | 966 collective operations (i.e. all processes that own a parallel vector 968 vector to sequential vectors, each process has its own sequential vector 969 that receives values from locations as indicated in its own index set. 971 each process has its own sequential vector that contributes to 1117 may maintain its own sublist of vertices and elements and number them
|
| H A D | snes.md | 658 …erent update is obtained by solving a nonlinear preconditioner nonlinear problem, which has its own 845 Users can set their own customized convergence tests in `SNES` by 1001 the option `-snes_ksp_ew` . In addition, by adding one’s own 1002 `KSP` convergence test (see {any}`sec_convergencetests`), one can easily create one’s own,
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 103 # Whether each class should be listed in its own section when
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 755 PetscCopyMode own; in MatSetUpMultiply_H2OPUS() local 791 own = PETSC_OWN_POINTER; in MatSetUpMultiply_H2OPUS() 795 own = PETSC_COPY_VALUES; in MatSetUpMultiply_H2OPUS() 798 PetscCall(ISCreateGeneral(comm, n, idx, own, &is)); in MatSetUpMultiply_H2OPUS()
|
| /petsc/doc/tutorials/ |
| H A D | handson.md | 291 - Registering your own interchangeable physics and algorithm
|
| /petsc/doc/community/bofs/ |
| H A D | 2026_Feb_CASS.md | 16 **Note:** All participants **must register** to receive their own Zoom link. The step is brief and …
|
| /petsc/doc/faq/ |
| H A D | index.md | 35 have its **own** memory bandwidth of at least 2 or more gigabytes/second. Most modern 482 To overload just the error messages write your own `MyPrintError()` function that does 808 ### How do I compile and link my own PETSc application codes and can I use my own `makefile` or rul… 813 ### Can I use CMake to build my own project that depends on PETSc? 938 To provide your own approximate Jacobian matrix to compute the preconditioner (like 1743 will come up in its own xterm) or run in [TotalView](https://totalview.io/products/totalview). Then… 1770 Totalview 8.8.0+ has a new feature that allows libraries to provide their own code to 2022 inside the loop. Each of the two substeps has its own matrix vector product and
|