Home
last modified time | relevance | path

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

/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Dlinear_implicit_system.C66 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 Dsystem.C454 void System::restrict_solve_to (const SystemSubset * subset, in restrict_solve_to() function
/dports/math/libmesh/libmesh-1.6.2/include/systems/
H A Dlinear_implicit_system.h117 virtual void restrict_solve_to (const SystemSubset * subset,
H A Dsystem.h328 virtual void restrict_solve_to (const SystemSubset * subset,
/dports/math/libmesh/libmesh-1.6.2/src/solvers/
H A Dlinear_solver.C136 LinearSolver<T>::restrict_solve_to(const std::vector<unsigned int> * const dofs, in restrict_solve_to() function
H A Dpetsc_linear_solver.C345 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 Dlinear_solver.h163 virtual void restrict_solve_to (const std::vector<unsigned int> * const dofs,
H A Dpetsc_linear_solver.h145 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 Dsubdomains_ex1.C281 system.restrict_solve_to(&subset, SUBSET_ZERO); in main()