![]() |
|
#include <gen_axisym_advection_diffusion_elements.h>
Public Member Functions | |
QGeneralisedAxisymAdvectionDiffusionElement () | |
QGeneralisedAxisymAdvectionDiffusionElement (const QGeneralisedAxisymAdvectionDiffusionElement< NNODE_1D > &dummy)=delete | |
Broken copy constructor. More... | |
unsigned | required_nvalue (const unsigned &n) const |
Broken assignment operator. More... | |
void | output (std::ostream &outfile) |
void | output (std::ostream &outfile, const unsigned &n_plot) |
void | output (FILE *file_pt) |
void | output (FILE *file_pt, const unsigned &n_plot) |
void | output_fct (std::ostream &outfile, const unsigned &n_plot, FiniteElement::SteadyExactSolutionFctPt exact_soln_pt) |
void | output_fct (std::ostream &outfile, const unsigned &n_plot, const double &time, FiniteElement::UnsteadyExactSolutionFctPt exact_soln_pt) |
Protected Member Functions | |
double | dshape_and_dtest_eulerian_cons_axisym_adv_diff (const Vector< double > &s, Shape &psi, DShape &dpsidx, Shape &test, DShape &dtestdx) const |
double | dshape_and_dtest_eulerian_at_knot_cons_axisym_adv_diff (const unsigned &ipt, Shape &psi, DShape &dpsidx, Shape &test, DShape &dtestdx) const |
Static Private Attributes | |
static const unsigned | Initial_Nvalue = 1 |
//////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// QGeneralisedAxisymAdvectionDiffusionElement elements are linear/quadrilateral/brick-shaped Advection Diffusion elements with isoparametric interpolation for the function.
|
inline |
Constructor: Call constructors for QElement and Advection Diffusion equations
|
delete |
Broken copy constructor.
|
inlineprotected |
Shape, test functions & derivs. w.r.t. to global coords. at integration point ipt. Return Jacobian.
Define the shape functions and test functions and derivatives w.r.t. global coordinates and return Jacobian of mapping.
Galerkin: Test functions = shape functions
References J.
|
inlineprotected |
Shape, test functions & derivs. w.r.t. to global coords. Return Jacobian.
Define the shape functions and test functions and derivatives w.r.t. global coordinates and return Jacobian of mapping.
Galerkin: Test functions = shape functions
|
inline |
C-style output function: r,z,u
References oomph::output().
|
inline |
C-style output function: r,z,u at n_plot^2 plot points
References oomph::output().
|
inline |
Output function: r,z,u
References oomph::output().
|
inline |
Output function: r,z,u at n_plot^2 plot points
References oomph::output().
|
inline |
Output function for a time-dependent exact solution. r,z,u_exact at n_plot^2 plot points (Calls the steady version)
References oomph::output_fct().
|
inline |
Output function for an exact solution: r,z,u_exact at n_plot^2 plot points
References oomph::output_fct().
|
inline |
Broken assignment operator.
Required # of ‘values’ (pinned or dofs) at node n
|
staticprivate |
Static array of ints to hold number of variables at nodes: Initial_Nvalue[n]