Skip to content
Snippets Groups Projects
Commit 885ab6d8 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

correct some typos and CMakeLists

parent 0e8d558a
No related branches found
No related tags found
1 merge request!58Add generalized derivative and local-to-global adapter to handle the global derivatives uniformly
......@@ -6,7 +6,6 @@ install(FILES
CoordsGridFunction.hpp
Derivative.hpp
DerivativeGridFunction.hpp
DerivativeTraits.hpp
DiscreteFunction.hpp
DiscreteFunction.inc.hpp
DOFVectorView.hpp
......
......@@ -76,7 +76,7 @@ namespace AMDiS
using Cache = NodeCache<BasisNode>;
using Traits = LocalToGlobalBasisAdapterTraits<typename LocalBasis::Traits, Geometry::coorddimension>;
/// \biref Construct a LocalToGlobalBasisAdapter
/// \brief Construct a LocalToGlobalBasisAdapter
/**
* \param node The basis node in the typetree containing the local basis to adopt.
* \param geometry The geometry object to use for adaption.
......
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