Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 22 of 22) sorted by relevance

/petsc/src/dm/impls/forest/
H A Dforest.c496 PetscErrorCode DMForestSetAdaptivityPurpose(DM dm, DMAdaptFlag purpose) in DMForestSetAdaptivityPurpose() argument
503 if (purpose != forest->adaptPurpose) { in DMForestSetAdaptivityPurpose()
510 forest->adaptPurpose = purpose; in DMForestSetAdaptivityPurpose()
543 PetscErrorCode DMForestGetAdaptivityPurpose(DM dm, DMAdaptFlag *purpose) in DMForestGetAdaptivityPurpose() argument
549 *purpose = forest->adaptPurpose; in DMForestGetAdaptivityPurpose()
/petsc/doc/
H A Dindex.md63 open-source general purpose finite element code for solid and
66 open-source general purpose code for fluid dynamics
H A Dpetsc.bib8145 title = {OpenFVM - a finite volume based general purpose CFD solver},
8585 title = {{deal.II---A general-purpose object-oriented finite element library}},
12068 title = {A survey of general-purpose computation on graphics hardware},
16941 title = {Algorithm 795: PHCpack: a general-purpose solver for polynomial systems by
17594 keywords = {65f10,ams,especially since the popularization,gate gradient,general purpose
/petsc/src/binding/petsc4py/docs/source/
H A Doverview.rst62 special-purpose code for handling ghost points for regular data
/petsc/src/tao/leastsquares/tutorials/
H A DtomographyGenerateData.m13 NTheta = 20; % sample angle #. Use odd NOT even, for display purpose of sinagram of Phantom. As ev…
/petsc/doc/install/
H A Dlicense.md86 representations as to the suitability and operability of this software for any purpose. It
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DLICENSE181 its purpose remains meaningful.
184 a purpose that is entirely well-defined independent of the
391 It is not the purpose of this section to induce you to infringe any
393 such claims; this section has the sole purpose of protecting the
/petsc/doc/changes/
H A D324.md128 …arch_maxstep` to `snes_linesearch_maxlambda` to better coincide with its purpose in the various `S…
H A D2024.md160 using it for any purpose. The `VecCreate`xxx() routines (e.g.,
/petsc/doc/community/meetings/2023/
H A Dindex.md454 enabling the use of PR-DNS for this purpose. We will describe the physical
482 development of new general-purpose PETSc functionality.
508 PETSc the general-purpose nonlinear solver, Newton trust-region dogleg
/petsc/src/binding/petsc4py/docs/ipynb/
H A Ddmplex.ipynb10 …"The purpose of this notebook is to provide a tutorial for the DMPlex features in PETSc. DMPlex an…
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3009 DMAdaptFlag purpose; in DMPforestGetTransferSF() local
3016 PetscCall(DMForestGetAdaptivityPurpose(dmA, &purpose)); in DMPforestGetTransferSF()
3017 if (purpose == DM_ADAPT_REFINE) { in DMPforestGetTransferSF()
3022 PetscCall(DMForestGetAdaptivityPurpose(dmB, &purpose)); in DMPforestGetTransferSF()
3023 if (purpose == DM_ADAPT_COARSEN) { in DMPforestGetTransferSF()
/petsc/doc/community/meetings/2025/
H A Dindex.md130 …rm, PETSc's parallel particle management library, to construct a general purpose ray trace with ap…
/petsc/doc/manual/
H A Dprofiling.md57 For the purpose of PETSc floating point operation counting, we define
H A Dperformance.md387 understanding of the system and experience to detect. The purpose of
H A Ddmplex.md206 However, their usage and purpose is best understood through `DMPLEX`.
H A Dksp.md776 purpose. Such routine names and commands are all of the form
1286 of AMG solvers and often special purpose methods must be developed to
1349 spectrum, which is the purpose of a smoother. The spectral bounds for
H A Dother.md202 for Fortran); its purpose is to allow someone to rename all the options
H A Dsnes.md266 purpose. A complete list can be found by consulting the manual pages or
H A Dvec.md1080 purpose than the `AO` routines. In the former case, they provide a
H A Dtao.md1880 `-tao_bncg_zeta` serves the same purpose as the previous two; set to
/petsc/doc/faq/
H A Dindex.md909 the only general purpose way to determine which approach is best for your problem.