libMesh
|
This struct is used to encapsulate the arguments required to specify an EIM point that we may add to our list of interpolation points. More...
#include <rb_eim_construction.h>
Public Attributes | |
dof_id_type | elem_id |
dof_id_type | node_id |
unsigned int | side_index |
unsigned int | comp_index |
unsigned int | qp_index |
This struct is used to encapsulate the arguments required to specify an EIM point that we may add to our list of interpolation points.
Definition at line 48 of file rb_eim_construction.h.
unsigned int libMesh::EimPointData::comp_index |
Definition at line 53 of file rb_eim_construction.h.
Referenced by libMesh::RBEIMConstruction::enrich_eim_approximation_on_interiors(), libMesh::RBEIMConstruction::enrich_eim_approximation_on_nodes(), libMesh::RBEIMConstruction::enrich_eim_approximation_on_sides(), and libMesh::RBEIMConstruction::get_random_point().
dof_id_type libMesh::EimPointData::elem_id |
Definition at line 50 of file rb_eim_construction.h.
Referenced by libMesh::RBEIMConstruction::enrich_eim_approximation_on_interiors(), libMesh::RBEIMConstruction::enrich_eim_approximation_on_sides(), and libMesh::RBEIMConstruction::get_random_point().
dof_id_type libMesh::EimPointData::node_id |
Definition at line 51 of file rb_eim_construction.h.
Referenced by libMesh::RBEIMConstruction::enrich_eim_approximation_on_nodes(), and libMesh::RBEIMConstruction::get_random_point().
unsigned int libMesh::EimPointData::qp_index |
Definition at line 54 of file rb_eim_construction.h.
Referenced by libMesh::RBEIMConstruction::enrich_eim_approximation_on_interiors(), libMesh::RBEIMConstruction::enrich_eim_approximation_on_sides(), and libMesh::RBEIMConstruction::get_random_point().
unsigned int libMesh::EimPointData::side_index |
Definition at line 52 of file rb_eim_construction.h.
Referenced by libMesh::RBEIMConstruction::enrich_eim_approximation_on_sides(), and libMesh::RBEIMConstruction::get_random_point().