Skip to content
Snippets Groups Projects
Commit 5afb2163 authored by Spencer Sherwin's avatar Spencer Sherwin
Browse files

More updates to do with initailisation of IC and correctoins to regression tests

parent 47d543b0
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,8 @@ namespace Nektar
{
for(int i = 0; i < m_fields.num_elements(); ++i)
{
// Zero initial guess
Vmath::Zero(m_fields[i]->GetNcoeffs(),m_fields[i]->UpdateCoeffs(),1);
m_fields[i]->LinearAdvectionDiffusionReactionSolve(m_velocity,
m_fields[i]->GetPhys(),
m_fields[i]->UpdateCoeffs(),
......
......@@ -7,11 +7,11 @@
<file description="Session File">SteadyAdvDiffReact2D_modal.xml</file>
</files>
<metrics>
<metric type="L2" id="1">
<value variable="u" tolerance="1e-08">0.00873717</value>
<metric type="L2" id="1">
<value variable="u" tolerance="1e-08">0.000367073</value>
</metric>
<metric type="Linf" id="2">
<value variable="u" tolerance="1e-08">0.0046866</value>
<value variable="u" tolerance="1e-08">0.000514567</value>
</metric>
</metrics>
</test>
......@@ -8,14 +8,14 @@
</files>
<metrics>
<metric type="L2" id="1">
<value variable="eta" tolerance="1e-12">5.34555e-10</value>
<value variable="eta" tolerance="1e-12">6.31249e-10</value>
<value variable="u" tolerance="1e-12">2.5526e-08</value>
<value variable="v" tolerance="1e-12">2.5526e-08</value>
</metric>
<metric type="Linf" id="2">
<value variable="eta" tolerance="1e-12">2.20909e-09</value>
<value variable="u" tolerance="1e-12">3.77196e-08</value>
<value variable="v" tolerance="1e-12">3.77196e-08</value>
<value variable="eta" tolerance="1e-12">1.57828e-09</value>
<value variable="u" tolerance="1e-12">3.83906e-08</value>
<value variable="v" tolerance="1e-12">3.83906e-08</value>
</metric>
</metrics>
</test>
......
......@@ -8,14 +8,14 @@
</files>
<metrics>
<metric type="L2" id="1">
<value variable="eta" tolerance="1e-12">3.06656e-05</value>
<value variable="u" tolerance="1e-12">1.48028e-05</value>
<value variable="v" tolerance="1e-12">1.48028e-05</value>
<value variable="eta" tolerance="1e-12">4.34843e-05</value>
<value variable="u" tolerance="1e-12">2.56707e-05</value>
<value variable="v" tolerance="1e-12">2.56707e-05</value>
</metric>
<metric type="Linf" id="2">
<value variable="eta" tolerance="1e-12">0.000166246</value>
<value variable="u" tolerance="1e-12">4.36258e-05</value>
<value variable="v" tolerance="1e-12">4.36258e-05</value>
<value variable="eta" tolerance="1e-12">0.000207527</value>
<value variable="u" tolerance="1e-12">9.25444e-05</value>
<value variable="v" tolerance="1e-12">9.25444e-05</value>
</metric>
</metrics>
</test>
......
......@@ -8,14 +8,14 @@
</files>
<metrics>
<metric type="L2" id="1">
<value variable="eta" tolerance="1e-12">5.34555e-10</value>
<value variable="eta" tolerance="1e-12">6.31248e-10</value>
<value variable="u" tolerance="1e-12">2.5526e-08</value>
<value variable="v" tolerance="1e-12">2.5526e-08</value>
</metric>
<metric type="Linf" id="2">
<value variable="eta" tolerance="1e-12">2.20909e-09</value>
<value variable="u" tolerance="1e-12">3.77196e-08</value>
<value variable="v" tolerance="1e-12">3.77196e-08</value>
<value variable="eta" tolerance="1e-12">1.58916e-09</value>
<value variable="u" tolerance="1e-12">3.84077e-08</value>
<value variable="v" tolerance="1e-12">3.84077e-08</value>
</metric>
</metrics>
</test>
......
......@@ -8,14 +8,14 @@
</files>
<metrics>
<metric type="L2" id="1">
<value variable="h" tolerance="1e-12">1.00464</value>
<value variable="hu" tolerance="1e-12">0.0216812</value>
<value variable="hv" tolerance="1e-12">0.00553698</value>
<value variable="h" tolerance="1e-8">1.00464</value>
<value variable="hu" tolerance="1e-8">0.0216787</value>
<value variable="hv" tolerance="1e-8">0.00551759</value>
</metric>
<metric type="Linf" id="2">
<value variable="h" tolerance="1e-12">1.15917</value>
<value variable="hu" tolerance="1e-12">0.295374</value>
<value variable="hv" tolerance="1e-12">0.0483798</value>
<value variable="h" tolerance="1e-8">1.15925</value>
<value variable="hu" tolerance="1e-8">0.29531</value>
<value variable="hv" tolerance="1e-8">0.0483422</value>
</metric>
</metrics>
</test>
......
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