Home
last modified time | relevance | path

Searched defs:lb (Results 1 – 19 of 19) sorted by relevance

/petsc/src/tao/util/
H A Dtao_util.c473 static inline PetscReal ST_InternalPN(PetscScalar in, PetscReal lb, PetscReal ub) in ST_InternalPN()
478 static inline PetscReal ST_InternalNN(PetscScalar in, PetscReal lb, PetscReal ub) in ST_InternalNN()
483 static inline PetscReal ST_InternalPP(PetscScalar in, PetscReal lb, PetscReal ub) in ST_InternalPP()
513 PetscErrorCode TaoSoftThreshold(Vec in, PetscReal lb, PetscReal ub, Vec out) in TaoSoftThreshold()
/petsc/src/sys/utils/
H A Dmpits.c76 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSided_Ibarrier() local
136 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSided_Allreduce() local
182 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSided_RedScatter() local
292 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSidedFReq_Reference() local
331 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSidedFReq_Ibarrier() local
/petsc/include/
H A Dpetscoptions.h583 …#define PetscOptionsBoundedInt(opt, text, man, currentvalue, value, set, lb) PetscOptionsInt_… argument
633 …#define PetscOptionsRangeInt(opt, text, man, currentvalue, value, set, lb, ub) PetscOptionsInt_… argument
727 …#define PetscOptionsBoundedReal(opt, text, man, currentvalue, value, set, lb) PetscOptionsReal… argument
777 …#define PetscOptionsRangeReal(opt, text, man, currentvalue, value, set, lb, ub) PetscOptionsReal… argument
/petsc/src/sys/tests/
H A Dex8.c35 MPI_Aint lb, extent; in MakeDatatype() local
/petsc/src/sys/objects/
H A Daoptions.c688 …const char man[], PetscInt currentvalue, PetscInt *value, PetscBool *set, PetscInt lb, PetscInt ub) in PetscOptionsInt_Private()
720 …man[], PetscMPIInt currentvalue, PetscMPIInt *value, PetscBool *set, PetscMPIInt lb, PetscMPIInt u… in PetscOptionsMPIInt_Private()
772 …t char man[], PetscReal currentvalue, PetscReal *value, PetscBool *set, PetscReal lb, PetscReal ub) in PetscOptionsReal_Private()
/petsc/src/tao/tutorials/
H A Dex3.c333 Vec u, lb, ub; in main() local
/petsc/src/tao/unconstrained/tutorials/
H A Deptorsion3.c83 Vec ub, lb; in main() local
/petsc/src/tao/complementarity/tutorials/
H A Dminsurf1.c45 PetscScalar lb = PETSC_NINFINITY; /* lower bound constant */ in main() local
/petsc/src/snes/tutorials/
H A Dex58.c43 PetscScalar lb, ub; member
/petsc/include/petsc/mpiuni/
H A Dmpi.h478 …#define MPI_Type_lb(datatype, lb) (MPIUNI_ARG(datatype), *(lb) = 0, MPI_SUCCE… argument
481 …#define MPI_Type_get_extent(datatype, lb, extent) (*(lb) = 0, *(extent) = MPI_sizeof(datatype… argument
482 …#define MPI_Type_get_true_extent(datatype, lb, extent) (*(lb) = 0, *(extent) = MPI_sizeof(datatype… argument
607 …#define MPI_Type_create_resized(oldtype, lb, extent, newtype) (MPIUNI_ARG(oldtype), MPIUNI_ARG(lb)… argument
/petsc/src/tao/bound/tutorials/
H A Dplate2.c729 PetscReal *xl, lb = PETSC_NINFINITY, ub = PETSC_INFINITY; in MSA_Plate() local
/petsc/src/snes/utils/
H A Ddmplexsnes.c1062 Vec lb, ub; in DMPlexSetSNESVariableBounds() local
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp743 MPI_Aint lb, nbyte; in LinkSetUp() local
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c1002 PETSC_UNUSED MPI_Aint lb; in PetscViewerBinaryWriteReadAll() local
/petsc/src/dm/dt/interface/
H A Ddtds.c2421 PetscErrorCode PetscDSGetLowerBound(PetscDS ds, PetscInt f, PetscPointBoundFn **lb, void **ctx) in PetscDSGetLowerBound()
2452 PetscErrorCode PetscDSSetLowerBound(PetscDS ds, PetscInt f, PetscPointBoundFn *lb, PetscCtx ctx) in PetscDSSetLowerBound()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c650 MPI_Aint lb, nbyte; in PetscSFLinkSetUp_Host() local
/petsc/src/vec/is/sf/interface/
H A Dsf.c2717 MPI_Aint lb, lb_true, bytes, bytes_true; in PetscSFGetDatatypeSize_Internal() local
/petsc/src/mat/impls/is/
H A Dmatis.c1935 PetscBool lb[4], bb[4]; in MatConvert_IS_XAIJ() local
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c96 …, PetscMUMPSInt currentvalue, PetscMUMPSInt *value, PetscBool *set, PetscMUMPSInt lb, PetscMUMPSIn… in PetscOptionsMUMPSInt_Private()