Home
last modified time | relevance | path

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 Dslepc_eigen_solver.C163 …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 Dpetsc_linear_solver.C919 …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 Dslepc_eigen_solver.h304 static PetscErrorCode _petsc_shell_matrix_mult(Mat mat, Vec arg, Vec dest);
H A Dpetsc_linear_solver.h269 static PetscErrorCode _petsc_shell_matrix_mult(Mat mat, Vec arg, Vec dest);