Skip to content
Snippets Groups Projects
Commit 8af0179e authored by Klaus Böhnlein's avatar Klaus Böhnlein
Browse files

Test straightforward discretization II-Beff using higher quadorder

parent 89be5b22
No related branches found
No related tags found
No related merge requests found
......@@ -829,6 +829,16 @@ namespace Dune::GFE
harmonicEnergy += term1 - term2 + term3;
// std::cout << "harmonicEnergy: " << harmonicEnergy << std::endl;
/**
* @brief Test: Discretize II-Beff directly.
* This time with higher quad orders.
* * Does not seem to produce good results..
*
*/
// RT newTerm = weight* applyQhom(Qhom_[currentPhase-1],(secondFFCoefficients - BeffCoefficients),(secondFFCoefficients - BeffCoefficients));
// harmonicEnergy += newTerm;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment