|
NeoN
A framework for CFD software
|
Functions | |
| template<typename VectorType > | |
| la::SolverStats | iterativeSolveImpl (Expression< typename VectorType::ElementType > &exp, const la::SparsityPattern &sp, la::LinearSystem< typename VectorType::ElementType, localIdx > &ls, VectorType &solution, scalar t, scalar dt, const Dictionary &fvSchemes, const Dictionary &fvSolution, std::vector< PostAssemblyBase< typename VectorType::ElementType > > ps) |
| template<typename VectorType > | |
| la::SolverStats | iterativeSolveImpl (Expression< typename VectorType::ElementType > &exp, VectorType &solution, scalar t, scalar dt, const Dictionary &fvSolution, std::vector< PostAssemblyBase< typename VectorType::ElementType > > ps) |
| la::SolverStats NeoN::dsl::detail::iterativeSolveImpl | ( | Expression< typename VectorType::ElementType > & | exp, |
| const la::SparsityPattern & | sp, | ||
| la::LinearSystem< typename VectorType::ElementType, localIdx > & | ls, | ||
| VectorType & | solution, | ||
| scalar | t, | ||
| scalar | dt, | ||
| const Dictionary & | fvSchemes, | ||
| const Dictionary & | fvSolution, | ||
| std::vector< PostAssemblyBase< typename VectorType::ElementType > > | ps | ||
| ) |
Definition at line 31 of file solver.hpp.
| la::SolverStats NeoN::dsl::detail::iterativeSolveImpl | ( | Expression< typename VectorType::ElementType > & | exp, |
| VectorType & | solution, | ||
| scalar | t, | ||
| scalar | dt, | ||
| const Dictionary & | fvSolution, | ||
| std::vector< PostAssemblyBase< typename VectorType::ElementType > > | ps | ||
| ) |
Definition at line 63 of file solver.hpp.