Home
last modified time | relevance | path

Searched refs:back (Results 1 – 25 of 36) sorted by relevance

12

/petsc/src/ksp/ksp/tutorials/amrex/
H A DinitEB.cxx25 EB2::Build(gshop, geom.back(), max_level, max_level + max_coarsening_level); in initializeEB()
31 EB2::Build(gshop, geom.back(), max_level, max_level + max_coarsening_level); in initializeEB()
38 EB2::Build(gshop, geom.back(), max_level, max_level + max_coarsening_level); in initializeEB()
42 EB2::Build(gshop, geom.back(), max_level, max_level + max_coarsening_level); in initializeEB()
44 EB2::Build(geom.back(), max_level, max_level + max_coarsening_level); in initializeEB()
/petsc/src/dm/impls/plex/
H A Dpointqueue.c14 q->back = q->size - 1; in DMPlexPointQueueCreate()
43 queue->back = (queue->back + 1) % queue->size; in DMPlexPointQueueEnqueue()
44 queue->points[queue->back] = p; in DMPlexPointQueueEnqueue()
71 *p = queue->points[queue->back]; in DMPlexPointQueueBack()
/petsc/include/
H A Dpetscdmplextypes.h91 PetscInt back; /* Index of the back of the queue */ member
/petsc/src/sys/tutorials/output/
H A Dex7_0.out11 [0:time_removed:PetscLogHandlerStagePop_Ex7 ] Popping stage "Stage 1" (back to "Main Stage")
/petsc/doc/changes/
H A D322.md112 …SC_DETERMINE` as an argument to `KSPSetTolerances()` to set the parameter back to its initial valu…
118 …C_DETERMINE` as an argument to `SNESSetTolerances()` to set the parameter back to its initial valu…
137 - Add support for `PETSC_DETERMINE` as an argument to `TSSetTolerances()` to set the parameter back
151 …oSetTolerances()` and `TaoSetConstraintTolerances()` to set the parameter back to its initial valu…
H A D37.md135 solution in many ways. To get back the previous behavior use
149 allowing viewing the solution in many ways. To get back the
170 solution in many ways. To get back the previous behavior use
H A D232.md43 -ksp_default_converged_initial_residual_norm to go back to the pre
H A D312.md97 communication code. One can use -vecscatter_type mpi1 to go back
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp437 const auto block_alloced = was_empty ? 0 : chunks_.back().total_offset(); in try_allocate_chunk()
442 PetscCall(chunks_.back().claim(stream, req_size, success)); in try_allocate_chunk()
475 while (chunks_.back().can_claim(stream, 0, false)) { in try_allocate_chunk()
767 PetscCall(pool_.back().try_allocate_chunk(size, ptr, stream, &found)); in allocate_()
768 …mory chunk (of size %zu) from newly allocated memory block (size %zu)", size, pool_.back().size()); in allocate_()
/petsc/src/sys/yaml/
H A DREADME.md22 of code. This will make it quite easy to merge back upstream changes
/petsc/doc/manual/
H A Dmatlab.md12 3. {any}`sec_matlabengine` to send data back
116 For an example, which includes sending data back to PETSc, see
149 and get them back via
H A Ddmstag.md49 back, bottom, left corner of the domain. For instance, element $(1,2,3)$, in 3D,
50 is the element second from the left, third from the bottom, and fourth from the back
56 or the top right edge (in 3D) with `DMSTAG_UP_RIGHT`, the back bottom left
125 …n element is grouped with lower-dimensional points left of, below ("down"), and behind ("back") it.
H A Dtao.md67 selects a default algorithm. Call-back routines as well as vector
69 call-back routines will be used for evaluating the objective function,
201 ### User Defined Call-back Routines
268 it must be cast as a `(void*)` type. This pointer will be passed back
270 the objective. In this routine, the pointer can be cast back to the
432 the appropriate TAO interface functions and call-back routines where necessary.
465 formulated as $c_e(x) = 0$ and requires the user to implement a call-back
473 As in the previous call-back routines, the first argument is the TAO solver
479 Generally constrained TAO algorithms also require a second user call-back
493 These call-back functions are then given to the TAO solver using the
[all …]
H A Dblas-lapack.md61 …nblas` configure option. OpenBLAS uses some highly optimized operations but falls back on reference
H A Dts.md325 … to the idea of an index being the number of derivatives necessary to get back to an ODE. If we di…
1265 to $0$ temporarily and back to the original value after the fault
/petsc/doc/overview/
H A Dgpu_roadmap.md13 PETSc uses a single source programming model where solver back-ends are selected as
/petsc/doc/developers/
H A Dcommunication.md39 - If the person drops "petsc-maint" or "petsc-users" from the reply list, add it back.
H A Dstyle.md679 pages. These manual pages should usually also point back to this
684 …in single back tick marks. All PETSc enum types and macros etc, should also be enclosed in single
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx446 ptr = ptr_list.back(); in try_allocate()
/petsc/doc/community/
H A Dgovernance.md40 …cation, then it’s no big deal: we apologize for misjudging the situation, back up, and sort things…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi105 elif stencil_location == "back": return DMSTAG_BACK
/petsc/doc/tutorials/
H A Dhandson.md79 - Using call-back functions
/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx533 auto &last_dep = marked.dependencies.back(); in MarkFromID_IncompatibleModes_UpdateLastWrite()
/petsc/src/dm/impls/moab/
H A Ddmmoab.cxx1101 dmmoab->seqend = dmmoab->mbiface->id_from_handle(dmmoab->vlocal->back()); in DMSetUp_Moab()
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md350 At this point, we could just go back and check the code. However, PETSc will also print out the dif…
962 Finally, we can back off the pressure solve. `ILU(0)` is good enough to maintain a constant number …

12