libMesh
Public Attributes | List of all members
libMesh::EimPointData Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ comp_index

unsigned int libMesh::EimPointData::comp_index

◆ elem_id

dof_id_type libMesh::EimPointData::elem_id

◆ node_id

dof_id_type libMesh::EimPointData::node_id

◆ qp_index

unsigned int libMesh::EimPointData::qp_index

◆ side_index

unsigned int libMesh::EimPointData::side_index

The documentation for this struct was generated from the following file: