From d6345e0ba00b7f5055dfed1c12dede3223f63aef Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Wed, 22 Jun 2011 09:14:46 +0000 Subject: [PATCH] Set COARSE_INTERPOL to be standard coarsening operation. --- AMDiS/src/DOFVector.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMDiS/src/DOFVector.hh b/AMDiS/src/DOFVector.hh index e133c474..d7ce38ff 100644 --- a/AMDiS/src/DOFVector.hh +++ b/AMDiS/src/DOFVector.hh @@ -98,7 +98,7 @@ namespace AMDiS { template<typename T> DOFVector<T>::DOFVector(const FiniteElemSpace* f, std::string n) : DOFVectorBase<T>(f, n), - coarsenOperation(NO_OPERATION) + coarsenOperation(COARSE_INTERPOL) { vec.resize(0); init(f, n); -- GitLab