Home
last modified time | relevance | path

Searched refs:PetscObjectState (Results 1 – 25 of 73) sorted by relevance

123

/petsc/src/sys/objects/
H A Dstate.c30 PetscErrorCode PetscObjectStateGet(PetscObject obj, PetscObjectState *state) in PetscObjectStateGet()
61 PetscErrorCode PetscObjectStateSet(PetscObject obj, PetscObjectState state) in PetscObjectStateSet()
102 …PetscObjectComposedDataIncrease_(PetscInt *id_max, char **composed, PetscObjectState **composed_st… in PetscObjectComposedDataIncrease_()
108 PetscObjectState *ir = *composed_state; in PetscObjectComposedDataIncrease_()
111 PetscObjectState *new_ir; in PetscObjectComposedDataIncrease_()
127 …ObjectComposedDataStarIncrease_(PetscInt *id_max, void ***composed, PetscObjectState **composed_st… in PetscObjectComposedDataStarIncrease_()
130 const PetscObjectState *ir = *composed_state; in PetscObjectComposedDataStarIncrease_()
133 PetscObjectState *new_ir; in PetscObjectComposedDataStarIncrease_()
H A Ddestroy.c7 …posedData(void ***composed_star, PetscObjectState **state_star, PetscInt *count_star, void **compo… in DestroyComposedData()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmbasis.h22PetscObjectState operator_state; // The state of the operator when vectors in S were computed…
25PetscObjectState cached_vec_state; // The state of g when v was computed, to determine when v i…
H A Dlmproducts.h30 PetscObjectState operator_state;
/petsc/src/sys/objects/device/interface/
H A Dpetscdevice_interface_internal.hpp61 PETSC_NODISCARD PetscObjectState state() const noexcept { return state_; } in state()
63 void set_state(PetscObjectState state) noexcept { state_ = state; } in set_state()
67 PetscObjectState state_{};
/petsc/src/mat/impls/nest/
H A Dmatnestimpl.h16 PetscObjectState *nnzstate;
/petsc/src/ksp/ksp/impls/cheby/
H A Dchebyshevimpl.h23 PetscObjectState amatstate, pmatstate;
/petsc/src/mat/impls/kaij/
H A Dkaij.h27 PetscObjectState state; /* state of the matrix A when AIJ and OIJ were last updated */
/petsc/include/petsc/private/
H A Dmatisimpl.h24 PetscObjectState lnnzstate; /* nonzero state of local matrix */
H A Dpcimpl.h40PetscObjectState matstate, matnonzerostate; /* last known nonzero state of the pmat associated wit…
H A Dpetscimpl.h127 PetscObjectState state;
129 PetscObjectState *intcomposedstate, *intstarcomposedstate;
132 PetscObjectState *realcomposedstate, *realstarcomposedstate;
136 PetscObjectState *scalarcomposedstate, *scalarstarcomposedstate;
1065 PETSC_EXTERN PetscErrorCode PetscObjectStateGet(PetscObject, PetscObjectState *);
1066 PETSC_EXTERN PetscErrorCode PetscObjectStateSet(PetscObject, PetscObjectState);
H A Dtsimpl.h109 PetscObjectState state;
115 PetscObjectState state;
264 PetscObjectState Xstate; /* State of the solution vector */
H A Dpcbddcimpl.h110 PetscObjectState *onearnullvecs_state;
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp112 PetscObjectState nonzerostate; /* State of the nonzero pattern (graph) on device */
119 …Mat_SeqAIJKokkos(Mat A, PetscInt nrows, PetscInt ncols, Mat_SeqAIJ *aseq, PetscObjectState nzstate… in Mat_SeqAIJKokkos()
194 void Init(PetscObjectState nzstate = 0) in Init()
/petsc/src/mat/impls/shell/
H A Dshell.h45 PetscObjectState axpy_state;
/petsc/src/mat/impls/aij/seq/aijmkl/
H A Daijmkl.c20 PetscObjectState state;
379 PetscObjectState state; in MatMult_SeqAIJMKL_SpMV2()
452 PetscObjectState state; in MatMultTranspose_SeqAIJMKL_SpMV2()
541 PetscObjectState state; in MatMultAdd_SeqAIJMKL_SpMV2()
637 PetscObjectState state; in MatMultTransposeAdd_SeqAIJMKL_SpMV2()
685 PetscObjectState state; in MatMatMultSymbolic_SeqAIJMKL_SeqAIJMKL_Private()
718 PetscObjectState state; in MatMatMultNumeric_SeqAIJMKL_SeqAIJMKL_Private()
813 PetscObjectState state; in MatPtAPNumeric_SeqAIJMKL_SeqAIJMKL_SymmetricReal()
863 PetscObjectState state; in MatProductSymbolic_PtAP_SeqAIJMKL_SeqAIJMKL_SymmetricReal()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscobj.pxi6 ctypedef long PetscObjectState
29 PetscErrorCode PetscObjectStateSet(PetscObject, PetscObjectState)
30 PetscErrorCode PetscObjectStateGet(PetscObject, PetscObjectState*)
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.h41 PetscObjectState Fprev_state;
/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c112 PetscObjectState instate, outstate; in PCApply_Shell()
127 PetscObjectState instate, outstate; in PCMatApply_Shell()
162 PetscObjectState instate, outstate; in PCApplyBA_Shell()
204 PetscObjectState instate, outstate; in PCApplyTranspose_Shell()
219 PetscObjectState instate, outstate; in PCMatApplyTranspose_Shell()
234 PetscObjectState instate, outstate; in PCApplyRichardson_Shell()
/petsc/src/mat/impls/aij/seq/aijsell/
H A Daijsell.c14 PetscObjectState state; /* State of the matrix when shadow matrix was last constructed. */
82 PetscObjectState state; in MatSeqAIJSELL_build_shadow()
/petsc/src/ksp/pc/impls/lmvm/
H A Dlmvmpc.c14 PetscObjectState Xstate;
275 PetscObjectState Xstate; in PCPreSolve_LMVM()
/petsc/src/ts/impls/pseudo/
H A Dposindep.c28 PetscObjectState Xstate; /* state of input vector to TSComputeIFunction() with 0 Xdot */
62 PetscObjectState Xstate; in TSPseudoComputeFunction()
206 PetscObjectState Xstate; in SNESTSFormFunction_Pseudo()
/petsc/src/vec/vec/impls/mpi/
H A Dcommonmpvec.c19 PetscObjectState gstate, lstate; in VecGhostStateSync_Private()
/petsc/src/mat/impls/sell/seq/
H A Dsell.h36 PetscObjectState diagNonzeroState; /* nonzero state of the matrix when diag was obtained */ \
69 PetscObjectState idiagState; /* state of the matrix when mdiag and idiag was obtained */
/petsc/src/sys/tests/
H A Dex15.cxx66 PetscObjectState ost; in main()

123