Home
last modified time | relevance | path

Searched refs:res_weights_cols (Results 1 – 6 of 6) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/tao/interface/
H A Dtaosolver_fg.c396 ierr = PetscFree(tao->res_weights_cols);CHKERRQ(ierr); in TaoSetResidualWeights()
400 ierr = PetscMalloc1(n,&tao->res_weights_cols);CHKERRQ(ierr); in TaoSetResidualWeights()
405 tao->res_weights_cols[i]=cols[i]; in TaoSetResidualWeights()
411 tao->res_weights_cols=NULL; in TaoSetResidualWeights()
H A Dtaosolver.c350 ierr = PetscFree((*tao)->res_weights_cols);CHKERRQ(ierr); in TaoDestroy()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dtaoimpl.h94 PetscInt *res_weights_cols; member
/dports/science/PETSc/petsc-3.14.1/src/tao/leastsquares/impls/pounders/
H A Dpounders.c45 col=tao->res_weights_cols[i]; in pounders_feval()
193 col=tao->res_weights_cols[i]; in pounders_update_res()
205 col=tao->res_weights_cols[i]; in pounders_update_res()
214 col=tao->res_weights_cols[i]; in pounders_update_res()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS10844 PetscInt *res_weights_cols;res_weights_cols94,2943
H A DCTAGS76654 res_weights_cols include/petsc/private/taoimpl.h /^ PetscInt *res_weights_cols;$/;" m language:C…