![]() |
v0.15.5 |
#include "src/interfaces/PipelineGraph.hpp"
Public Member Functions | |
| MoFEMErrorCode | query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const |
| Query interface for type-safe casting. | |
| PipelineGraph (const MoFEM::Core &core) | |
Public Member Functions inherited from MoFEM::UnknownInterface | |
| template<class IFACE > | |
| MoFEMErrorCode | registerInterface (bool error_if_registration_failed=true) |
| Register interface. | |
| template<class IFACE > | |
| MoFEMErrorCode | getInterface (IFACE *&iface) const |
| Get interface reference to pointer of interface. | |
| template<class IFACE > | |
| MoFEMErrorCode | getInterface (IFACE **const iface) const |
| Get interface pointer to pointer of interface. | |
| template<class IFACE , typename boost::enable_if< boost::is_pointer< IFACE >, int >::type = 0> | |
| IFACE | getInterface () const |
| Get interface pointer to pointer of interface. | |
| template<class IFACE , typename boost::enable_if< boost::is_reference< IFACE >, int >::type = 0> | |
| IFACE | getInterface () const |
| Get reference to interface. | |
| template<class IFACE > | |
| IFACE * | getInterface () const |
| Function returning pointer to interface. | |
| virtual | ~UnknownInterface ()=default |
Static Public Member Functions | |
| static MoFEMErrorCode | writeGraphGraphviz (std::string filename, std::string pip_name, const boost::ptr_deque< ForcesAndSourcesCore::UserDataOperator > &pip) |
| Pipeline graph to Graphviz file. | |
| static MoFEMErrorCode | writeKSPGraphGraphviz (KspCtx *ksp_ctx, std::string filename) |
| KSP graph to Graphviz file. | |
| static MoFEMErrorCode | writeSNESGraphGraphviz (SnesCtx *snes_ctx, std::string file_name) |
| SNES graph to Graphviz file. | |
| static MoFEMErrorCode | writeTSGraphGraphviz (TsCtx *ts_ctx, std::string file_name) |
| TS graph to Graphviz file. | |
| static MoFEMErrorCode | writePiplineManagerGraphGraphviz (std::string filename, PipelineManager *pip_mng) |
| Write pipeline manager graph to Graphviz file. | |
Static Public Member Functions inherited from MoFEM::UnknownInterface | |
| static MoFEMErrorCode | getLibVersion (Version &version) |
| Get library version. | |
| static MoFEMErrorCode | getFileVersion (moab::Interface &moab, Version &version) |
| Get database major version. | |
| static MoFEMErrorCode | setFileVersion (moab::Interface &moab, Version version=Version(MoFEM_VERSION_MAJOR, MoFEM_VERSION_MINOR, MoFEM_VERSION_BUILD)) |
| Get database major version. | |
| static MoFEMErrorCode | getInterfaceVersion (Version &version) |
| Get database major version. | |
Private Attributes | |
| MoFEM::Core & | cOre |
| Reference to MoFEM core instance. | |
Definition at line 16 of file PipelineGraph.hpp.
| MoFEM::PipelineGraph::PipelineGraph | ( | const MoFEM::Core & | core | ) |
Definition at line 390 of file PipelineGraph.cpp.
|
virtual |
Query interface for type-safe casting.
| type_index | Type index of the requested interface |
| iface | Pointer to interface pointer to be set |
Implements MoFEM::UnknownInterface.
Definition at line 384 of file PipelineGraph.cpp.
|
static |
Pipeline graph to Graphviz file.
| filename | |
| pip_name | |
| pip |
Definition at line 145 of file PipelineGraph.cpp.
|
static |
KSP graph to Graphviz file.
| ts | |
| filename |
Definition at line 210 of file PipelineGraph.cpp.
|
static |
Write pipeline manager graph to Graphviz file.
| filename |
Definition at line 322 of file PipelineGraph.cpp.
|
static |
SNES graph to Graphviz file.
| snes_ctx | |
| file_name |
Definition at line 239 of file PipelineGraph.cpp.
|
static |
TS graph to Graphviz file.
| snes_ctx | |
| file_name |
Definition at line 275 of file PipelineGraph.cpp.
|
private |
Reference to MoFEM core instance.
Definition at line 82 of file PipelineGraph.hpp.