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
Branches
Tags
1 merge request!58Add generalized derivative and local-to-global adapter to handle the global derivatives uniformly
...@@ -6,7 +6,6 @@ install(FILES ...@@ -6,7 +6,6 @@ install(FILES
CoordsGridFunction.hpp CoordsGridFunction.hpp
Derivative.hpp Derivative.hpp
DerivativeGridFunction.hpp DerivativeGridFunction.hpp
DerivativeTraits.hpp
DiscreteFunction.hpp DiscreteFunction.hpp
DiscreteFunction.inc.hpp DiscreteFunction.inc.hpp
DOFVectorView.hpp DOFVectorView.hpp
......
...@@ -76,7 +76,7 @@ namespace AMDiS ...@@ -76,7 +76,7 @@ namespace AMDiS
using Cache = NodeCache<BasisNode>; using Cache = NodeCache<BasisNode>;
using Traits = LocalToGlobalBasisAdapterTraits<typename LocalBasis::Traits, Geometry::coorddimension>; 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 node The basis node in the typetree containing the local basis to adopt.
* \param geometry The geometry object to use for adaption. * \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.
Please register or to comment