FEI Package Browser (Single Doxygen Collection)  Version of the Day
Public Member Functions | Public Attributes | List of all members
sumInElem Class Reference

#include <driverData.hpp>

Public Member Functions

 sumInElem ()
 
 ~sumInElem ()
 

Public Attributes

GlobalID elemBlockID
 
GlobalID elemID
 
int numNodes
 
GlobalIDnodeIDs
 
int numRows
 
double * stiff1D
 
double ** stiffness
 
double * load
 
int elemFormat
 

Detailed Description

Definition at line 28 of file driverData.hpp.

Constructor & Destructor Documentation

◆ sumInElem()

sumInElem::sumInElem ( )
inline

Definition at line 30 of file driverData.hpp.

◆ ~sumInElem()

sumInElem::~sumInElem ( )
inline

Definition at line 31 of file driverData.hpp.

References load, nodeIDs, stiff1D, and stiffness.

Member Data Documentation

◆ elemBlockID

GlobalID sumInElem::elemBlockID

Definition at line 38 of file driverData.hpp.

Referenced by driverData::call_fei_method(), and driverData::readData().

◆ elemID

GlobalID sumInElem::elemID

Definition at line 39 of file driverData.hpp.

Referenced by driverData::call_fei_method(), and driverData::readData().

◆ numNodes

int sumInElem::numNodes

Definition at line 40 of file driverData.hpp.

Referenced by driverData::readData().

◆ nodeIDs

GlobalID* sumInElem::nodeIDs

Definition at line 41 of file driverData.hpp.

Referenced by driverData::call_fei_method(), driverData::readData(), and ~sumInElem().

◆ numRows

int sumInElem::numRows

Definition at line 42 of file driverData.hpp.

Referenced by driverData::readData().

◆ stiff1D

double* sumInElem::stiff1D

Definition at line 43 of file driverData.hpp.

Referenced by driverData::readData(), and ~sumInElem().

◆ stiffness

double** sumInElem::stiffness

Definition at line 44 of file driverData.hpp.

Referenced by driverData::call_fei_method(), driverData::readData(), and ~sumInElem().

◆ load

double* sumInElem::load

Definition at line 45 of file driverData.hpp.

Referenced by driverData::call_fei_method(), driverData::readData(), and ~sumInElem().

◆ elemFormat

int sumInElem::elemFormat

Definition at line 46 of file driverData.hpp.

Referenced by driverData::call_fei_method(), and driverData::readData().


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