Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/utils/
H A Dreconstruct.c67 …PetscCall(PetscMalloc5(o, &tj->lag.L, o, &tj->lag.T, o, &tj->lag.WW, 2 * o, &tj->lag.TT, o, &tj->l… in TSTrajectoryReconstruct_Private()
88 tj->lag.WW[cnt] = tj->lag.W[tid]; in TSTrajectoryReconstruct_Private()
115 tj->lag.WW[cnt] = tj->lag.W[tid]; in TSTrajectoryReconstruct_Private()
156 PetscCall(VecMAXPY(U, cnt, tj->lag.L, tj->lag.WW)); in TSTrajectoryReconstruct_Private()
166 PetscCall(VecMAXPY(Udot, cnt, tj->lag.L, tj->lag.WW)); in TSTrajectoryReconstruct_Private()
/petsc/src/ts/trajectory/interface/
H A Dtraj.c411 t->lag.WW = NULL; in TSTrajectoryCreate()
574 PetscCall(PetscFree5((*tj)->lag.L, (*tj)->lag.T, (*tj)->lag.WW, (*tj)->lag.TT, (*tj)->lag.TW)); in TSTrajectoryDestroy()
/petsc/include/petsc/private/
H A Dtsimpl.h101 Vec *WW; /* just an array of pointers */ member