|
|
| Boundary_connection (Face &inside, int boundary_condition, int n_prescribed) |
| |
|
int | boundary_condition () const |
| |
|
Neighbor_connection & | neighbor_connection () |
| |
|
Storage_params | storage_params () |
| |
|
const Face & | inside () const |
| |
|
Face & | inside () |
| |
|
Face & | ghost () |
| |
|
const Face & | ghost () const |
| |
|
Array< double > | normal () |
| |
|
Array< double > | position () |
| |
|
Array< double > | state_cache () |
| |
|
Array< double > | flux_cache () |
| |
|
Array< double > | prescribed_data () |
| |
|
| Multiple (const Multiple &)=delete |
| |
|
| Multiple (Multiple &&that) |
| | steals all of that's partners, leaving that unconnected
|
| |
|
Multiple & | operator= (const Multiple &)=delete |
| |
| Multiple & | operator= (Multiple &&that) |
| | steals all of that's partners, leaving that unconnected
|
| |
|
next::Sequence< Base< void, void > & > | partners () |
| | provides access to the list of partners
|
| |
|
next::Sequence< const Base< void, void > & > | partners () const |
| | provides access to the list of partners
|
| |
|
virtual void * | _mine () |
| |
|
virtual const void * | _mine () const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| |
|
| void | _connect (Base< void, void > &that) |
| | may be overridden by derived classes to provide partners to data of some arbitrary type T
|
| |
|
void | _disconnect (Base< void, void > &that) |
| | mutually disconnects this and that by calling both of their _unset() member functions
|
| |
|
static void * | _yours (Base< void, void > &that) |
| | Accesses the _mine() of that
|
| |
|
static const void * | _yours (const Base< void, void > &that) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| |
|
Lock | _lock |
| |
The documentation for this class was generated from the following files:
- /home/micaiah/Desktop/hexed/include/Boundary_connection.hpp
- /home/micaiah/Desktop/hexed/libhexed/Boundary_connection.cpp