| /petsc/src/dm/impls/plex/ |
| H A D | plexgenerate.c | 185 PetscCall((*fl->generate)(boundary, interpolate, mesh)); in DMPlexGenerate() 194 PetscCall((*fl->generate)(boundary, interpolate, mesh)); in DMPlexGenerate()
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 129 # The path to the Graphviz "dot" executable, used to generate 134 # or hotshot module). These are used to generate call graphs. 137 # Specify the font used to generate Graphviz graphs. 141 # Specify the font size used to generate Graphviz graphs.
|
| H A D | stubgen.py | 537 def generate(filename): function 548 generate(os.path.join(OUTDIR, 'PETSc.pyi'))
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | conf.py | 386 generate = ( 391 if generate: 392 apidoc.generate(source)
|
| H A D | apidoc.py | 535 def generate(filename): function 601 generate(os.path.join(OUTDIR, 'petsc4py.PETSc.py'))
|
| /petsc/src/dm/interface/ |
| H A D | dmgenerate.c | 109 entry->generate = fnc; in DMGenerateRegister()
|
| /petsc/doc/changes/ |
| H A D | 2029.md | 131 PCLUSetDamping() for handling singular or matrices that generate a
|
| H A D | 31.md | 140 to generate refined grids. Added options
|
| H A D | 37.md | 80 PETSc can optionally generate PNG/GIF/JPEG images using the
|
| H A D | 38.md | 116 to generate noisy vectors.
|
| H A D | 316.md | 201 generate "2nd order" elements (i.e. tri6, tet10, hex27) when using
|
| H A D | 314.md | 39 trapping is disabled for LAPACK routines that generate divide by
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_dmplex.py | 403 self.plex = PETSc.DMPlex().generate(boundary) 420 self.plex = PETSc.DMPlex().generate(boundary)
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 346 One can generate the XML output by passing the option `-log_view :[logfilename]:ascii_xml`. 641 to generate the timings within 668 Nsight Systems will generate profiling data with a CUDA executable 676 will generate a file `file.qdstrm` with performance data that is 722 To generate profiles with TAU, first setup TAU:
|
| H A D | other.md | 295 These routines generate parallel matrices and vectors if the viewer’s 562 codes, any error will by default generate a clean traceback of the 629 interactively with PETSc programs. We urge users to generate their 888 Tags for PETSc can be generated by running `make allgtags` from `$PETSC_DIR`, or one can generate t… 913 PETSc home directory to generate the file `$PETSC_DIR/TAGS`, and 1024 `bear -- make -B` should be used as well to generate the file 1065 1. Configure PETSc normally outside Eclipse to generate a makefile and
|
| H A D | section.md | 163 To generate the `globalSection` we use `PetscSectionCreateGlobalSection()`, which takes the `localS… 204 To change the indices of the grid points, call `PetscSectionPermute()` to generate a new `PetscSect…
|
| H A D | matlab.md | 69 In MATLAB one may then generate a useful structure. For
|
| H A D | streams.md | 287 initial grid partitioning. For example, if OpenMP is used to generate the matrix, it would be appro… 334 This example demonstrates that the **MPI linear solver server feature of PETSc can generate a reaso…
|
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 630 std::generate(v.begin(), v.end(), this->generator); in make_key_values() 710 PetscCallCXXAbort(PETSC_COMM_SELF, std::generate(x.begin(), x.end(), make_int)); in main()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | README.rst | 17 1. A byproduct of using libclang to generate the AST is that **the linter can only process
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | KSP.pyx | 716 """`DM` should be used to generate system matrix & RHS vector. 729 have the `KSP` object use the `DM` to generate the matrices. 1105 generate an error. 1393 combination is supported, PETSc will generate an error. 1596 Size of subspace used to generate initial guess. 1943 """Cause `solve` to generate an error if not converged.
|
| H A D | IS.pyx | 392 Assuming that the index set represents a partitioning, generate another 742 For a parallel index set, this will generate the local part of the 745 To generate the entire complement (on each process) of a parallel
|
| /petsc/doc/developers/ |
| H A D | style.md | 569 to generate documentation (manual pages) and the Fortran interfaces. Documentation 578 …a formatted comment of a function that will be used only for documentation, not to generate a Fort… 616 section) to generate complete manual pages and (possibly) Fortran interfaces with
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 189 # in gmakefile.test, with additional "-o $*.o" to generate intended foo.o instead of foo.kokkos.o
|
| /petsc/include/petsc/private/ |
| H A D | dmimpl.h | 27 PetscErrorCode (*generate)(DM, PetscBool, DM *); member
|