libMesh
|
Go to the source code of this file.
Namespaces | |
libMesh | |
The libMesh namespace provides an interface to certain functionality in the library. | |
Functions | |
void | libMesh::lagrange_nodal_soln (const Elem *elem, const Order order, const std::vector< Number > &elem_soln, std::vector< Number > &nodal_soln, bool add_p_level=true) |
Helper functions for Lagrange-based basis functions. More... | |
libMesh::LIBMESH_FE_NODAL_SOLN (LAGRANGE, lagrange_nodal_soln) | |