Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#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 |
InactiveDouble * | w |
InactiveDouble * | jac |
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 |
Definition at line 21 of file adic_element_fill.ad.c.
|
inline |
Definition at line 99 of file fe_jac_fill_funcs.hpp.
|
inline |
Definition at line 78 of file rad_fe_adj_fill.cpp.
static const unsigned int ElemData::nqp = 2 |
Definition at line 22 of file adic_element_fill.ad.c.
static const unsigned int ElemData::nnode = 2 |
Definition at line 23 of file adic_element_fill.ad.c.
double ElemData::w |
Definition at line 24 of file adic_element_fill.ad.c.
double ElemData::jac |
Definition at line 24 of file adic_element_fill.ad.c.
double ElemData::phi |
Definition at line 24 of file adic_element_fill.ad.c.
double ElemData::dphi |
Definition at line 24 of file adic_element_fill.ad.c.
unsigned int ElemData::gid |
Definition at line 25 of file adic_element_fill.ad.c.
|
static |
Definition at line 94 of file fe_jac_fill_funcs.hpp.
|
static |
Definition at line 95 of file fe_jac_fill_funcs.hpp.
double ElemData::w[nqp] |
Definition at line 96 of file fe_jac_fill_funcs.hpp.
double ElemData::jac[nqp] |
Definition at line 96 of file fe_jac_fill_funcs.hpp.
Definition at line 96 of file fe_jac_fill_funcs.hpp.
Definition at line 96 of file fe_jac_fill_funcs.hpp.
unsigned int ElemData::gid[nnode] |
Definition at line 97 of file fe_jac_fill_funcs.hpp.