Skip to content
Snippets Groups Projects
Commit b0ce4337 authored by Ale's avatar Ale
Browse files

Fixed regression tests in release mode

parent 25553878
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,13 @@ namespace Nektar
m_elmt->GetFacePhysVals(m_HBCdata[j].m_elmtTraceID,Pbc,Q[1],BndValues[1]);
m_elmt->GetFacePhysVals(m_HBCdata[j].m_elmtTraceID,Pbc,Q[2],BndValues[2]);
Pbc->NormVectorIProductWRTBase(BndValues[0],BndValues[1],BndValues[2],Pvals);
//cout << "===========BC: " << m_HBCdata[j].m_bndryElmtID << " ======"<<endl;
//for(int k=0; k<m_pressureBCsMaxPts; k++)
//{
// cout << Pvals[k] << endl;
//}
//cout << "===========" <<endl;
m_elmt->GetFacePhysVals(m_HBCdata[j].m_elmtTraceID,Pbc,Velocity[0],BndValues[0]);
m_elmt->GetFacePhysVals(m_HBCdata[j].m_elmtTraceID,Pbc,Velocity[1],BndValues[1]);
......@@ -480,6 +487,8 @@ namespace Nektar
m_pressureHBCs[n] = Array<OneD, NekDouble>(cnt, 0.0);
m_acceleration[n+1] = Array<OneD, NekDouble>(cnt, 0.0);
}
m_pressureCalls = 0;
switch(m_fields[pindex]->GetExpType())
{
......
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