![]() |
Shamrock 2025.10.0
Astrophysical Code
|
SolverGraph edge for GSPH ghost handler. More...
#include <shammodels/gsph/include/shammodels/gsph/solvergraph/GhostHandlerEdge.hpp>
Public Types | |
| using | GhostHandle = GSPHGhostHandler<Tvec> |
Public Member Functions | |
| GhostHandle & | get () |
| const GhostHandle & | get () const |
| bool | has_value () const |
| void | set (GhostHandle &&h) |
| virtual void | free_alloc () override |
| Free the allocated handler. | |
| Public Member Functions inherited from shamrock::solvergraph::IEdgeNamed | |
| IEdgeNamed (std::string name, std::string texsymbol) | |
| virtual std::string | _impl_get_dot_label () const |
| virtual std::string | _impl_get_tex_symbol () const |
| virtual std::string | get_raw_tex_symbol () const |
| Public Member Functions inherited from shamrock::solvergraph::IEdge | |
| IEdge (const IEdge &)=delete | |
| IEdge & | operator= (const IEdge &)=delete |
| would duplicate the uuid | |
| IEdge (IEdge &&) noexcept=default | |
| would duplicate the uuid | |
| IEdge & | operator= (IEdge &&) noexcept=default |
| std::string | get_label () const |
| std::string | get_tex_symbol () const |
| u64 | get_uuid () const |
| Get the UUID of the edge. | |
| Public Member Functions inherited from shamrock::solvergraph::IFreeable | |
| virtual | ~IFreeable () |
| Virtual destructor. | |
Public Attributes | |
| std::optional< GhostHandle > | handler |
SolverGraph edge for GSPH ghost handler.
Definition at line 28 of file GhostHandlerEdge.hpp.
| using shammodels::gsph::solvergraph::GhostHandlerEdge< Tvec >::GhostHandle = GSPHGhostHandler<Tvec> |
Definition at line 31 of file GhostHandlerEdge.hpp.
|
inlineoverridevirtual |
Free the allocated handler.
Implements shamrock::solvergraph::IFreeable.
Definition at line 57 of file GhostHandlerEdge.hpp.
|
inline |
Definition at line 35 of file GhostHandlerEdge.hpp.
|
inline |
Definition at line 42 of file GhostHandlerEdge.hpp.
|
inline |
Definition at line 49 of file GhostHandlerEdge.hpp.
|
inline |
Definition at line 51 of file GhostHandlerEdge.hpp.
| std::optional<GhostHandle> shammodels::gsph::solvergraph::GhostHandlerEdge< Tvec >::handler |
Definition at line 33 of file GhostHandlerEdge.hpp.