Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dxyt.c56 static PetscErrorCode do_xyt_solve(xyt_ADT xyt_handle, PetscScalar *rhs);
57 static PetscErrorCode check_handle(xyt_ADT xyt_handle);
58 static PetscErrorCode det_separators(xyt_ADT xyt_handle);
60 static PetscErrorCode xyt_generate(xyt_ADT xyt_handle);
61 static PetscErrorCode do_xyt_factor(xyt_ADT xyt_handle);
66 xyt_ADT xyt_handle; in XYT_new() local
70 xyt_handle = (xyt_ADT)malloc(sizeof(struct xyt_CDT)); in XYT_new()
71 xyt_handle->id = ++n_xyt; in XYT_new()
72 xyt_handle->info = NULL; in XYT_new()
73 xyt_handle->mvi = NULL; in XYT_new()
[all …]