Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 41) sorted by relevance

12

/petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/
H A Dpetsc4py.i21 int res = SWIG_ConvertPtr(obj, ptr, ty, flags); in SWIG_convert_ptr() local
95 long v; int res = SWIG_AsVal(long)(obj, &v); in PetscInt64() local
97 long long v; int res = SWIG_AsVal(long long)(obj, &v); in PetscInt64() local
139 double v; int res = SWIG_AsVal(double)(obj, &v); in SWIG_AsVal_dec() local
241 int res = SWIG_AsVal(Type)($input, 0); variable
263 int res = SWIG_AsVal(Type)($input, 0); variable
323 int v; int res = SWIG_AsVal(int)(obj, &v); in PetscEnum() local
365 int res = SWIG_ConvertPtr(input,&argp,%descriptor(p_##Type), 0); in Type() local
388 int res = SWIG_ConvertPtr(input,&argp,%descriptor(p_##Type), 0); in Type() local
/petsc/src/sys/tests/
H A Dex49f.F9012 subroutine CompareIntegers(a, b, ctx, res) argument
H A Dex15.cxx9 double res; in TestComplexOperators() local
/petsc/src/ksp/ksp/impls/gmres/pgmres/
H A Dpgmres.c20 PetscReal res_norm, res, newnorm; in KSPPGMRESCycle() local
236 …c PetscErrorCode KSPPGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool *hapend, PetscReal *res) in KSPPGMRESUpdateHessenberg()
/petsc/src/ksp/ksp/impls/gmres/lgmres/
H A Dlgmres.c91 PetscReal res_norm, res; in KSPLGMRESCycle() local
439 …ic PetscErrorCode KSPLGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool hapend, PetscReal *res) in KSPLGMRESUpdateHessenberg()
/petsc/src/ksp/ksp/impls/gmres/agmres/
H A Dagmres.c400 PetscReal res; in KSPAGMRESCycle() local
440 PetscReal res_old, res; in KSPSolve_AGMRES() local
/petsc/src/sys/tests/linter/
H A DtestValidFunctionDocStrings.c515 PetscErrorCode testFunctionParmsSameName(int tao, double res, PetscErrorCode (*func)(int tao, doubl… in testFunctionParmsSameName()
545 PetscErrorCode testFunctionParmsSameNameInOut(int *tao, double res, PetscErrorCode (*func)(int tao,… in testFunctionParmsSameNameInOut()
/petsc/src/tao/interface/
H A Dtaosolver_fg.c341 PetscErrorCode TaoSetResidualRoutine(Tao tao, Vec res, PetscErrorCode (*func)(Tao tao, Vec x, Vec r… in TaoSetResidualRoutine()
/petsc/src/ksp/ksp/tutorials/
H A Dex55.c233 Vec res; in main() local
H A Dex54.c176 Vec res; in main() local
H A Dex56.c376 Vec res; in main() local
/petsc/src/sys/ftn-custom/
H A Dzutils.c94 …ran(PetscObject obj, PetscInt align, PetscScalar *base, PetscScalar *addr, PetscInt N, size_t *res) in PetscScalarAddressToFortran()
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmres.c91 PetscReal res, hapbnd, tt; in KSPGMRESCycle() local
347 …tic PetscErrorCode KSPGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool hapend, PetscReal *res) in KSPGMRESUpdateHessenberg()
/petsc/src/tao/leastsquares/tutorials/
H A Dtomography.c48 Vec x, res; /* solution, function res(x) = A*x-b */ in main() local
/petsc/src/ksp/ksp/impls/gmres/fgmres/
H A Dfgmres.c302 …ic PetscErrorCode KSPFGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool hapend, PetscReal *res) in KSPFGMRESUpdateHessenberg()
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c107 PetscReal res_norm, res, hapbnd, tt; in KSPDGMRESCycle() local
364 …ic PetscErrorCode KSPDGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool hapend, PetscReal *res) in KSPDGMRESUpdateHessenberg()
/petsc/include/
H A Dpetsctao_deprecations.h33 … ) static inline PetscErrorCode TaoSetSeparableObjectiveRoutine(Tao tao, Vec res, PetscErrorCode (… in TaoSetSeparableObjectiveRoutine() argument
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/
H A Dpipefgmres.c378 …tscErrorCode KSPPIPEFGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool *hapend, PetscReal *res) in KSPPIPEFGMRESUpdateHessenberg()
/petsc/src/dm/impls/moab/
H A Ddmmbmg.cxx9 std::vector<PetscScalar> res(v.size()); in VecReal_to_VecScalar() local
/petsc/src/snes/utils/
H A Ddmplexsnes.c187 Vec res; in SNESMonitorFields() local
850 PetscReal res; in DMSNESCheckResidual() local
/petsc/src/ts/utils/
H A Ddmplexts.c312 PetscReal res; in DMTSCheckResidual() local
/petsc/src/snes/tutorials/network/water/
H A Dwater.h51 Reservoir res; /* reservoir data */ member
/petsc/src/ts/event/
H A Dtsevent.c609 PetscReal res = dt; in TSEvent_dt_cap() local
/petsc/src/snes/interface/
H A Dsnesut.c668 PetscReal res[256]; in SNESMonitorDefaultField() local
/petsc/src/ts/impls/implicit/alpha/
H A Dalpha1.c419 PetscReal res = ((PetscReal)0.5 + alpha_m - alpha_f) - gamma; in TSAlphaSetParams_Alpha() local

12