#include <Telements.h>
◆ d2shape_local()
Second derivatives of shape functions for specific TElement<2,2>: d2psids(i,0) = \( \partial^2 \psi_j / \partial s_0^2 \) d2psids(i,1) = \( \partial^2 \psi_j / \partial s_1^2 \) d2psids(i,2) = \( \partial^2 \psi_j / \partial s_0 \partial s_1 \)
559 for (
unsigned i = 0;
i < 3;
i++)
int i
Definition: BiCGSTAB_step_by_step.cpp:9
void dshape_local(const Vector< double > &s, Shape &psi, DShape &dpsids) const
Derivatives of shape functions for specific TElement<2,2>
Definition: Telements.h:532
References i, and s.
◆ dshape_local()
Derivatives of shape functions for specific TElement<2,2>
void shape(const Vector< double > &s, Shape &psi) const
Shape function for specific TElement<2,2>
Definition: Telements.h:521
References oomph::OneDimLagrange::shape().
◆ local_coordinate_of_node()
Return local coordinates of node j.
506 std::ostringstream error_message;
508 <<
"Element only has three nodes; called with node number " <<
j
511 throw OomphLibError(error_message.str(),
RealScalar s
Definition: level1_cplx_impl.h:130
#define OOMPH_EXCEPTION_LOCATION
Definition: oomph_definitions.h:61
#define OOMPH_CURRENT_FUNCTION
Definition: oomph_definitions.h:86
std::ptrdiff_t j
Definition: tut_arithmetic_redux_minmax.cpp:2
References j, OOMPH_CURRENT_FUNCTION, OOMPH_EXCEPTION_LOCATION, and s.
◆ shape()
Shape function for specific TElement<2,2>
525 psi[2] = 1.0 -
s[0] -
s[1];
References s.
The documentation for this class was generated from the following file: