XC Open source finite element analysis program
|
Auxiliary data for shell elements. More...
#include <ShellBData.h>
Public Member Functions | |
ShellBData (void) | |
Constructor. | |
const Matrix & | getGammaB1 (const size_t &node) const |
Matrix & | getGammaB1 (const size_t &node) |
const Matrix & | getGammaD1 (const size_t &node) const |
Matrix & | getGammaD1 (const size_t &node) |
const Matrix & | getGammaA2 (const size_t &node) const |
Matrix & | getGammaA2 (const size_t &node) |
const Matrix & | getGammaC2 (const size_t &node) const |
Matrix & | getGammaC2 (const size_t &node) |
const Matrix & | getBhat (const size_t &j) const |
Matrix & | getBhat (const size_t &j) |
void | ZeroBHat (void) |
void | DivideBHat (const double &) |
const Matrix & | computeBshear (const size_t &, const double shp[3][4]) const |
compute standard Bshear matrix | |
const Matrix & | computeBbarShear (const size_t &, const double &, const double &, const Matrix &) const |
compute Bbar shear matrix | |
void | computeB (const double shp[3][4], const double &, const double &, const Matrix &, const double &) |
Auxiliary data for shell elements.