SCoupling< M, O >::SCoupledElement Struct Reference

#include <SCoupling.h>

Public Attributes

ELEMENTbulk_elem_pt
 
int face_index
 
Vector< Vector< double * > > surface_node_position_pt
 
Vector< CoupledSolidNode * > node_pt
 
Vector< doublecenter_local
 

Detailed Description

template<class M, class O>
struct SCoupling< M, O >::SCoupledElement

information needed to link surface-coupled oomph elements to DPM

Todo:
should we move this to SurfaceCoupledElement.h?

Member Data Documentation

◆ bulk_elem_pt

template<class M , class O >
ELEMENT* SCoupling< M, O >::SCoupledElement::bulk_elem_pt

◆ center_local

template<class M , class O >
Vector<double> SCoupling< M, O >::SCoupledElement::center_local

◆ face_index

template<class M , class O >
int SCoupling< M, O >::SCoupledElement::face_index

◆ node_pt

template<class M , class O >
Vector<CoupledSolidNode*> SCoupling< M, O >::SCoupledElement::node_pt

◆ surface_node_position_pt

template<class M , class O >
Vector<Vector<double*> > SCoupling< M, O >::SCoupledElement::surface_node_position_pt

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