![]() |
|
#include <algebraic_elements.h>
Public Member Functions | |
AlgebraicElementBase () | |
Empty constructor. More... | |
AlgebraicElementBase (const AlgebraicElementBase &)=delete | |
Broken copy constructor. More... | |
void | operator= (const AlgebraicElementBase &)=delete |
Broken assignment operator. More... | |
void | setup_algebraic_node_update (Node *&node_pt, const Vector< double > &s_father, FiniteElement *father_el_pt) const |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// Base class for algebraic elements.
|
delete |
Broken copy constructor.
|
delete |
Broken assignment operator.
void oomph::AlgebraicElementBase::setup_algebraic_node_update | ( | Node *& | node_pt, |
const Vector< double > & | s_father, | ||
FiniteElement * | father_el_pt | ||
) | const |
Set up node update info for (newly created) algebraic node: I.e. work out its node update information by interpolation from the father element. Pass pointer to father element and the newly created node's local coordinate in the father element.
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// Set up node update info for (newly created) algebraic node: Work out its node update information by interpolation from its father element, based on pointer to father element and its local coordinate in the father element. We're creating the node update info for update functions that are shared by all nodes in the father element.
Now loop over the ids and check if they appear in all nodes
References oomph::AlgebraicNode::add_node_update_info(), i, j, oomph::AlgebraicNode::mesh_pt(), oomph::FiniteElement::nnode(), oomph::FiniteElement::node_pt(), oomph::AlgebraicNode::node_update(), oomph::AlgebraicNode::nref_value(), oomph::FiniteElement::shape(), oomph::AlgebraicMesh::update_node_update(), oomph::AlgebraicNode::vector_geom_object_pt(), and oomph::AlgebraicNode::vector_ref_value().
Referenced by oomph::RefineableQElement< 3 >::build(), oomph::RefineableQElement< 1 >::build(), oomph::RefineableQElement< 2 >::build(), oomph::PRefineableQElement< 1, INITIAL_NNODE_1D >::p_refine(), oomph::PRefineableQElement< 2, INITIAL_NNODE_1D >::p_refine(), and oomph::PRefineableQElement< 3, INITIAL_NNODE_1D >::p_refine().