Commit 10b1261b authored by Sven Köppel's avatar Sven Köppel
Browse files

Adopting the GRMHD specfile for the 2D experiment.

For some reason, the C++ parser doesn't like this spec file any more:
What happens is an infinite timestep and a parser error afterwards (why
is the spec fiel parsed after the first timestep anyway?)

 0.0459348    info         step 0       t_min          =0
 0.0459414    info              dt_min         =1.79769e+308
 0.0459557    info              memoryUsage    =65 MB
 0.0459649    error        Invalid simulation end-time: notoken
(file:/home/koeppel/numrel/exahype/Engine-ExaHyPE/./ExaHyPE/exahype/Parser.cpp,line:377)

Strange bug.
parent 88cd9f32
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -25,16 +25,16 @@ exahype-project GRMHD
  architecture const               = noarch
  log-file                         = whatever.log

  computational-domain
    dimension const                = 3
    width                          = 2.0, 2.0, 2.0
    offset                         = 0.0, 0.0, 0.0
    end-time                       = 4.1
  cmputational-domain
    dimension const                = 2
    width                          = 8.5, 8.5
    offset                         = 1.5, 0.5
    end-time                       = 2.1
  end computational-domain
  
  shared-memory
    identifier               = dummy
    cores                    = 4
    cores                    = 8
    properties-file          = sharedmemory.properties
  end shared-memory  
  
@@ -59,7 +59,7 @@ exahype-project GRMHD
    /* gamma is actually parts of a matrix... */
    variables const                = rho:1,vel:3,E:1,B:3,psi:1,lapse:1,shift:3,gamma:6
    order const                    = 3
    maximum-mesh-size              = 0.5
    maximum-mesh-size              = 0.1
    time-stepping                  = global
    kernel const                   = generic::fluxes::nonlinear
    language const                 = C