Interface of an implementation factory for Aleph. More...
#include <arcane/aleph/AlephInterface.h>
Public Member Functions | |
| virtual void | initialize ()=0 |
| virtual IAlephTopology * | createTopology (ITraceMng *, AlephKernel *, Integer, Integer)=0 |
| virtual IAlephVector * | createVector (ITraceMng *, AlephKernel *, Integer)=0 |
| virtual IAlephMatrix * | createMatrix (ITraceMng *, AlephKernel *, Integer)=0 |
Interface of an implementation factory for Aleph.
This interface is used by AlephFactory to choose the underlying linear algebra library (for example, sloop, hypre,...)
Definition at line 187 of file AlephInterface.h.
|
inlinevirtual |
Definition at line 191 of file AlephInterface.h.