Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c33 const char *const MatLMVMMultAlgorithms[] = { variable
331 …PetscCall(PetscViewerASCIIPrintf(pv, "Mult algorithm: %s\n", MatLMVMMultAlgorithms[lmvm->mult_alg]… in MatView_LMVM()
370 …_mult_algorithm", "Algorithm used to matrix-vector products", "", MatLMVMMultAlgorithms, (PetscEnu… in MatSetFromOptions_LMVM()
/petsc/include/
H A Dpetscksp.h1229 PETSC_EXTERN const char *const MatLMVMMultAlgorithms[]; variable