Skip to content
Snippets Groups Projects
Commit c52a323b authored by Jonathan Youett's avatar Jonathan Youett Committed by Oliver Sander
Browse files

dune-function-basis method is called gridView()

parent eaaf3dbe
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ getResultantForce(const BoundaryPatch<PatchGridView>& boundary,
// if (gridView_ != &boundary.gridView())
// DUNE_THROW(Dune::Exception, "The boundary patch has to match the grid view of the assembler!");
const typename GridView::Traits::IndexSet& indexSet = this->basis_.getGridView().indexSet();
const typename GridView::Traits::IndexSet& indexSet = this->basis_.gridView().indexSet();
if (sol.size()!=indexSet.size(gridDim))
DUNE_THROW(Exception, "Solution vector doesn't match the grid!");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment