Skip to content
Snippets Groups Projects
Commit 87940da2 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Add setter for the obstacles and hasObstacle bitfield

parent 1059c2f0
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,12 @@ public:
virtual void nestedIteration();
//! Set the hasObstacle bitfield
void setHasObstacles(Dune::BitSetVector<dim>* hasObstacle) {hasObstacle_ = hasObstacle;}
//! Set the obstacle field
void setObstacles(ObstacleVectorType* obstacles) {obstacles_ = obstacles;}
ObstacleRestrictor<VectorType>* obstacleRestrictor_;
//! Bitfield determining which fine grid nodes have an obstacle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment