Skip to content
Snippets Groups Projects
Commit 0ed9b822 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] added docu

parent 6380a7fa
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
namespace ProcessLib namespace ProcessLib
{ {
//! Returns the value for the given \c node_id and \c global_component_id from
//! the vector \c x.
double getNodalValue(GlobalVector const& x, MeshLib::Mesh const& mesh, double getNodalValue(GlobalVector const& x, MeshLib::Mesh const& mesh,
NumLib::LocalToGlobalIndexMap const& dof_table, NumLib::LocalToGlobalIndexMap const& dof_table,
std::size_t const node_id, std::size_t const node_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment