| /petsc/src/ksp/ksp/tutorials/amrex/ |
| H A D | initEB.cxx | 25 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 D | pointqueue.c | 14 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 D | petscdmplextypes.h | 91 PetscInt back; /* Index of the back of the queue */ member
|
| /petsc/src/sys/tutorials/output/ |
| H A D | ex7_0.out | 11 [0:time_removed:PetscLogHandlerStagePop_Ex7 ] Popping stage "Stage 1" (back to "Main Stage")
|
| /petsc/doc/changes/ |
| H A D | 322.md | 112 …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 D | 37.md | 135 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 D | 232.md | 43 -ksp_default_converged_initial_residual_norm to go back to the pre
|
| H A D | 312.md | 97 communication code. One can use -vecscatter_type mpi1 to go back
|
| /petsc/src/sys/objects/device/impls/ |
| H A D | segmentedmempool.hpp | 437 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 D | README.md | 22 of code. This will make it quite easy to merge back upstream changes
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 12 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 D | dmstag.md | 49 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 D | tao.md | 67 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 D | blas-lapack.md | 61 …nblas` configure option. OpenBLAS uses some highly optimized operations but falls back on reference
|
| H A D | ts.md | 325 … 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 D | gpu_roadmap.md | 13 PETSc uses a single source programming model where solver back-ends are selected as
|
| /petsc/doc/developers/ |
| H A D | communication.md | 39 - If the person drops "petsc-maint" or "petsc-users" from the reply list, add it back.
|
| H A D | style.md | 679 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 D | object_pool.cxx | 446 ptr = ptr_list.back(); in try_allocate()
|
| /petsc/doc/community/ |
| H A D | governance.md | 40 …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 D | petscdmstag.pxi | 105 elif stencil_location == "back": return DMSTAG_BACK
|
| /petsc/doc/tutorials/ |
| H A D | handson.md | 79 - Using call-back functions
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | mark_dcontext.cxx | 533 auto &last_dep = marked.dependencies.back(); in MarkFromID_IncompatibleModes_UpdateLastWrite()
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmoab.cxx | 1101 dmmoab->seqend = dmmoab->mbiface->id_from_handle(dmmoab->vlocal->back()); in DMSetUp_Moab()
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 350 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 …
|