Searched refs:restrict_solve_to (Results 1 – 9 of 9) sorted by relevance
/dports/math/libmesh/libmesh-1.6.2/src/systems/ |
H A D | linear_implicit_system.C | 66 this->restrict_solve_to(nullptr); in clear() 96 void LinearImplicitSystem::restrict_solve_to (const SystemSubset * subset, in restrict_solve_to() function 133 linear_solver->restrict_solve_to(&_subset->dof_ids(),_subset_solve_mode); in solve() 145 linear_solver->restrict_solve_to(nullptr); in solve()
|
H A D | system.C | 454 void System::restrict_solve_to (const SystemSubset * subset, in restrict_solve_to() function
|
/dports/math/libmesh/libmesh-1.6.2/include/systems/ |
H A D | linear_implicit_system.h | 117 virtual void restrict_solve_to (const SystemSubset * subset,
|
H A D | system.h | 328 virtual void restrict_solve_to (const SystemSubset * subset,
|
/dports/math/libmesh/libmesh-1.6.2/src/solvers/ |
H A D | linear_solver.C | 136 LinearSolver<T>::restrict_solve_to(const std::vector<unsigned int> * const dofs, in restrict_solve_to() function
|
H A D | petsc_linear_solver.C | 345 PetscLinearSolver<T>::restrict_solve_to (const std::vector<unsigned int> * const dofs, in restrict_solve_to() function
|
/dports/math/libmesh/libmesh-1.6.2/include/solvers/ |
H A D | linear_solver.h | 163 virtual void restrict_solve_to (const std::vector<unsigned int> * const dofs,
|
H A D | petsc_linear_solver.h | 145 virtual void restrict_solve_to (const std::vector<unsigned int> * const dofs,
|
/dports/math/libmesh/libmesh-1.6.2/examples/subdomains/subdomains_ex1/ |
H A D | subdomains_ex1.C | 281 system.restrict_solve_to(&subset, SUBSET_ZERO); in main()
|