Skip to content
Snippets Groups Projects
Commit 1c287e95 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

"Fixed" tnl-run-fsm-eoc-test.

parent 48d2d42a
No related branches found
No related tags found
1 merge request!1Hamilton jacobi
...@@ -172,8 +172,8 @@ runTest() ...@@ -172,8 +172,8 @@ runTest()
echo "=========================================================================" echo "========================================================================="
echo "=== STARTING THE SOLVER ===" echo "=== STARTING THE SOLVER ==="
echo "=========================================================================" echo "========================================================================="
solve explicit merson #solve explicit merson
#solve semi-implicit gmres solve semi-implicit cg
mv computation-in-progress computation-done mv computation-in-progress computation-done
fi fi
echo "=========================================================================" echo "========================================================================="
......
...@@ -117,7 +117,7 @@ initInterface( const MeshFunctionType& input, ...@@ -117,7 +117,7 @@ initInterface( const MeshFunctionType& input,
if( c * input[ e ] <= 0 || c * input[ w ] <= 0 || if( c * input[ e ] <= 0 || c * input[ w ] <= 0 ||
c * input[ n ] <= 0 || c * input[ s ] <= 0 ) c * input[ n ] <= 0 || c * input[ s ] <= 0 )
{ {
output[ cell.getIndex() ] = tnlTypeInfo< RealType >::getMaxValue(); output[ cell.getIndex() ] = TypeInfo< RealType >::getMaxValue();
interfaceMap[ cell.getIndex() ] = true; interfaceMap[ cell.getIndex() ] = true;
continue; continue;
} }
......
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