Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ElemData Struct Reference

#include <fe_jac_fill_funcs.hpp>

Public Member Functions

 ElemData (double mesh_spacing)
 
 ElemData (double mesh_spacing)
 

Public Attributes

int nqp = 2
 
int nnode = 2
 
InactiveDoublew
 
InactiveDoublejac
 
InactiveDouble ** phi
 
InactiveDouble ** dphi
 
int * gid
 
double w [nqp]
 
double jac [nqp]
 
double phi [nqp][nnode]
 
double dphi [nqp][nnode]
 
unsigned int gid [nnode]
 

Static Public Attributes

static const unsigned int nqp = 2
 
static const unsigned int nnode = 2
 

Detailed Description

Definition at line 21 of file adic_element_fill.ad.c.

Constructor & Destructor Documentation

◆ ElemData() [1/2]

ElemData::ElemData ( double mesh_spacing)
inline

Definition at line 100 of file fe_jac_fill_funcs.hpp.

◆ ElemData() [2/2]

ElemData::ElemData ( double mesh_spacing)
inline

Definition at line 79 of file rad_fe_adj_fill.cpp.

Member Data Documentation

◆ nqp [1/2]

static const unsigned int ElemData::nqp = 2

Definition at line 22 of file adic_element_fill.ad.c.

◆ nnode [1/2]

static const unsigned int ElemData::nnode = 2

Definition at line 23 of file adic_element_fill.ad.c.

◆ w [1/2]

double ElemData::w

Definition at line 24 of file adic_element_fill.ad.c.

◆ jac [1/2]

double ElemData::jac

Definition at line 24 of file adic_element_fill.ad.c.

◆ phi [1/2]

double ElemData::phi

Definition at line 24 of file adic_element_fill.ad.c.

◆ dphi [1/2]

double ElemData::dphi

Definition at line 24 of file adic_element_fill.ad.c.

◆ gid [1/2]

unsigned int ElemData::gid

Definition at line 25 of file adic_element_fill.ad.c.

◆ nqp [2/2]

const unsigned int ElemData::nqp = 2
static

Definition at line 95 of file fe_jac_fill_funcs.hpp.

◆ nnode [2/2]

const unsigned int ElemData::nnode = 2
static

Definition at line 96 of file fe_jac_fill_funcs.hpp.

◆ w [2/2]

double ElemData::w[nqp]

Definition at line 97 of file fe_jac_fill_funcs.hpp.

◆ jac [2/2]

double ElemData::jac[nqp]

Definition at line 97 of file fe_jac_fill_funcs.hpp.

◆ phi [2/2]

double ElemData::phi[nqp][nnode]

Definition at line 97 of file fe_jac_fill_funcs.hpp.

◆ dphi [2/2]

double ElemData::dphi[nqp][nnode]

Definition at line 97 of file fe_jac_fill_funcs.hpp.

◆ gid [2/2]

unsigned int ElemData::gid[nnode]

Definition at line 98 of file fe_jac_fill_funcs.hpp.


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