#include <vector>
template <int> class DoFHandler;
+template <int> class MGDoFHandler;
namespace internal
unsigned int memory_consumption () const;
/**
- * Make the DoFHandler class
- * a friend, so that it can
+ * Make the DoFHandler and
+ * MGDoFHandler classes a
+ * friend, so that it can
* resize arrays as
* necessary.
*/
template <int> friend class ::DoFHandler;
+ template <int> friend class ::MGDoFHandler;
};
unsigned int memory_consumption () const;
/**
- * Make the DoFHandler class
- * a friend, so that it can
+ * Make the DoFHandler and
+ * MGDoFHandler classes a
+ * friend, so that it can
* resize arrays as
* necessary.
*/
template <int> friend class ::DoFHandler;
+ template <int> friend class ::MGDoFHandler;
};
unsigned int memory_consumption () const;
/**
- * Make the DoFHandler class
- * a friend, so that it can
+ * Make the DoFHandler and
+ * MGDoFHandler classes a
+ * friend, so that it can
* resize arrays as
* necessary.
*/
template <int> friend class ::DoFHandler;
+ template <int> friend class ::MGDoFHandler;
};
}