Searched refs:inactive (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/ksp/pc/impls/lmvm/ |
| H A D | lmvmpc.c | 11 IS inactive; member 141 PetscErrorCode PCLMVMSetIS(PC pc, IS inactive) in PCLMVMSetIS() argument 148 PetscValidHeaderSpecific(inactive, IS_CLASSID, 2); in PCLMVMSetIS() 153 PetscCall(PetscObjectReference((PetscObject)inactive)); in PCLMVMSetIS() 154 ctx->inactive = inactive; in PCLMVMSetIS() 178 PetscCall(ISDestroy(&ctx->inactive)); in PCLMVMClearIS() 189 if (ctx->inactive) { in PCApply_LMVM() 192 PetscCall(VecGetSubVector(ctx->xwork, ctx->inactive, &xsub)); in PCApply_LMVM() 194 PetscCall(VecRestoreSubVector(ctx->xwork, ctx->inactive, &xsub)); in PCApply_LMVM() 199 if (ctx->inactive) { in PCApply_LMVM() [all …]
|
| /petsc/src/snes/impls/vi/rs/ |
| H A D | virs.c | 36 IS inactive; member 82 …PetscCall(MatCreateSubMatrix(interp, dmsnesvi2->inactive, dmsnesvi1->inactive, MAT_INITIAL_MATRIX,… in DMCreateInterpolation_SNESVI() 96 IS inactive; in DMCoarsen_SNESVI() local 125 PetscCall(ISGetIndices(dmsnesvi1->inactive, &index)); in DMCoarsen_SNESVI() 126 PetscCall(ISGetLocalSize(dmsnesvi1->inactive, &n)); in DMCoarsen_SNESVI() 151 …neral(PetscObjectComm((PetscObject)coarsemarked), cnt, coarseindex, PETSC_OWN_POINTER, &inactive)); in DMCoarsen_SNESVI() 157 PetscCall(DMSetVI(*dm2, inactive)); in DMCoarsen_SNESVI() 161 PetscCall(ISDestroy(&inactive)); in DMCoarsen_SNESVI() 180 PetscCall(ISDestroy(&dmsnesvi->inactive)); in DMDestroy_SNESVI() 199 PetscErrorCode DMSetVI(DM dm, IS inactive) in DMSetVI() argument [all …]
|
| /petsc/src/tao/bound/utils/ |
| H A D | isutil.c | 184 …tscReal *bound_tol, IS *active_lower, IS *active_upper, IS *active_fixed, IS *active, IS *inactive) in TaoEstimateActiveBounds() argument 232 PetscCall(ISDestroy(inactive)); in TaoEstimateActiveBounds() 237 PetscCall(ISCreateStride(comm, n, low, 1, inactive)); in TaoEstimateActiveBounds() 317 PetscCall(ISCreateGeneral(comm, n_isi, isi, PETSC_OWN_POINTER, inactive)); in TaoEstimateActiveBounds()
|
| /petsc/doc/developers/ |
| H A D | mrmanagement.md | 26 If MRs are inactive for too long, remind the submitter/assignee, reviewer(s), or integrator(s) of a…
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 986 These allow cleaner application code since it does not have many if statements to avoid inactive me…
|
| H A D | tao.md | 1722 only for inactive variables in the interior of the bounds. The 1733 \text{inactive-set}: & \mathcal{I}(x) & = & \{ 1,2,\ldots,n \} \; \backslash \; \mathcal{A}(x).
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | SNES.pyx | 2194 """Return the index set for the inactive set.
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 9757 (variable-roughness (inactive . #f) (profile "" "")) 10073 (variable-roughness (inactive . #f) (profile "" "")) 10389 (variable-roughness (inactive . #f) (profile "" "")) 10705 (variable-roughness (inactive . #f) (profile "" ""))
|