47 std::vector<Matrix> GammaB1pointer;
48 std::vector<Matrix> GammaD1pointer;
49 std::vector<Matrix> GammaA2pointer;
50 std::vector<Matrix> GammaC2pointer;
53 std::vector<Matrix> Bhat;
56 void shear_matrix_ptrs_setup(
void);
57 void bhat_setup(
void);
61 const Matrix &getGammaB1(
const size_t &node)
const;
62 Matrix &getGammaB1(
const size_t &node);
63 const Matrix &getGammaD1(
const size_t &node)
const;
64 Matrix &getGammaD1(
const size_t &node);
65 const Matrix &getGammaA2(
const size_t &node)
const;
66 Matrix &getGammaA2(
const size_t &node);
67 const Matrix &getGammaC2(
const size_t &node)
const;
68 Matrix &getGammaC2(
const size_t &node);
69 const Matrix &getBhat(
const size_t &j)
const;
70 Matrix &getBhat(
const size_t &j);
73 void DivideBHat(
const double &);
76 void computeB(
const double shp[3][4],
const double &,
const double &,
const Matrix &,
const double &);
ShellBData(void)
Constructor.
Definition: ShellBData.cc:90
Auxiliary data for shell elements.
Definition: ShellBData.h:42
const Matrix & computeBbarShear(const size_t &, const double &, const double &, const Matrix &) const
compute Bbar shear matrix
Definition: ShellBData.cc:160
const Matrix & computeBshear(const size_t &, const double shp[3][4]) const
compute standard Bshear matrix
Definition: ShellBData.cc:135
================================================================================
Definition: ContinuaReprComponent.h:34