action functions
|
Please note that the library has not been "officially" released. While we continue to work on the documentation, these web pages are likely to contain broken links and documents in draft form. Please send an email to if you wish to be informed of the library's "official" release. |
#include <shape.h>
Inheritance diagram for oomph::OneDimensionalLegendreShape< NNODE_1D >:

Definition at line 671 of file shape.h.
Public Member Functions | |
| OneDimensionalLegendreShape (const double &s) | |
| Constructor. | |
Static Public Member Functions | |
| static void | calculate_nodal_positions () |
| Static function used to populate the stored positions. | |
| static double | nodal_position (const unsigned &n) |
Static Public Attributes | |
| static Vector< double > | z |
Static Private Attributes | |
| static bool | Nodes_calculated = false |
| oomph::OneDimensionalLegendreShape< NNODE_1D >::OneDimensionalLegendreShape | ( | const double & | s | ) | [inline] |
Constructor.
Definition at line 692 of file shape.h.
References oomph::Orthpoly::dlegendre(), oomph::Orthpoly::eps, oomph::Orthpoly::legendre(), and oomph::OneDimensionalLegendreShape< NNODE_1D >::z.
| static void oomph::OneDimensionalLegendreShape< NNODE_1D >::calculate_nodal_positions | ( | ) | [inline, static] |
Static function used to populate the stored positions.
Definition at line 679 of file shape.h.
References oomph::Orthpoly::gll_nodes(), oomph::OneDimensionalLegendreShape< NNODE_1D >::Nodes_calculated, and oomph::OneDimensionalLegendreShape< NNODE_1D >::z.
| static double oomph::OneDimensionalLegendreShape< NNODE_1D >::nodal_position | ( | const unsigned & | n | ) | [inline, static] |
Definition at line 688 of file shape.h.
References oomph::OneDimensionalLegendreShape< NNODE_1D >::z.
bool oomph::OneDimensionalLegendreShape< NNODE_1D >::Nodes_calculated = false [static, private] |
Definition at line 673 of file shape.h.
Referenced by oomph::OneDimensionalLegendreShape< NNODE_1D >::calculate_nodal_positions().
Vector< double > oomph::OneDimensionalLegendreShape< NNODE_1D >::z [static] |
1.4.7