Home
last modified time | relevance | path

Searched refs:generate (Results 1 – 25 of 42) sorted by relevance

12

/petsc/src/dm/impls/plex/
H A Dplexgenerate.c185 PetscCall((*fl->generate)(boundary, interpolate, mesh)); in DMPlexGenerate()
194 PetscCall((*fl->generate)(boundary, interpolate, mesh)); in DMPlexGenerate()
/petsc/src/binding/petsc4py/conf/
H A Depydoc.cfg129 # 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 Dstubgen.py537 def generate(filename): function
548 generate(os.path.join(OUTDIR, 'PETSc.pyi'))
/petsc/src/binding/petsc4py/docs/source/
H A Dconf.py386 generate = (
391 if generate:
392 apidoc.generate(source)
H A Dapidoc.py535 def generate(filename): function
601 generate(os.path.join(OUTDIR, 'petsc4py.PETSc.py'))
/petsc/src/dm/interface/
H A Ddmgenerate.c109 entry->generate = fnc; in DMGenerateRegister()
/petsc/doc/changes/
H A D2029.md131 PCLUSetDamping() for handling singular or matrices that generate a
H A D31.md140 to generate refined grids. Added options
H A D37.md80 PETSc can optionally generate PNG/GIF/JPEG images using the
H A D38.md116 to generate noisy vectors.
H A D316.md201 generate "2nd order" elements (i.e. tri6, tet10, hex27) when using
H A D314.md39 trapping is disabled for LAPACK routines that generate divide by
/petsc/src/binding/petsc4py/test/
H A Dtest_dmplex.py403 self.plex = PETSc.DMPlex().generate(boundary)
420 self.plex = PETSc.DMPlex().generate(boundary)
/petsc/doc/manual/
H A Dprofiling.md346 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 Dother.md295 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 Dsection.md163 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 Dmatlab.md69 In MATLAB one may then generate a useful structure. For
H A Dstreams.md287 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 Dex64.cxx630 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 DREADME.rst17 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 DKSP.pyx716 """`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 DIS.pyx392 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 Dstyle.md569 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 Drules189 # in gmakefile.test, with additional "-o $*.o" to generate intended foo.o instead of foo.kokkos.o
/petsc/include/petsc/private/
H A Ddmimpl.h27 PetscErrorCode (*generate)(DM, PetscBool, DM *); member

12