Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Todo List
Class Alien::BasicIndexManager
Il est possible d'optimiser les accès vectorielles en raprochant les structures internes des interfaces critiques (en particulier getIndex vectoriel)
Class Alien::IIndexManager
Pour gérer les inconnues vectoriel, mettre un argument additionnel qui est le sous-indice (vectoriel) avec une valeur par défaut de 0 (ou bien un proto différent)
Member Alien::IInternalLinearAlgebra< M, V >::dump (Matrix const &a, std::string const &filename) const
Implement this method
Member Alien::IInternalLinearAlgebra< M, V >::dump (Vector const &x, std::string const &filename) const
Implement this method
Member Alien::IInternalLinearAlgebraExpr< M, V >::dump (Matrix const &a, std::string const &filename) const
Implement this method
Member Alien::IInternalLinearAlgebraExpr< M, V >::dump (Vector const &x, std::string const &filename) const
Implement this method
Member Alien::ILinearSolver::setNullSpaceConstantOption (bool flag)=0
Implement this method
Member Alien::ILinearSolver::Status
Change to a more abstract implementation based on CaseOptions
Class Alien::IMatrixConverter
IMatrixImpl.h is needed only for the template definition. Could be removed
Member Alien::IMatrixConverter::cast (IMatrixImpl *impl, BackEndId backend)
Check backend using T
Member Alien::IMatrixConverter::cast (const IMatrixImpl *impl, BackEndId backend)
Check backend using T
Class Alien::IVectorConverter
IVectorImpl.h is needed only for the template definition. Could be removed
Member Alien::IVectorConverter::cast (IVectorImpl *impl, BackEndId backend)
Check backend using T
Member Alien::IVectorConverter::cast (const IVectorImpl *impl, BackEndId backend)
Check backend using T
Member Alien::IVectorImpl::init (const VectorDistribution &dist, bool do_alloc)
Fix this method : could be removed during the process of solver refactoring
Member Alien::LinearSolver< Tag >::setNullSpaceConstantOption (bool flag)
Implement this method
Member Alien::LinearSolver< Tag >::solve (const IMatrix &A, const IVector &b, IVector &x)
Check the comment below and fix if necessary