32#include "axisym_navier_stokes.h"
98 for (
unsigned i = 0;
i < 3;
i++)
131 for (
unsigned i = 0;
i < 3;
i++)
135 for (
unsigned j = 0;
j < 2;
j++)
150 LinearisedAxisymmetricQTaylorHoodElement::fill_in_contribution_to_jacobian(
218 for (
unsigned i = 0;
i < 3;
i++)
251 for (
unsigned i = 0;
i < 3;
i++)
255 for (
unsigned j = 0;
j < 2;
j++)
270 LinearisedAxisymmetricQCrouzeixRaviartElement::
271 fill_in_contribution_to_jacobian(
residuals, jacobian);
339 for (
unsigned i = 0;
i < 3;
i++)
372 for (
unsigned i = 0;
i < 3;
i++)
376 for (
unsigned j = 0;
j < 2;
j++)
391 RefineableLinearisedAxisymmetricQTaylorHoodElement::
392 fill_in_contribution_to_jacobian(
residuals, jacobian);
460 for (
unsigned i = 0;
i < 3;
i++)
493 for (
unsigned i = 0;
i < 3;
i++)
497 for (
unsigned j = 0;
j < 2;
j++)
512 RefineableLinearisedAxisymmetricQCrouzeixRaviartElement::
513 fill_in_contribution_to_jacobian(
residuals, jacobian);
Build a LinearisedAxisymmetricQCrouzeixRaviart element that inherits from ElementWithExternalElement ...
void fill_in_contribution_to_jacobian(Vector< double > &residuals, DenseMatrix< double > &jacobian)
Compute the element's residual vector and the Jacobian matrix.
LinearisedAxisymmetricQCrouzeixRaviartMultiDomainElement()
Constructor: call the underlying constructors.
virtual void get_base_flow_dudx(const double &time, const unsigned &ipt, const Vector< double > &x, DenseMatrix< double > &result) const
Overload get_base_flow_dudx(...) to return the derivatives of the external element's velocity compone...
virtual void get_base_flow_u(const double &time, const unsigned &ipt, const Vector< double > &x, Vector< double > &result) const
Overload get_base_flow_u(...) to return the external element's velocity components at the integration...
Build a LinearisedAxisymmetricQTaylorHood element that inherits from ElementWithExternalElement so th...
virtual void get_base_flow_u(const double &time, const unsigned &ipt, const Vector< double > &x, Vector< double > &result) const
Overload get_base_flow_u(...) to return the external element's velocity components at the integration...
LinearisedAxisymmetricQTaylorHoodMultiDomainElement()
Constructor: call the underlying constructors.
virtual void get_base_flow_dudx(const double &time, const unsigned &ipt, const Vector< double > &x, DenseMatrix< double > &result) const
Overload get_base_flow_dudx(...) to return the derivatives of the external element's velocity compone...
void fill_in_contribution_to_jacobian(Vector< double > &residuals, DenseMatrix< double > &jacobian)
Compute the element's residual vector and the Jacobian matrix.
Build a RefineableLinearisedAxisymmetricQCrouzeixRaviart element that inherits from ElementWithExtern...
RefineableLinearisedAxisymmetricQCrouzeixRaviartMultiDomainElement()
Constructor: call the underlying constructors.
void fill_in_contribution_to_jacobian(Vector< double > &residuals, DenseMatrix< double > &jacobian)
Compute the element's residual vector and the Jacobian matrix.
virtual void get_base_flow_u(const double &time, const unsigned &ipt, const Vector< double > &x, Vector< double > &result) const
Overload get_base_flow_u(...) to return the external element's velocity components at the integration...
virtual void get_base_flow_dudx(const double &time, const unsigned &ipt, const Vector< double > &x, DenseMatrix< double > &result) const
Overload get_base_flow_dudx(...) to return the derivatives of the external element's velocity compone...
Build a RefineableLinearisedAxisymmetricQTaylorHood element that inherits from ElementWithExternalEle...
void fill_in_contribution_to_jacobian(Vector< double > &residuals, DenseMatrix< double > &jacobian)
Compute the element's residual vector and the Jacobian matrix.
RefineableLinearisedAxisymmetricQTaylorHoodMultiDomainElement()
Constructor: call the underlying constructors.
virtual void get_base_flow_u(const double &time, const unsigned &ipt, const Vector< double > &x, Vector< double > &result) const
Overload get_base_flow_u(...) to return the external element's velocity components at the integration...
virtual void get_base_flow_dudx(const double &time, const unsigned &ipt, const Vector< double > &x, DenseMatrix< double > &result) const
Overload get_base_flow_dudx(...) to return the derivatives of the external element's velocity compone...
Crouzeix_Raviart elements are Navier–Stokes elements with quadratic interpolation for velocities and ...
Taylor–Hood elements are Navier–Stokes elements with quadratic interpolation for velocities and posit...
This is a base class for all elements that require external sources (e.g. FSI, multi-domain problems ...
Vector< double > & external_element_local_coord(const unsigned &interaction_index, const unsigned &ipt)
Access function to get source element's local coords for specified interaction index at specified int...
void set_ninteraction(const unsigned &n_interaction)
Set the number of interactions in the element This function is usually called in the specific element...
void ignore_external_interaction_data()
Do not include any external interaction data when computing the element's Jacobian.
void fill_in_jacobian_from_external_interaction_by_fd(Vector< double > &residuals, DenseMatrix< double > &jacobian)
Calculate the contributions to the jacobian from all external interaction degrees of freedom (geometr...
FiniteElement *& external_element_pt(const unsigned &interaction_index, const unsigned &ipt)
Access function to source element for specified interaction index at specified integration point.
void ignore_external_geometric_data()
Do not include any external geometric data when computing the element's Jacobian. This function shoul...
Crouzeix-Raviart elements are Navier-Stokes elements with quadratic interpolation for velocities and ...
Taylor–Hood elements are Navier–Stokes elements with quadratic interpolation for velocities and posit...
Refineable version of linearised axisymmetric quadratic Crouzeix-Raviart elements.
Refineable version of linearised axisymmetric quadratic Taylor-Hood elements.
TAdvectionDiffusionReactionElement<NREAGENT,DIM,NNODE_1D> elements are isoparametric triangular DIM-d...
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).