libMesh
Loading...
Searching...
No Matches
Namespaces | Functions
fe_lagrange.C File Reference

Go to the source code of this file.

Namespaces

namespace  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.
 
 libMesh::LIBMESH_FE_NODAL_SOLN (LAGRANGE, lagrange_nodal_soln)