Searched refs:_petsc_shell_matrix_mult (Results 1 – 4 of 4) sorted by relevance
/dports/math/libmesh/libmesh-1.6.2/src/solvers/ |
H A D | slepc_eigen_solver.C | 163 …r = MatShellSetOperation(mat,MATOP_MULT,reinterpret_cast<void(*)(void)>(_petsc_shell_matrix_mult)); in solve_standard() 437 …= MatShellSetOperation(mat_A,MATOP_MULT,reinterpret_cast<void(*)(void)>(_petsc_shell_matrix_mult)); in solve_generalized() 483 …= MatShellSetOperation(mat_B,MATOP_MULT,reinterpret_cast<void(*)(void)>(_petsc_shell_matrix_mult)); in solve_generalized() 530 …= MatShellSetOperation(mat_A,MATOP_MULT,reinterpret_cast<void(*)(void)>(_petsc_shell_matrix_mult)); in solve_generalized() 535 …= MatShellSetOperation(mat_B,MATOP_MULT,reinterpret_cast<void(*)(void)>(_petsc_shell_matrix_mult)); in solve_generalized() 1017 PetscErrorCode SlepcEigenSolver<T>::_petsc_shell_matrix_mult(Mat mat, Vec arg, Vec dest) in _petsc_shell_matrix_mult() function
|
H A D | petsc_linear_solver.C | 919 …r = MatShellSetOperation(mat,MATOP_MULT,reinterpret_cast<void(*)(void)>(_petsc_shell_matrix_mult)); in solve() 1167 …r = MatShellSetOperation(mat,MATOP_MULT,reinterpret_cast<void(*)(void)>(_petsc_shell_matrix_mult)); in solve() 1599 PetscErrorCode PetscLinearSolver<T>::_petsc_shell_matrix_mult(Mat mat, Vec arg, Vec dest) in _petsc_shell_matrix_mult() function
|
/dports/math/libmesh/libmesh-1.6.2/include/solvers/ |
H A D | slepc_eigen_solver.h | 304 static PetscErrorCode _petsc_shell_matrix_mult(Mat mat, Vec arg, Vec dest);
|
H A D | petsc_linear_solver.h | 269 static PetscErrorCode _petsc_shell_matrix_mult(Mat mat, Vec arg, Vec dest);
|