Functions
oomph::LinearElasticityTractionElementHelper Namespace Reference

Namespace containing the zero traction function for linear elasticity traction elements. More...

Functions

void Zero_traction_fct (const double &time, const Vector< double > &x, const Vector< double > &N, Vector< double > &load)
 Default load function (zero traction) More...
 

Detailed Description

Namespace containing the zero traction function for linear elasticity traction elements.

Function Documentation

◆ Zero_traction_fct()

void oomph::LinearElasticityTractionElementHelper::Zero_traction_fct ( const double &  time,
const Vector< double > &  x,
const Vector< double > &  N,
Vector< double > &  load 
)

Default load function (zero traction)

Definition at line 52 of file linear_elasticity_traction_elements.h.

References i.

Referenced by oomph::LinearElasticityTractionElement< ELEMENT >::LinearElasticityTractionElement().