Home
last modified time | relevance | path

Searched refs:tl (Results 1 – 3 of 3) sorted by relevance

/petsc/src/tao/unconstrained/impls/ntl/
H A Dntl.c30 TAO_NTL *tl = (TAO_NTL *)tao->data; in TaoSolve_NTL() local
66 tao->trust = PetscMax(tao->trust, tl->min_radius); in TaoSolve_NTL()
67 tao->trust = PetscMin(tao->trust, tl->max_radius); in TaoSolve_NTL()
74 tl->bfgs_pre = pc; in TaoSolve_NTL()
75 PetscCall(PCLMVMGetMatLMVM(tl->bfgs_pre, &tl->M)); in TaoSolve_NTL()
78 PetscCall(MatSetSizes(tl->M, n, n, N, N)); in TaoSolve_NTL()
79 PetscCall(MatLMVMAllocate(tl->M, tao->solution, tao->gradient)); in TaoSolve_NTL()
80 PetscCall(MatIsSymmetricKnown(tl->M, &sym_set, &is_symmetric)); in TaoSolve_NTL()
97 switch (tl->init_type) { in TaoSolve_NTL()
116 PetscCall(VecCopy(tao->solution, tl->W)); in TaoSolve_NTL()
[all …]
/petsc/src/ts/tutorials/
H A Dex77.c734 PetscInt tl, l, f; in MonitorError() local
742 PetscCall(PetscObjectGetTabLevel((PetscObject)ts, &tl)); in MonitorError()
743 for (l = 0; l < tl; ++l) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "\t")); in MonitorError()
804 PetscInt dim, tl, l, Np, p; in MonitorParticleError() local
828 PetscCall(PetscObjectGetTabLevel((PetscObject)ts, &tl)); in MonitorParticleError()
829 for (l = 0; l < tl; ++l) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "\t")); in MonitorParticleError()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c1033 PetscInt tl; in FETIDPPCView() local
1035 PetscCall(PetscViewerASCIIGetTab(sviewer, &tl)); in FETIDPPCView()
1036 PetscCall(PetscObjectSetTabLevel((PetscObject)ctx->kBD, tl)); in FETIDPPCView()