[Commits] commit/EinsteinEvolve: 6 new changesets

Bitbucket commits-noreply at bitbucket.org
Mon Dec 29 09:32:38 CST 2014


6 new commits in EinsteinEvolve:

https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/d735f19b000f/
Changeset:   d735f19b000f
Branch:      None
User:        rhaas80
Date:        2014-12-29 01:03:29+00:00
Summary:     GRHydro: only schedule initial atmosphere reset if GRHydro evolves

Affected #:  1 file

https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/d94912e7b319/
Changeset:   d94912e7b319
Branch:      None
User:        rhaas80
Date:        2014-12-29 01:03:29+00:00
Summary:     GRHydro: apply boundary condition to divB

Affected #:  2 files

https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/4672b99488ab/
Changeset:   4672b99488ab
Branch:      None
User:        rhaas80
Date:        2014-12-29 01:03:29+00:00
Summary:     GRHydro: replace CCTK_Warn(0,...) by CCTK_ERROR(...)

also add a STOP after each CCTK_ERROR to tell the compiler that the
routine never returns

Affected #:  40 files

https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/a611b600ab44/
Changeset:   a611b600ab44
Branch:      None
User:        rhaas80
Date:        2014-12-29 01:03:29+00:00
Summary:     GRHydro: optimize MIN(a,b,c,...) using recursive calls

these have the same number of comparison but are better suited for
out-of-order evaluations since the intermediate results are independent
of each other.

Affected #:  1 file

https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/cc0a1d2cb89b/
Changeset:   cc0a1d2cb89b
Branch:      None
User:        reisswig
Date:        2014-12-29 01:03:29+00:00
Summary:     GRHydro: Add WENO to reconstruction driver with polytropic EOS.

Affected #:  1 file

https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/f23f6c110be3/
Changeset:   f23f6c110be3
Branch:      rhaas/Zelmani
User:        rhaas80
Date:        2014-12-29 15:03:46+00:00
Summary:     GRHydro: simplify selection logic when computing divB

Rely on if statements in schedule rather than inside of 3d loop to
decide if divB needs to be computed.

Affected #:  2 files

Repository URL: https://bitbucket.org/einsteintoolkit/einsteinevolve/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the Commits mailing list