|
|
| Face (Storage_params, int i_dim, int sign, bool is_deformed, double *data=nullptr) |
| |
|
int | i_dim () const |
| |
|
int | sign () const |
| |
|
int | i_face () const |
| |
|
bool | is_deformed () const |
| |
|
Storage_params | storage_params () const |
| |
|
void | associate (Element &) |
| |
|
void | associate (Face_refinement &) |
| |
|
void | associate (Boundary_connection &) |
| |
|
Element * | element () |
| |
|
Face_refinement * | face_ref_coarse () |
| |
|
Boundary_connection * | boundary_connection () |
| |
|
bool | associated () const |
| |
|
void | connect (Reciprocal_ptr< Neighbor_connection, Face > &) |
| |
|
void | connect (Reciprocal_ptr< Face_refinement, Face > &) |
| |
|
void | disconnect () |
| |
|
Neighbor_connection * | neighbor_connection () |
| |
|
Face_refinement * | face_ref_fine () |
| |
|
bool | connected () const |
| |
|
Array< double > | flow_state () |
| |
|
Array< double > | advection_state () |
| |
|
Array< double > | full_state () |
| |
|
Array< double > | normal () |
| |
| Array< double > | discontinuity () |
| |
|
int | mask () const |
| |
|
double | nominal_area () const |
| |
|
Element * | find_element () |
| |
|
| 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 |
| |
◆ discontinuity()
| Array< double > hexed::Face::discontinuity |
( |
| ) |
|
layout: [state, flux][n_var]
The documentation for this class was generated from the following files:
- /home/micaiah/Desktop/hexed/include/Face.hpp
- /home/micaiah/Desktop/hexed/libhexed/Face.cpp