Home
last modified time | relevance | path

Searched defs:IU (Results 1 – 3 of 3) sorted by relevance

/petsc/src/tao/interface/
H A Dtaosolver_bounds.c136 PetscErrorCode TaoSetInequalityBounds(Tao tao, Vec IL, Vec IU) in TaoSetInequalityBounds()
168 PetscErrorCode TaoGetInequalityBounds(Tao tao, Vec *IL, Vec *IU) in TaoGetInequalityBounds()
/petsc/include/petsc/private/
H A Dtaoimpl.h80 Vec IU; member
/petsc/src/dm/dt/interface/
H A Ddt.c1425 PetscBLASInt IU = 0; /* ignored because range is 'A' */ in PetscDTSymmetricTridiagonalEigensolve() local