Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/lmvm/
H A Dlmvmpc.c16 } PC_LMVM; typedef
36 PC_LMVM *ctx; in PCLMVMSetUpdateVec()
44 ctx = (PC_LMVM *)pc->data; in PCLMVMSetUpdateVec()
65 PC_LMVM *ctx; in PCLMVMSetMatLMVM()
75 ctx = (PC_LMVM *)pc->data; in PCLMVMSetMatLMVM()
97 PC_LMVM *ctx; in PCLMVMGetMatLMVM()
104 ctx = (PC_LMVM *)pc->data; in PCLMVMGetMatLMVM()
143 PC_LMVM *ctx; in PCLMVMSetIS()
151 ctx = (PC_LMVM *)pc->data; in PCLMVMSetIS()
170 PC_LMVM *ctx; in PCLMVMClearIS()
[all …]