41 template<
unsigned DIM>
44 unsigned n_pres = this->npres_nst();
63 template<
unsigned DIM>
68 unsigned u_index[
DIM];
69 for (
unsigned i = 0;
i <
DIM;
i++)
71 u_index[
i] = this->u_index_nst(
i);
80 for (
unsigned i = 0;
i <
DIM;
i++)
100 template<
unsigned DIM>
110 for (
unsigned j = 0;
j <
nval;
j++)
137 4, 4, 4, 4, 3, 3, 3, 3, 3, 3};
149 template<
unsigned DIM>
169 template<
unsigned DIM>
186 template<
unsigned DIM>
190 unsigned n_pres = npres_nst();
211 template<
unsigned DIM>
221 for (
unsigned i = 0;
i <
DIM;
i++)
240 template<
unsigned DIM>
245 unsigned n_pres = npres_nst();
void pin(const unsigned &i)
Pin the i-th stored variable.
void unpin(const unsigned &i)
Unpin the i-th stored variable.
unsigned nvalue() const
Return number of values stored in data object (incl pinned ones).
unsigned nnode() const
Return the number of nodes.
Node *& node_pt(const unsigned &n)
Return a pointer to the local node n.
Data *& internal_data_pt(const unsigned &i)
Return a pointer to i-th internal data object.
unsigned ninternal_data() const
Return the number of internal data objects.
Nodes are derived from Data, but, in addition, have a definite (Eulerian) position in a space of a gi...
TAdvectionDiffusionReactionElement<NREAGENT,DIM,NNODE_1D> elements are isoparametric triangular DIM-d...
TAdvectionDiffusionReactionElement()
Constructor: Call constructors for TElement and AdvectionDiffusionReaction equations.
void identify_load_data(std::set< std::pair< Data *, unsigned > > &paired_load_data)
Add to the set paired_load_data pairs of pointers to data objects and unsignedegers that index the va...
void identify_pressure_data(std::set< std::pair< Data *, unsigned > > &paired_pressure_data)
Add to the set paired_pressure_data pairs containing.
void unpin_all_internal_pressure_dofs()
Unpin all internal pressure dofs.
Taylor–Hood elements are Navier–Stokes elements with quadratic interpolation for velocities and posit...
void pin_all_nodal_pressure_dofs()
Pin all nodal pressure dofs.
void unpin_proper_nodal_pressure_dofs()
Unpin the proper nodal pressure dofs.
void unpin_all_nodal_pressure_dofs()
Unpin all pressure dofs.
void identify_pressure_data(std::set< std::pair< Data *, unsigned > > &paired_pressure_data)
Add to the set paired_pressure_data pairs containing.
void identify_load_data(std::set< std::pair< Data *, unsigned > > &paired_load_data)
Add to the set paired_load_data pairs containing.
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).