[Commits] [McLachlan]McLachlan branch, dgfe, updated. 5fba36dc49ce4d6f22c1c5f803c292f2728a66dd
Carpet git repositories
carpetgit at stellarcollapse.org
Tue Sep 25 13:51:45 CDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "McLachlan".
The branch, dgfe has been updated
via 5fba36dc49ce4d6f22c1c5f803c292f2728a66dd (commit)
from 1adad32dceef2f27eda583cfd56f0034aab5ec34 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5fba36dc49ce4d6f22c1c5f803c292f2728a66dd
Author: Erik Schnetter <schnetter at gmail.com>
Date: Tue Sep 25 14:51:37 2012 -0400
Support multi-block systems
Simplify initial data
Correct standing-wave initial data
Add standing-wave Dirichlet boundary conditions
Support different methods of handling flux terms (as fluxes, as sources)
Handle energy as tensor density
Regenerate code
-----------------------------------------------------------------------
Summary of changes:
ML_WaveToyDGFE/param.ccl | 86 +++-
ML_WaveToyDGFE/schedule.ccl | 414 +++++++++++----
.../src/ML_WaveToyDGFE_BoundaryRHSStanding.cc | 431 ++++++++++++++++
.../src/ML_WaveToyDGFE_BoundaryStanding.cc | 376 ++++++++++++++
ML_WaveToyDGFE/src/ML_WaveToyDGFE_BoundaryZero.cc | 418 +++++++++++++++
ML_WaveToyDGFE/src/ML_WaveToyDGFE_Constraints.cc | 214 +++++++--
.../src/ML_WaveToyDGFE_ConstraintsBoundary.cc | 137 ++++--
ML_WaveToyDGFE/src/ML_WaveToyDGFE_EnergyCalc.cc | 148 ++++--
ML_WaveToyDGFE/src/ML_WaveToyDGFE_ErrorSineX.cc | 137 ++++--
ML_WaveToyDGFE/src/ML_WaveToyDGFE_Gaussian.cc | 147 ++++--
ML_WaveToyDGFE/src/ML_WaveToyDGFE_RHS.cc | 393 ---------------
ML_WaveToyDGFE/src/ML_WaveToyDGFE_RHSFluxes.cc | 460 +++++++++++++++++
ML_WaveToyDGFE/src/ML_WaveToyDGFE_RHSSources.cc | 530 ++++++++++++++++++++
.../src/ML_WaveToyDGFE_RHSSourcesNoFluxes.cc | 476 ++++++++++++++++++
ML_WaveToyDGFE/src/ML_WaveToyDGFE_Sine.cc | 137 ++++--
ML_WaveToyDGFE/src/ML_WaveToyDGFE_SineX.cc | 137 ++++--
ML_WaveToyDGFE/src/ML_WaveToyDGFE_Standing.cc | 137 ++++--
ML_WaveToyDGFE/src/make.code.defn | 2 +-
m/WaveToyDGFE.m | 186 ++++++--
19 files changed, 4126 insertions(+), 840 deletions(-)
create mode 100644 ML_WaveToyDGFE/src/ML_WaveToyDGFE_BoundaryRHSStanding.cc
create mode 100644 ML_WaveToyDGFE/src/ML_WaveToyDGFE_BoundaryStanding.cc
create mode 100644 ML_WaveToyDGFE/src/ML_WaveToyDGFE_BoundaryZero.cc
delete mode 100644 ML_WaveToyDGFE/src/ML_WaveToyDGFE_RHS.cc
create mode 100644 ML_WaveToyDGFE/src/ML_WaveToyDGFE_RHSFluxes.cc
create mode 100644 ML_WaveToyDGFE/src/ML_WaveToyDGFE_RHSSources.cc
create mode 100644 ML_WaveToyDGFE/src/ML_WaveToyDGFE_RHSSourcesNoFluxes.cc
hooks/post-receive
--
McLachlan
More information about the Commits
mailing list