QHarmonicElement<NNODE_1D> elements are 1D Elements with NNODE_1D nodal points that are used to solve the Harmonic eigenvalue Problem described by HarmonicEquations. More...
Public Member Functions | |
QHarmonicElement () | |
Constructor: Call constructors for QElement and Poisson equations. More... | |
unsigned | required_nvalue (const unsigned &n) const |
Required # of ‘values’ (pinned or dofs) at node n. More... | |
void | output (ostream &outfile) |
Output function overloaded from HarmonicEquations. More... | |
void | output (ostream &outfile, const unsigned &Nplot) |
Output function overloaded from HarmonicEquations. More... | |
Protected Member Functions | |
double | dshape_eulerian (const Vector< double > &s, Shape &psi, DShape &dpsidx) const |
Shape, test functions & derivs. w.r.t. to global coords. Return Jacobian. More... | |
double | dshape_eulerian_at_knot (const unsigned &ipt, Shape &psi, DShape &dpsidx) const |
Shape, test functions & derivs. w.r.t. to global coords. at integration point ipt. Return Jacobian. More... | |
QHarmonicElement<NNODE_1D> elements are 1D Elements with NNODE_1D nodal points that are used to solve the Harmonic eigenvalue Problem described by HarmonicEquations.
Definition at line 222 of file harmonic.cc.
|
inline |
Constructor: Call constructors for QElement and Poisson equations.
Definition at line 230 of file harmonic.cc.
|
inlineprotected |
Shape, test functions & derivs. w.r.t. to global coords. Return Jacobian.
Definition at line 248 of file harmonic.cc.
|
inlineprotected |
Shape, test functions & derivs. w.r.t. to global coords. at integration point ipt. Return Jacobian.
Definition at line 256 of file harmonic.cc.
|
inline |
Output function overloaded from HarmonicEquations.
Definition at line 237 of file harmonic.cc.
|
inline |
Output function overloaded from HarmonicEquations.
Definition at line 241 of file harmonic.cc.
|
inline |
Required # of ‘values’ (pinned or dofs) at node n.
Definition at line 234 of file harmonic.cc.