Skip to content
Snippets Groups Projects
Commit de336a2a authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Allow public access to the basis

[[Imported from SVN: r9853]]
parent a7eaf1f1
No related branches found
No related tags found
No related merge requests found
......@@ -26,10 +26,11 @@ class GeodesicFEAssembler {
//!
typedef Dune::FieldMatrix<double, blocksize, blocksize> MatrixBlock;
protected:
public:
const Basis basis_;
protected:
LocalGeodesicFEStiffness<GridView,
typename Basis::LocalFiniteElement,
TargetSpace>* localStiffness_;
......
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