Skip to content
Snippets Groups Projects
Commit 111f9a63 authored by Leo Schmidt's avatar Leo Schmidt Committed by lschmidt@PCPOOL.MI.FU-BERLIN.DE
Browse files

hand over GridViewType instead of GridType

[[Imported from SVN: r5004]]
parent 7afe5392
No related branches found
No related tags found
No related merge requests found
...@@ -446,7 +446,7 @@ void computeAveragePressure(const Dune::FieldVector<double,GridType::dimension>& ...@@ -446,7 +446,7 @@ void computeAveragePressure(const Dune::FieldVector<double,GridType::dimension>&
// Create the surface mass matrix // Create the surface mass matrix
Dune::BCRSMatrix<Dune::FieldMatrix<field_type,1,1> > massMatrix; Dune::BCRSMatrix<Dune::FieldMatrix<field_type,1,1> > massMatrix;
assembleSurfaceMassMatrix<GridType,1>(interface, massMatrix); assembleSurfaceMassMatrix<typename GridType::LevelGridView, 1>(interface, massMatrix);
// Make global-to-local array // Make global-to-local array
std::vector<int> globalToLocal; std::vector<int> globalToLocal;
......
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