https://github.com/geodynamics/aspect

sort by:
Revision Author Date Message Commit Date
3373d2f version 2.0.0 10 May 2018, 08:11:03 UTC
5a02516 allow compilation of documentation without changelog files 10 May 2018, 08:05:02 UTC
539ffb2 Fix visco plastic floating point exception 10 May 2018, 08:00:27 UTC
5c5c0c8 version 2.0.0-rc1 09 May 2018, 07:08:57 UTC
489410b release task: update manual 09 May 2018, 07:05:39 UTC
08bd7ad release task: version on branch 09 May 2018, 06:57:50 UTC
84713a3 release task: update version and changes.h 09 May 2018, 06:53:04 UTC
5403194 Merge pull request #2229 from tjhei/manual_missing_labels fix missing labels in manual 08 May 2018, 21:23:53 UTC
5426526 Merge pull request #2228 from tjhei/formatting Formatting and copyright update 08 May 2018, 20:23:09 UTC
31d0c9c fix missing labels in manual 08 May 2018, 19:11:01 UTC
be781c3 update copyright 08 May 2018, 18:48:55 UTC
b83183a fix comment formatting 08 May 2018, 18:46:31 UTC
90996fe Merge pull request #2227 from jdannberg/melting_rate_fix fix the reaction term in the Melt Stokes system for operator splitting 08 May 2018, 17:56:49 UTC
69a2901 Merge pull request #2225 from gassmoeller/disable_fp_exceptions_clang6 Disable floating point exceptions for clang6 08 May 2018, 17:52:58 UTC
d6562fd address comments 08 May 2018, 16:04:14 UTC
8331eb1 Disable floating point exceptions for clang6 08 May 2018, 15:52:13 UTC
fd36ddc update tests 08 May 2018, 05:21:45 UTC
4d9a28f fix the reaction term in the Melt Stokes system for operator splitting 08 May 2018, 02:49:26 UTC
93c13df Merge pull request #2219 from gassmoeller/remove_warning Remove info message 07 May 2018, 17:45:17 UTC
f7295cf Merge pull request #2224 from bangerth/doc-update Better document the 'temperature' and 'velocity' refinement criteria. 07 May 2018, 13:36:45 UTC
2698802 Better document the 'temperature' and 'velocity' refinement criteria. 07 May 2018, 12:22:30 UTC
542f2cb Merge pull request #2223 from gassmoeller/close_directory_handle Close output directory handle 07 May 2018, 00:41:26 UTC
36a05c6 Merge pull request #2222 from MFraters/extend_visco_plastic_test_to_3d Extend visco plastic test to 3d 07 May 2018, 00:23:23 UTC
43dad7c Merge pull request #2221 from MFraters/extend_simple_nonlinear_test_to_3d Update simple nonlinear test to also test the 3d case. 07 May 2018, 00:21:52 UTC
53599bf Close output directory handle 07 May 2018, 00:07:44 UTC
2c36fc3 Update tests 06 May 2018, 21:12:09 UTC
091747b Merge pull request #2220 from MFraters/fix_drucker_prager_3d_derivatives fix drucker prager 3d derivatives and extend test to catch this in the future. 06 May 2018, 21:09:25 UTC
053faa6 rename derivative test to 2d derivative test for the visco plastic case. 06 May 2018, 20:59:50 UTC
77e30e3 add visco plastic 3d derivatives test. 06 May 2018, 20:54:08 UTC
9cb0361 Update simple nonlinear test to also test the 3d case. 06 May 2018, 20:35:48 UTC
7736928 fix drucker prager 3d derivatives and extend test to catch this in the future. 06 May 2018, 20:13:55 UTC
6cea69d Merge pull request #2218 from tjhei/detailed_log_improvements add additional info to detailed.log 06 May 2018, 16:58:04 UTC
106f4ce remove info message 06 May 2018, 16:49:23 UTC
3575b8f add additional info to detailed.log 06 May 2018, 15:25:48 UTC
9adf697 Merge pull request #2213 from gassmoeller/prevent_division_by_zero Prevent division by zero in bound preserving limiter 05 May 2018, 20:27:51 UTC
fd090ce Prevent division by zero 05 May 2018, 18:56:04 UTC
e0b2977 Merge pull request #2214 from gassmoeller/fix_exponential_decay_library Fix wrongly defined analytic function 05 May 2018, 16:32:00 UTC
1eea5e1 Merge pull request #2208 from gassmoeller/fix_nullspace_removal Fix nullspace removal 05 May 2018, 15:30:16 UTC
283f52e Fix wrongly defined analytic functions 05 May 2018, 02:29:50 UTC
9a191b6 Merge pull request #2209 from tjhei/clang6_deprecated_errors clang 6 requires deprecation attribute in front 04 May 2018, 22:12:00 UTC
ba3e429 clang 6 requires deprecation attribute in front Fixes errors like: ``` ../include/aspect/simulator_access.h:762:35: error: 'deprecated' attribute cannot be applied to types find_postprocessor () const DEAL_II_DEPRECATED; ``` 04 May 2018, 20:22:17 UTC
e1bb844 Merge pull request #2205 from tjhei/intel_sphere_warn fix intel warning 04 May 2018, 18:09:40 UTC
7e59ed3 fix intel warning 04 May 2018, 13:07:27 UTC
5bcd0cc Merge pull request #2206 from tjhei/update_copyright update copyright 04 May 2018, 04:51:29 UTC
6beee7d Merge pull request #2207 from tjhei/copyright_script add copyright update script 04 May 2018, 04:50:17 UTC
54beeba Add changelog 04 May 2018, 04:46:59 UTC
90a50b1 Implement fix 04 May 2018, 04:45:54 UTC
c83eac8 Merge pull request #2203 from tjhei/base_class_warning provide base class to fix warning 03 May 2018, 23:16:14 UTC
6a44b4c Merge pull request #2204 from tjhei/fix_solcx_warning fix unused parameter warning in solcx 03 May 2018, 22:18:40 UTC
bbb96ef add copyright update script 03 May 2018, 22:11:59 UTC
2733308 update copyright 03 May 2018, 22:09:48 UTC
f4e369f provide base class to fix warning fixes clang 6 warning: ``` /usr/lib/gcc/x86_64-linux- gnu/4.8/../../../../include/c++/4.8/bits/unique_ptr.h:67:2: warning: delete called on 'aspect::internal::FunctorBase<2>' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor] ``` 03 May 2018, 20:53:34 UTC
9327cd4 fix unused parameter warning in solcx 03 May 2018, 20:35:52 UTC
b1d2b13 Merge pull request #2198 from Shangxin-Liu/patch-1 A redundant inverse sign in the comment here? 03 May 2018, 15:06:36 UTC
a5fe7b4 Merge pull request #2201 from tjhei/copyright_fixes fix some inconsistent copyright formatting 03 May 2018, 03:45:49 UTC
69165f5 fix some inconsistent copyright formatting 03 May 2018, 01:12:47 UTC
d31c16c Merge pull request #2200 from gassmoeller/add_reference_to_header Add citation info to header 03 May 2018, 01:07:27 UTC
d437536 Add citation info to header 02 May 2018, 21:16:19 UTC
f10d0ff A redundant inverse sign in the comment here? When I read through this part, the inverse sign in this comment seems redundant because the left side is angular momentum and the right side is moment of inertial times angular velocity (\omega)? 02 May 2018, 04:29:13 UTC
885b7ff Merge pull request #2196 from tjhei/reference_cite_html reference new cite.html 01 May 2018, 21:32:39 UTC
5c01811 reference new cite.html 01 May 2018, 17:32:36 UTC
c77ed3d Merge pull request #2194 from bangerth/doc-update Fix a grammar mistake. 01 May 2018, 14:14:56 UTC
a9b06a7 Fix a grammar mistake. 01 May 2018, 05:12:44 UTC
cb5eef2 Merge pull request #2193 from gassmoeller/fix_manual Fix manual referencing removed file 30 April 2018, 22:22:24 UTC
8764e78 Fix manual referencing removed file 30 April 2018, 21:37:20 UTC
0199c3a Merge pull request #2191 from MFraters/newton_stabilisation_reset_with_timestep Newton stabilization resets to the user settings at the end of the timestep 30 April 2018, 21:03:13 UTC
ea09b11 Merge pull request #2192 from naliboff/fix_thermal_diffusivity Fix visco_plastic and diffusion_dislocation thermal diffusivity 30 April 2018, 21:02:24 UTC
9eeb902 Merge pull request #2189 from gassmoeller/adjust_default_vs_vp_values Adjust default vs vp values 30 April 2018, 20:26:30 UTC
7704052 Add tests which let the linear Newton solver fail and the failsafe kick in, and test that after a timestep the stabilization is reset. The test is disabled for now, because it requires at least deal.ii 9.0. 30 April 2018, 20:11:29 UTC
24da407 Add changelog entry for thermal diffusivity fix 30 April 2018, 17:46:12 UTC
0ef80d9 Add tests 30 April 2018, 17:43:55 UTC
6c291cd Address comments 30 April 2018, 15:28:22 UTC
c9aaca0 Fix ascii reference profile 30 April 2018, 15:28:21 UTC
79dc63e Update tests 30 April 2018, 15:28:21 UTC
f079bc6 Change seismic velocity default to signaling nan Also remove seismic velocities from depth average if not provided 30 April 2018, 15:28:21 UTC
521b721 Check for initialized adiabatic conditions 29 April 2018, 00:04:18 UTC
30e5d93 remote spiegelman material from spiegelman_material.cc 28 April 2018, 21:24:55 UTC
ab9ba33 Make sure that the Newton stabilization resets to the user settings at the end of the timestep. 28 April 2018, 11:12:47 UTC
b720dae Merge pull request #2188 from gassmoeller/remove_solidus_initial_condition Remove solidus initial condition 27 April 2018, 23:23:54 UTC
4bdd452 Cleanup 27 April 2018, 18:45:38 UTC
cf7292a Add changelog 27 April 2018, 18:40:37 UTC
093a87e Adjust test output 27 April 2018, 18:32:13 UTC
bf71cde Move solidus initial temperature to test 27 April 2018, 18:19:23 UTC
89e76ee Merge pull request #2170 from naliboff/fix_material_model_density [WIP] Fix density used for thermal conductivity in visco_plastic and diffusion_dislocation models 27 April 2018, 14:54:47 UTC
d99edf9 Merge pull request #2182 from tjhei/document_current_cell document MaterialModelInputs::current_cell better 27 April 2018, 14:51:00 UTC
d80cd2c Merge pull request #2181 from tjhei/ellipsoidal_warning fix warning in ellipsoidal chunk 27 April 2018, 14:49:57 UTC
38510bc Merge pull request #2187 from bangerth/clarify-code Make some expressions simpler to read. 27 April 2018, 14:49:33 UTC
0746b93 Merge pull request #2186 from tjhei/fix_petsc fix PETSc 27 April 2018, 14:48:17 UTC
e1cc412 Make some expressions simpler to read. The current formulas are just very long and prone to run past the end of the screen. Break them in a more sensible and readable way. 27 April 2018, 05:19:13 UTC
a6908d3 fix PETSc 27 April 2018, 03:44:55 UTC
fca2844 Merge pull request #2183 from tjhei/fix_benchmarks_and_cookbooks fix warnings and errors in cookbooks and benchmarks 27 April 2018, 03:22:09 UTC
56cc86e Merge pull request #2180 from gassmoeller/remove_p_c Fix remaining cookbook that uses p_c in the input file 27 April 2018, 03:02:33 UTC
e0852ee fix warnings and errors in cookbooks and benchmarks 27 April 2018, 02:35:33 UTC
2cbd9be Address comments 27 April 2018, 01:57:56 UTC
93fed98 document MaterialModelInputs::current_cell better 27 April 2018, 01:57:26 UTC
b7f0aab fix warning in ellipsoidal chunk fixes source/geometry_model/ellipsoidal_chunk.cc:781:61: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 27 April 2018, 01:39:07 UTC
811f63a Merge pull request #2178 from MFraters/add_Newton_release_changelog Add changelog entry for the release of the Newton solver. 27 April 2018, 01:31:26 UTC
7860b02 Fix remaining cookbook 27 April 2018, 01:27:12 UTC
23e9bc8 Add changelog entry for the release of the Newton solver. 26 April 2018, 14:24:45 UTC
81a4930 Merge pull request #2175 from gassmoeller/ellipsoidal_fixes Add test for ellipsoidal chunk manifold conversion 26 April 2018, 13:31:47 UTC
back to top