Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 25 of 53) sorted by relevance

123

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscksp.pxi286 PetscVec rhs,
318 PetscVec rhs,
334 PetscVec rhs,
/petsc/src/ksp/ksp/tests/
H A Dex80.c14 Vec sol, rhs, newsol, newrhs; in main() local
97 Vec sol, rhs; in main() local
H A Dex83.c12 Vec sol, rhs, sol_nest, rhs_nest; in main() local
H A Dex84.c6 PetscErrorCode LSCLoadOperators(Mat *A, Mat *Q, Mat *L, Vec *rhs, IS *velocity, IS *pressure) in LSCLoadOperators()
H A Dex87.c25 Vec rhs, x, r; in main() local
/petsc/src/ksp/ksp/interface/
H A Diguess.c304 PetscErrorCode KSPGuessUpdate(KSPGuess guess, Vec rhs, Vec sol) in KSPGuessUpdate()
328 PetscErrorCode KSPGuessFormGuess(KSPGuess guess, Vec rhs, Vec sol) in KSPGuessFormGuess()
/petsc/src/vec/vec/tests/
H A Dex63.c20 const PetscScalar rhs = arr[i]; in CheckExp() local
H A Dex64.c20 const PetscScalar rhs = arr[i]; in CheckLog() local
/petsc/src/ksp/ksp/tutorials/
H A Dex16.c29 PetscScalar v, one = 1.0, rhs; in main() local
/petsc/src/ksp/ksp/tutorials/amrex/
H A DMyTest.H52 amrex::Vector<amrex::MultiFab> rhs; variable
/petsc/src/binding/petsc4py/test/
H A Dtest_ksp.py196 def presolve(ksp, rhs, x): argument
210 def postsolve(ksp, rhs, x): argument
/petsc/src/mat/tests/
H A Dex78.c41 char Ain[PETSC_MAX_PATH_LEN], rhs[PETSC_MAX_PATH_LEN], solu[PETSC_MAX_PATH_LEN]; in main() local
H A Dex18.c9 Vec x, rhs, y; in main() local
/petsc/src/dm/impls/stag/tests/
H A Dex18.c149 Vec tmp, rhs; in main() local
255 Vec rhs; in CreateSystem() local
862 static PetscErrorCode CreateNumericalReferenceSolution(Mat A, Vec rhs, Vec *px) in CreateNumericalReferenceSolution()
H A Dex5.c20 Vec sol, solRef, solRefLocal, rhs, rhsLocal; in main() local
H A Dex11.c16 Vec sol, solRef, solRefLocal, rhs, rhsLocal; in main() local
H A Dex8.c16 Vec sol, solRef, solRefLocal, rhs, rhsLocal; in main() local
/petsc/src/dm/impls/stag/tutorials/
H A Dex2.c79 Vec sol, solRef, rhs; in main() local
151 Vec rhs; in CreateSystem() local
H A Dex1.c86 Vec sol, solRef, solRefLocal, f, fLocal, rhs, coordSolLocal; in main() local
H A Dex3.c108 Vec sol, solRef, rhs; in main() local
168 Vec rhs, coordLocal; in CreateSystem() local
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c116 static PetscErrorCode PCBDDCReuseSolvers_Solve_Private(PC pc, Vec rhs, Vec sol, PetscBool transpose… in PCBDDCReuseSolvers_Solve_Private()
187 static PetscErrorCode PCBDDCReuseSolvers_Correction(PC pc, Vec rhs, Vec sol) in PCBDDCReuseSolvers_Correction()
194 static PetscErrorCode PCBDDCReuseSolvers_CorrectionTranspose(PC pc, Vec rhs, Vec sol) in PCBDDCReuseSolvers_CorrectionTranspose()
201 static PetscErrorCode PCBDDCReuseSolvers_Interior(PC pc, Vec rhs, Vec sol) in PCBDDCReuseSolvers_Interior()
208 static PetscErrorCode PCBDDCReuseSolvers_InteriorTranspose(PC pc, Vec rhs, Vec sol) in PCBDDCReuseSolvers_InteriorTranspose()
317 Vec sol, rhs; in PCBDDCComputeExplicitSchur() local
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c429 Vec rhs; in DMSwarmProjectField_Conservative_PLEX() local
462 Vec rhs; in DMSwarmProjectParticles_Conservative_PLEX() local
719 Vec rhs; in DMSwarmProjectGradientField_Conservative_PLEX() local
758 Vec rhs; in DMSwarmProjectGradientParticles_Conservative_PLEX() local
1174 Vec w, rw, rhs; in DMSwarmRemap_PFAK_Internal() local
/petsc/src/sys/objects/device/interface/
H A Dpetscdevice_interface_internal.hpp57 friend void swap(_n_WeakContext &lhs, _n_WeakContext &rhs) noexcept { lhs.swap(rhs); } in swap()
H A Dmark_dcontext.cxx171 friend void swap(PetscStackFrame &lhs, PetscStackFrame &rhs) noexcept in swap()
343 void swap(MarkedObjectMap::snapshot_type &lhs, MarkedObjectMap::snapshot_type &rhs) noexcept in swap()
/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp1259 friend void swap(UnorderedMap &lhs, UnorderedMap &rhs) noexcept in swap()
1379 …ool operator==(const UnorderedMap<K, T, H, KE> &lhs, const UnorderedMap<K, T, H, KE> &rhs) noexcept in operator ==()
1392 …ool operator!=(const UnorderedMap<K, T, H, KE> &lhs, const UnorderedMap<K, T, H, KE> &rhs) noexcept in operator !=()

123