Skip to content
Snippets Groups Projects
Commit 0b7c6aed authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Print the current interpolation rule

I want the interpolation rule to appear in the log files.
It is to easy to use the wrong one by accident.
parent 73ef4a60
Branches
No related tags found
No related merge requests found
......@@ -212,6 +212,7 @@ int main (int argc, char *argv[]) try
typedef TargetSpace::rebind<adouble>::other ATargetSpace;
typedef LocalGeodesicFEFunction<dim, double, FEBasis::LocalView::Tree::FiniteElement, ATargetSpace> LocalInterpolationRule;
//typedef GFE::LocalProjectedFEFunction<dim, double, FEBasis::LocalView::Tree::FiniteElement, ATargetSpace> LocalInterpolationRule;
std::cout << "Using local interpolation: " << className<LocalInterpolationRule>() << std::endl;
// Assembler using ADOL-C
std::shared_ptr<LocalGeodesicFEStiffness<FEBasis,ATargetSpace> > localEnergy;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment