Skip to content
Snippets Groups Projects
Commit 037974a6 authored by João Isler's avatar João Isler
Browse files

NonlinSysEvaluatorCoeff timer

parent b3252eea
No related branches found
No related tags found
No related merge requests found
......@@ -174,10 +174,10 @@ namespace Nektar
source2D[i] = source + offset;
}
//timer.Start();
timer.Start();
NonlinSysEvaluatorCoeff(in2D, out2D, source2D);
//timer.Stop();
//timer.AccumulateRegion("CFSImplicit::NonlinSysEvaluatorCoeff");
timer.Stop();
timer.AccumulateRegion("CFSImplicit::NonlinSysEvaluatorCoeff");
}
void CFSImplicit::NonlinSysEvaluatorCoeff(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment