[cig-commits] [commit] master: Updated changes.h according to last pull requests. (b149add)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 4 12:46:33 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/dea94ae3fdac1f434e32718c384fe5ce83109802...db7eea299d721e7afa2dc72d8f42352dc88a9e16

>---------------------------------------------------------------

commit b149add69316f9499a5c0b0264e5ab47b1a4a6ef
Author: Rene Gassmoeller <R.Gassmoeller at mailbox.org>
Date:   Sat May 31 20:40:40 2014 +0200

    Updated changes.h according to last pull requests.


>---------------------------------------------------------------

b149add69316f9499a5c0b0264e5ab47b1a4a6ef
 doc/modules/to-1.1.h | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/modules/to-1.1.h b/doc/modules/to-1.1.h
index 402aa6e..d8d5789 100644
--- a/doc/modules/to-1.1.h
+++ b/doc/modules/to-1.1.h
@@ -18,6 +18,21 @@
  * <br>
  * (Timo Heister, 2014/05/29)
  *
+ * <li> Changed: The adiabatic reference profile is now defined in a plugin
+ * architecture as well. Currently, only the old funtionality of having a
+ * constant profile, which is computed before the first timestep, is included.
+ * However, now there is the possibility for more simple or more realistic
+ * user-written plugins (like an analytic function, or a profile that is
+ * updated over time).
+ * <br>
+ * (Rene Gassmoeller, 2014/05/29)
+ *
+ * <li> Changed: The initial conditions do not longer use pointers to other
+ * parts of the program (like the geometry model), instead they now should be
+ * derived from the SimulatorAccess class as all other plugins.
+ * <br>
+ * (Rene Gassmoeller, 2014/05/29)
+ *
  * <li> Changed: For some modules, e.g. the selection of which postprocessor
  * to run, "all" was an option. This may have made sense when we had 3 or 4
  * such postprocessors, but this is no longer the case. Furthermore, not all



More information about the CIG-COMMITS mailing list