Public Member Functions | |
virtual void | FillGraph (const F &spc, const int power=2, const bool verbose=false) |
virtual Graph< typename F::type * > | getGraph () const |
virtual void | SplitGraph (const int nPparts) |
virtual Sequence< typename F::type * > | getSubDomain (const int Part) const |
virtual Sequence< bool > | getSubDomainBool (const int Part) const |
SpaceGraph (const F &spc, const int power=2, const bool verbose=false) | |
SpaceGraph (const std::unique_ptr< F > p_spc, const int power=2, const bool verbose=false) | |
SpaceGraph (const F *p_spc, const int power=2, const bool verbose=false) | |
Protected Types | |
typedef F::type | type |
typedef F::type::type | t_type |
Protected Attributes | |
Graph< type * > | graph_ |
Definition at line 18 of file spaceGraph.hh.
|
protected |
Definition at line 22 of file spaceGraph.hh.
|
protected |
Definition at line 21 of file spaceGraph.hh.
|
inline |
Definition at line 31 of file spaceGraph.hh.
|
inline |
Definition at line 37 of file spaceGraph.hh.
|
inline |
Definition at line 43 of file spaceGraph.hh.
|
inline |
Definition at line 49 of file spaceGraph.hh.
|
virtual |
Definition at line 53 of file spaceGraph.hh.
|
virtual |
Definition at line 72 of file spaceGraph.hh.
|
virtual |
Definition at line 84 of file spaceGraph.hh.
|
virtual |
Definition at line 90 of file spaceGraph.hh.
|
virtual |
Definition at line 78 of file spaceGraph.hh.
|
protected |
Definition at line 23 of file spaceGraph.hh.