[Commits] commit/EinsteinEvolve: 7 new changesets

Bitbucket commits-noreply at bitbucket.org
Mon Mar 30 03:23:06 CDT 2015


7 new commits in EinsteinEvolve:

https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/f6f1b1c123d3/
Changeset:   f6f1b1c123d3
Branch:      None
User:        rhaas80
Date:        2015-03-21 20:04:33+00:00
Summary:     GRHydro: only schedule initial atmosphere reset if GRHydro evolves

Affected #:  1 file

https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/2ac10b0bd145/
Changeset:   2ac10b0bd145
Branch:      None
User:        rhaas80
Date:        2015-03-21 20:04:33+00:00
Summary:     GRHydro: apply boundary condition to divB

Affected #:  2 files

https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/028db766dc57/
Changeset:   028db766dc57
Branch:      None
User:        rhaas80
Date:        2015-03-21 20:04:33+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/668f20333750/
Changeset:   668f20333750
Branch:      None
User:        rhaas80
Date:        2015-03-21 20:04:33+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/8e12ee95b0f0/
Changeset:   8e12ee95b0f0
Branch:      None
User:        reisswig
Date:        2015-03-21 20:04:34+00:00
Summary:     GRHydro: Add WENO to reconstruction driver with polytropic EOS.

Affected #:  1 file

https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/fecd7d28b022/
Changeset:   fecd7d28b022
Branch:      None
User:        rhaas80
Date:        2015-03-21 20:04:34+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

https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/100621b6913c/
Changeset:   100621b6913c
Branch:      master
User:        hypercott
Date:        2015-03-30 08:08:41+00:00
Summary:     GRHydro: Fix indexing of variables in error messages. Had i, needed idx.

Affected #:  1 file

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