Loading src/TNL/Experimental/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-run-fsm-eoc-test +2 −2 Original line number Diff line number Diff line Loading @@ -172,8 +172,8 @@ runTest() echo "=========================================================================" echo "=== STARTING THE SOLVER ===" echo "=========================================================================" solve explicit merson #solve semi-implicit gmres #solve explicit merson solve semi-implicit cg mv computation-in-progress computation-done fi echo "=========================================================================" Loading src/TNL/Experimental/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodsBase_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ initInterface( const MeshFunctionType& input, /*if( c * input[ e ] <= 0 || c * input[ w ] <= 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; continue; }*/ Loading Loading
src/TNL/Experimental/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-run-fsm-eoc-test +2 −2 Original line number Diff line number Diff line Loading @@ -172,8 +172,8 @@ runTest() echo "=========================================================================" echo "=== STARTING THE SOLVER ===" echo "=========================================================================" solve explicit merson #solve semi-implicit gmres #solve explicit merson solve semi-implicit cg mv computation-in-progress computation-done fi echo "=========================================================================" Loading
src/TNL/Experimental/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodsBase_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ initInterface( const MeshFunctionType& input, /*if( c * input[ e ] <= 0 || c * input[ w ] <= 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; continue; }*/ Loading