Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dxxt.c54 static PetscErrorCode do_xxt_solve(xxt_ADT xxt_handle, PetscScalar *rhs);
55 static PetscErrorCode check_handle(xxt_ADT xxt_handle);
56 static PetscErrorCode det_separators(xxt_ADT xxt_handle);
58 static PetscErrorCode xxt_generate(xxt_ADT xxt_handle);
59 static PetscErrorCode do_xxt_factor(xxt_ADT xxt_handle);
64 xxt_ADT xxt_handle; in XXT_new() local
68 xxt_handle = (xxt_ADT)malloc(sizeof(struct xxt_CDT)); in XXT_new()
69 xxt_handle->id = ++n_xxt; in XXT_new()
70 xxt_handle->info = NULL; in XXT_new()
71 xxt_handle->mvi = NULL; in XXT_new()
[all …]