Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addressing some comments from PR #2071 #14

Closed
wants to merge 1,223 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 26, 2019

  1. empty lines

    tjhei committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    6dab199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5842346 View commit details
    Browse the repository at this point in the history
  3. Clarify variable names

    class4kayaker committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    d7a05b2 View commit details
    Browse the repository at this point in the history
  4. Fix indentation

    class4kayaker committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    83c579d View commit details
    Browse the repository at this point in the history
  5. Merge pull request geodynamics#835 from class4kayaker/vofinterfaceSig

    Add VoF Interface tracking
    tjhei committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    133ac9d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Configuration menu
    Copy the full SHA
    e203ac7 View commit details
    Browse the repository at this point in the history
  2. update parameters

    tjhei committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    6fb2bab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7fb2c2 View commit details
    Browse the repository at this point in the history
  4. Address comments

    gassmoeller committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    9ec9a95 View commit details
    Browse the repository at this point in the history
  5. Address comments

    gassmoeller committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    da1bf7f View commit details
    Browse the repository at this point in the history
  6. Merge pull request geodynamics#2829 from tjhei/gravity_postp_warn

    avoid warning in gravity point postprocessor
    gassmoeller committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    558c935 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25ceaa3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee7c5c2 View commit details
    Browse the repository at this point in the history
  9. Address comments

    gassmoeller committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    62e573c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6ee69f View commit details
    Browse the repository at this point in the history
  11. Merge pull request geodynamics#2791 from gassmoeller/dynamic_topograp…

    …hy_point_wise_vector
    
    Output dynamic topography as point-wise vector
    MFraters committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    1e803e0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request geodynamics#2792 from gassmoeller/geoid_point_wise…

    …_vector
    
    Write geoid output point-wise
    naliboff committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    9a8b738 View commit details
    Browse the repository at this point in the history
  13. Merge pull request geodynamics#2784 from gassmoeller/fix_particle_int…

    …erpolation
    
    Slightly improve accuracy of particle interpolation for active particles in time-varying flow.
    naliboff committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    e226e2f View commit details
    Browse the repository at this point in the history
  14. Merge pull request geodynamics#2787 from gassmoeller/heat_flux_point_…

    …wise_vector
    
    Add a higher resolution heat flux visualization postprocessor
    MFraters committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    ebccf49 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    9d4d11e View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2835 from MFraters/add_compile_command…

    …s_to_cmake
    
    add cmake compile commands output.
    tjhei committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    a67dab7 View commit details
    Browse the repository at this point in the history
  3. set minimum required cmake version

    It turns out that we do not support 2.8.8 as advertised, but that we
    need 2.8.12 (confirmed working).
    While here, fix a few weird looking CMakeLists.txt files (missing
    headers)
    tjhei committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    47ed1e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Minor textual updates.

    bangerth committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    e00fdd9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2837 from bangerth/fixes

    Minor textual updates.
    naliboff committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    f086bea View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2836 from tjhei/cmake_min_req

    set minimum required cmake version
    gassmoeller committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    1d73b83 View commit details
    Browse the repository at this point in the history
  4. Avoid a deprecated symbol.

    bangerth committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    1614286 View commit details
    Browse the repository at this point in the history
  5. update copyright years

    tjhei committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    baa7861 View commit details
    Browse the repository at this point in the history
  6. Merge pull request geodynamics#2838 from bangerth/deprecation

    Avoid a deprecated symbol.
    tjhei committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    9f90d69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c18ed27 View commit details
    Browse the repository at this point in the history
  8. Merge pull request geodynamics#2839 from tjhei/copyright_years

    update copyright years
    bangerth committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    0c4fe63 View commit details
    Browse the repository at this point in the history
  9. Merge pull request geodynamics#2840 from bangerth/deprecation-2

    Avoid use of a deprecated header file.
    gassmoeller committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    de09f53 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Update changelog

    anne-glerum committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    3227962 View commit details
    Browse the repository at this point in the history
  2. gravity point postproc fixes

    - fix wrong type for number of points
    - documentation fixes
    tjhei committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    1252c4a View commit details
    Browse the repository at this point in the history
  3. fix clang warning

    clang 6 warns about an array access out of bounds when instantiating for
    dim=2. This is of course not a problem as this code is only executed for
    dim=3. Silence the warning by using dim-1 instead of 2.
    tjhei committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    56b2902 View commit details
    Browse the repository at this point in the history
  4. remove uncaught_exceptions logic

    I think this logic is unnecessary as .reset() is safe to call in any
    situation (we do not have any "on destruction" printing enabled).
    
    I can into a problem with clang 6 with gcc's libstdc++ with version 5.4:
    uncaught_exceptions() is not declared, but the version is reported as
    c++17.
    tjhei committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    8e7317e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3e12f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    0e45be7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    84ffe31 View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2844 from tjhei/gravity_point_fixes

    gravity point postprocessor fixes
    gassmoeller committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    6282167 View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2847 from tjhei/do_not_include_constra…

    …int_matrix_header
    
    avoid deprecation warning: constraint_matrix.h
    gassmoeller committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    a6a00bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be2015f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Merge pull request geodynamics#2848 from class4kayaker/fix_parameters

    Fix Volume of Fluid visualization plugin
    tjhei committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    5b51cf2 View commit details
    Browse the repository at this point in the history
  2. VoF: add test for graphical output

    none of the tests trigger graphical output of "volume of fluid values".
    Fix this.
    tjhei committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    838e7a6 View commit details
    Browse the repository at this point in the history
  3. update test output

    tjhei committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    8c3c225 View commit details
    Browse the repository at this point in the history
  4. print more MPI and deal.II info

    - in detailed.log
    - and some at runtime
    tjhei committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    7f5647e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Merge pull request geodynamics#2850 from tjhei/print_dealii_info

    print more MPI and deal.II info
    gassmoeller committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    aaad872 View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2846 from tjhei/no_uncaught_exceptions

    remove uncaught exceptions handling
    gassmoeller committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    c0fd0c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2849 from tjhei/vof_viz_test

    VoF: add test for graphical output
    gassmoeller committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    10511c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cb4135 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ec88bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbf301b View commit details
    Browse the repository at this point in the history
  7. Add changelog

    gassmoeller committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    8dab184 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    gassmoeller committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    cf66c82 View commit details
    Browse the repository at this point in the history
  9. astyle

    Jeroen Van-Hunen authored and Jeroen Van-Hunen committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    0287f2f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Configuration menu
    Copy the full SHA
    3623f41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb9f07 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Fix typo

    anne-glerum committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    63bab47 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. update documentation on depletion strengthening

    Jeroen Van-Hunen authored and Jeroen Van-Hunen committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    bead163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2713db View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2854 from jvanhunen/depletion-strength…

    …ening
    
    depletion strengthening in melt_global material model
    jdannberg committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    257ff37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a54dd5d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. Merge pull request geodynamics#2841 from gassmoeller/enable_output_in…

    …terpolation_by_default
    
    Enable output interpolation by default
    MFraters committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    363a216 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Configuration menu
    Copy the full SHA
    039fb32 View commit details
    Browse the repository at this point in the history
  2. Rename test. Add figure.

    gassmoeller committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    64c109f View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2851 from gassmoeller/add_option_for_h…

    …igher_order_output
    
    Add option for higher order output
    MFraters committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    7aedd75 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. doc: fix two small errors

    tjhei committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    a9125fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c86ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2860 from tjhei/doc_fixes

    doc: fix two small errors
    MFraters committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    1db6bd0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request geodynamics#2857 from gassmoeller/add_entropy_visc…

    …osity_statistics_postprocessor
    
    Add entropy viscosity statistics postprocessor
    naliboff committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    730f802 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Configuration menu
    Copy the full SHA
    344fb0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2863 from naliboff/fix_buiter_etal_ben…

    …chmark
    
    Update Buiter et al. 2008 benchmarks
    tjhei committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    72b5c4c View commit details
    Browse the repository at this point in the history
  3. benchmarks: various fixes

    tjhei committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    5f5a7ae View commit details
    Browse the repository at this point in the history
  4. update check scripts

    tjhei committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    46f26e2 View commit details
    Browse the repository at this point in the history
  5. fix check.sh

    tjhei committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    cc2b25e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. fix messed up output name

    tjhei committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    f622fb0 View commit details
    Browse the repository at this point in the history
  2. fix solver name in script

    tjhei committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    73dc568 View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2862 from tjhei/benchmark_fixes

    benchmarks: various fixes
    naliboff committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    87139be View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Correct indentation

    class4kayaker committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    0349fd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. maintenance for April 2019

    tjhei committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    098cd74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2855 from class4kayaker/multi_vof_debug

    Multi VoF field correction
    gassmoeller committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    fa301f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2864 from tjhei/maint_apr19

    maintenance for April 2019
    gassmoeller committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    6cba729 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Configuration menu
    Copy the full SHA
    7548483 View commit details
    Browse the repository at this point in the history
  2. timing sparsity patterns

    tcclevenger committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    7119fb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2865 from tcclevenger/add_sparsity_tim…

    …ings
    
    timing sparsity pattern setup
    gassmoeller committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    d789c6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a9369a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    262308c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Merge pull request geodynamics#2866 from class4kayaker/fix_compositio…

    …n_init
    
    Adjust location of imposing bounds on vol fractions in composition init
    gassmoeller committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    95a55e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. use http git submodule for WorldBuilder

    The submodule is currently specified to use ssh. When somebody clones
    aspect with ``git clone --recursive
    https://github.com/geodynamics/aspect`` it will try to fetch the world
    builder using ssh (and ask for authentication or fail).
    Change this.
    I don't see any disadvantage of doing so.
    tjhei committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    4dc6007 View commit details
    Browse the repository at this point in the history
  2. CMakeLists.txt: prefer binary include dir

    List the build/include dir before ./include to give it preference over
    the source directory. Reasoning: I had a stray
    include/aspect/revision.h (maybe from an accidental in-source build?)
    that was used instead of the current generated one. As a result,
    ASPECT would show the wrong git branch/version/etc..
    tjhei committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    65b7eb1 View commit details
    Browse the repository at this point in the history
  3. Avoid deprecated prepare_serialization()

    this function got renamed on deal.II master
    tjhei committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    b4f21b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Merge pull request geodynamics#2868 from tjhei/world_builder_https

    use http git submodule for WorldBuilder
    MFraters committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    a75b47a View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2871 from tjhei/deprecated_serializati…

    …on_master
    
    Avoid deprecated prepare_serialization()
    gassmoeller committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    ef885a5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2870 from tjhei/cmake_prefer_bin_dir

    CMakeLists.txt: prefer binary include dir
    gassmoeller committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    cc304ed View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Fix shear bands benchmark

    gassmoeller committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    9e7150f View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2872 from gassmoeller/fix_shear_bands_…

    …benchmark_input
    
    Fix shear bands benchmark input and FPE
    tjhei committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    3a67b33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d37a4c View commit details
    Browse the repository at this point in the history
  4. fix indentation problems

    tjhei committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    b2fbaa4 View commit details
    Browse the repository at this point in the history
  5. update copyright years

    tjhei committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    c5a8d1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2594afc View commit details
    Browse the repository at this point in the history
  7. Merge pull request geodynamics#2873 from tjesser-ucdavis-edu/master

    Create Jenkinsfile.cig
    gassmoeller committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    29741b6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request geodynamics#2874 from tjhei/fixes

    pre-release fixes
    gassmoeller committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    eedfd2a View commit details
    Browse the repository at this point in the history
  9. Update cotire version

    gassmoeller committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a754e5e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    075d132 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Update tests

    gassmoeller committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    3ac9049 View commit details
    Browse the repository at this point in the history
  2. Address comments

    gassmoeller committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    dab4e1a View commit details
    Browse the repository at this point in the history
  3. apply modernize-use-nullptr

    tjhei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    7380564 View commit details
    Browse the repository at this point in the history
  4. clang-tidy: more checks

    fix a couple of clang-tidy performance complaints (missing references)
    
    performance-unnecessary-value-param
    performance-unnecessary-copy-initialization
    tjhei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    a46a566 View commit details
    Browse the repository at this point in the history
  5. update clang-tidy settings

    - enable other checks
    - update instructions
    tjhei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    2a6e774 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bbab0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2cbf996 View commit details
    Browse the repository at this point in the history
  8. Merge pull request geodynamics#2878 from tjhei/tidy-nullptr

    clang-tidy: apply modernize-use-nullptr
    tjhei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    83970f5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request geodynamics#2880 from tjhei/tidy-info

    update clang-tidy settings
    tjhei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    6e35aae View commit details
    Browse the repository at this point in the history
  10. Merge pull request geodynamics#2881 from bangerth/shared

    Replace std::shared_ptr by std::unique_ptr.
    tjhei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    c697650 View commit details
    Browse the repository at this point in the history
  11. undo for multi-threaded calls

    tjhei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    1c34d47 View commit details
    Browse the repository at this point in the history
  12. update bib file

    update from Mendeley
    tjhei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    efd6a50 View commit details
    Browse the repository at this point in the history
  13. Add error message

    gassmoeller committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    c96a481 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f80af1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3c97dcf View commit details
    Browse the repository at this point in the history
  16. Merge pull request geodynamics#2883 from tjhei/bib-update

    update bib file
    gassmoeller committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    789f577 View commit details
    Browse the repository at this point in the history
  17. Merge pull request geodynamics#2879 from tjhei/tidy-other

     clang-tidy: more checks
    gassmoeller committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    974b51b View commit details
    Browse the repository at this point in the history
  18. Merge pull request geodynamics#2877 from gassmoeller/fix_cotire

    Fix and update cotire
    tjhei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    c269b4d View commit details
    Browse the repository at this point in the history
  19. Merge pull request geodynamics#2876 from gassmoeller/use_arithmetic_a…

    …veraging_for_determining_melt_region
    
    Use arithmetic instead of geometric averaging for determining melt region
    tjhei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    7ae097f View commit details
    Browse the repository at this point in the history
  20. Update tests

    gassmoeller committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    f0719b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    163441d View commit details
    Browse the repository at this point in the history
  2. cleanup: consistent parameter names

    found with clang-tidy option
    readability-inconsistent-declaration-parameter-name
    tjhei committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    6bf4176 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Merge pull request geodynamics#2885 from bangerth/update-parameter

    Update the description of a parameter.
    gassmoeller committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    a0285e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2886 from tjhei/tidy-inconsistent-names

    cleanup: consistent parameter names
    gassmoeller committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    141ecf4 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    gassmoeller committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    b7da5e4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request geodynamics#2884 from gassmoeller/modify_default_m…

    …elt_threshold_and_cookbooks
    
    Modify default melt threshold and cookbooks
    gassmoeller committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    3632a26 View commit details
    Browse the repository at this point in the history
  5. Adjust benchmarks.

    bangerth committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    0f1f1a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. clang-tidy: suppress warnings

    Suppress the three locations where we want to ignore performance-
    unnecessary-value-param.
    tjhei committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    b563a50 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Fix warning

    gassmoeller committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    b49f799 View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2887 from tjhei/tidy-suppress-warning-…

    …copy
    
    clang-tidy: suppress warnings
    gassmoeller committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    66b7c66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a31ec62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99ec9ba View commit details
    Browse the repository at this point in the history
  5. Merge pull request geodynamics#2889 from bangerth/manual

    Add a reference to the ASPECT II paper to the manual.
    tjhei committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    9096e8e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Use smoother language.

    bangerth committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    18c8da8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2890 from bangerth/manual-2

    Use smoother language.
    tjhei committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    b7be3cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    875627f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5ac6bf View commit details
    Browse the repository at this point in the history
  5. patching test two

    MFraters committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    3801971 View commit details
    Browse the repository at this point in the history
  6. Merge pull request geodynamics#2833 from MFraters/fix_maximum_horizon…

    …tal_compressive_stress
    
    fix the maximum horizontal compressive stress plugin.
    tjhei committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    96addb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    030087e View commit details
    Browse the repository at this point in the history
  8. clang-tidy with worldbuilder

    - WorldBuilder does not run cleanly with our clang-tidy checks, instead
    of fixing those, disable it inside contrib/
    - fix one nullptr location
    tjhei committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    39f813a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Merge pull request geodynamics#2891 from tjhei/tidy-with-worldbuilder

    clang-tidy with worldbuilder
    gassmoeller committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    24c7d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf0c03 View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2893 from MFraters/update_world_builder

    Update world builder with fix against warnings in gcc 5.
    tjhei committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    fe4ed9e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Configuration menu
    Copy the full SHA
    235331d View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2894 from bangerth/lk

    Add a note about Louise to the acknowledgments.
    naliboff committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    dcf3609 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. cmake: switch to CXX only project

    Declare the project as a CXX only project and change one of the tests to
    be a c++ check (instead of a C check). This change will:
    - not check the existence of a c compiler (speed up cmake!)
    - stop printing confusing messages (finding gcc for the C language,
    while we compile with intel for CXX for example)
    - actually perform the include check with CXX
    tjhei committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    78e3a7f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Merge pull request geodynamics#2895 from tjhei/cmake_cxx_only

    cmake: switch to CXX only project
    gassmoeller committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    bda7c1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2875 from tjhei/post-release-2.1.0

    Post release 2.1.0 version bump
    gassmoeller committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    7d45bf4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2756 from gassmoeller/add_steady_tempe…

    …rature_termination
    
    Add a termination criteria for steady state temperature
    gassmoeller committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    d6d5c8c View commit details
    Browse the repository at this point in the history
  4. Add GWB changelog entry.

    MFraters committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    1e9f2d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Merge pull request geodynamics#2882 from bangerth/shared-2

    Replace std::shared_ptr by std::unique_ptr in the heating models.
    gassmoeller committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    3508a7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    342c68b View commit details
    Browse the repository at this point in the history
  3. Add release announcement

    gassmoeller committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    5c8f61d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    577cc09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16c6de6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request geodynamics#2897 from MFraters/add_world_builder_c…

    …hangelog_entry
    
    Add GWB changelog entry.
    gassmoeller committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    b956b94 View commit details
    Browse the repository at this point in the history
  7. switch to deal.II 9.0

    - switch to 9.0 docker image
    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    dd44351 View commit details
    Browse the repository at this point in the history
  8. update test results

    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    ff5e117 View commit details
    Browse the repository at this point in the history
  9. require 9.0 in CMakeLists.txt

    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    dc28a35 View commit details
    Browse the repository at this point in the history
  10. fix test

    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    81edba3 View commit details
    Browse the repository at this point in the history
  11. rename particle output files

    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    f16e2cd View commit details
    Browse the repository at this point in the history
  12. update particle test results

    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    8957de3 View commit details
    Browse the repository at this point in the history
  13. update test results

    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    a6d7a8c View commit details
    Browse the repository at this point in the history
  14. update test output

    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    709a61f View commit details
    Browse the repository at this point in the history
  15. update image

    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    1b24d07 View commit details
    Browse the repository at this point in the history
  16. adjust new test results

    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    c1aeb94 View commit details
    Browse the repository at this point in the history
  17. Use new image for Jenkinsfile.cig

    gassmoeller authored and tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    b9ac059 View commit details
    Browse the repository at this point in the history
  18. Remove some openmpi jenkins options.

    gassmoeller authored and tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    93107e4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f8c1f0b View commit details
    Browse the repository at this point in the history
  20. Merge pull request geodynamics#2896 from gassmoeller/add_release_mess…

    …age_2.1
    
    Add release announcement
    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    37abf54 View commit details
    Browse the repository at this point in the history
  21. changelog entry

    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    49df757 View commit details
    Browse the repository at this point in the history
  22. Merge pull request geodynamics#2780 from tjhei/periodic_before_hanging

    constraints: periodic before hanging
    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    c27890f View commit details
    Browse the repository at this point in the history
  23. update test results

    tjhei committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    a27adb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Merge pull request geodynamics#2738 from tjhei/jenkins-update

    switch to deal.II 9.0
    tjhei committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    5d7d8e7 View commit details
    Browse the repository at this point in the history
  2. check constraints are consistent

    tjhei committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    75a4f67 View commit details
    Browse the repository at this point in the history
  3. enable 9.0 tests

    tjhei committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    e2b27ea View commit details
    Browse the repository at this point in the history
  4. update test output

    tjhei committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    7ed801f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. update DOI info

    tjhei committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    94cc7e2 View commit details
    Browse the repository at this point in the history
  2. update release tasks

    tjhei committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    94368b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request geodynamics#2899 from tjhei/enable_90_tests

    enable 9.0 tests
    gassmoeller committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    4212b4f View commit details
    Browse the repository at this point in the history
  4. Merge pull request geodynamics#2898 from tjhei/check_constraints_cons…

    …istent
    
    check constraints are consistent
    gassmoeller committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    00c6eec View commit details
    Browse the repository at this point in the history
  5. Merge pull request geodynamics#2900 from tjhei/cite_info

    update DOI info
    gassmoeller committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    3e7b45e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Merge pull request geodynamics#2902 from tjhei/update_release_tasks

    update release tasks
    gassmoeller committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    eebd1eb View commit details
    Browse the repository at this point in the history
  2. Increase time for tests

    gassmoeller committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    1d9287a View commit details
    Browse the repository at this point in the history
  3. Update announcement lists

    gassmoeller committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    d802bd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f63bced View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Merge pull request geodynamics#2905 from gassmoeller/update_release_t…

    …asklist
    
    Update announcement lists
    bangerth committed May 1, 2019
    Configuration menu
    Copy the full SHA
    10c122f View commit details
    Browse the repository at this point in the history
  2. no temp for Stokes only

    tcclevenger committed May 1, 2019
    Configuration menu
    Copy the full SHA
    fec3e59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b51220f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Add a changelog entry.

    bangerth committed May 2, 2019
    Configuration menu
    Copy the full SHA
    fbcbbc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d612c64 View commit details
    Browse the repository at this point in the history
  3. Add a changelog entry.

    bangerth committed May 2, 2019
    Configuration menu
    Copy the full SHA
    e199693 View commit details
    Browse the repository at this point in the history
  4. Merge pull request geodynamics#2907 from bangerth/add-changelog

    Add a changelog entry.
    gassmoeller committed May 2, 2019
    Configuration menu
    Copy the full SHA
    9b31885 View commit details
    Browse the repository at this point in the history
  5. Merge pull request geodynamics#2903 from tcclevenger/temperature_spar…

    …sity
    
    no temperature matrix for Stokes only
    gassmoeller committed May 2, 2019
    Configuration menu
    Copy the full SHA
    b9dcb92 View commit details
    Browse the repository at this point in the history
  6. Merge pull request geodynamics#2908 from bangerth/shared

    Convert more shared_ptr -> unique_ptr.
    gassmoeller committed May 2, 2019
    Configuration menu
    Copy the full SHA
    732f60f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    b650893 View commit details
    Browse the repository at this point in the history
  2. bib typo

    tjhei committed May 3, 2019
    Configuration menu
    Copy the full SHA
    94adec0 View commit details
    Browse the repository at this point in the history
  3. update parameters

    tjhei committed May 3, 2019
    Configuration menu
    Copy the full SHA
    be99cef View commit details
    Browse the repository at this point in the history
  4. Merge pull request geodynamics#2909 from tjhei/maintenance_may19

    update parameters
    bangerth committed May 3, 2019
    Configuration menu
    Copy the full SHA
    99e854b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. update make_cite_html.py

    - sort entries to avoid writing them in random order
    tjhei committed May 5, 2019
    Configuration menu
    Copy the full SHA
    a2daf57 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    0c43c79 View commit details
    Browse the repository at this point in the history
  2. use emplace_back

    tjhei committed May 6, 2019
    Configuration menu
    Copy the full SHA
    60d60a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df6d4dd View commit details
    Browse the repository at this point in the history
  4. Merge pull request geodynamics#2912 from tjhei/update_make_cite_html

    update make_cite_html.py
    gassmoeller committed May 6, 2019
    Configuration menu
    Copy the full SHA
    8af36ac View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    f7e22d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2916 from gassmoeller/update_dockerfile

    Update dockerfile for new base image
    tjhei committed May 7, 2019
    Configuration menu
    Copy the full SHA
    0ba05c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88af53c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93a7e6c View commit details
    Browse the repository at this point in the history
  5. Merge pull request geodynamics#2918 from gassmoeller/update_docker_in…

    …structions_cig
    
    Update docker instructions to geodynamics/aspect
    tjhei committed May 7, 2019
    Configuration menu
    Copy the full SHA
    bc6a4fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ede89bd View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Fix some typos

    anne-glerum committed May 8, 2019
    Configuration menu
    Copy the full SHA
    80c1106 View commit details
    Browse the repository at this point in the history
  2. Merge pull request geodynamics#2919 from gassmoeller/fix_slow_test

    Simplify test that caused testers to break because of too many MPI processes
    tjhei committed May 8, 2019
    Configuration menu
    Copy the full SHA
    fdaeaf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daec121 View commit details
    Browse the repository at this point in the history
  4. Update tests

    gassmoeller committed May 8, 2019
    Configuration menu
    Copy the full SHA
    c6168a6 View commit details
    Browse the repository at this point in the history
  5. Fix accidental change

    gassmoeller committed May 8, 2019
    Configuration menu
    Copy the full SHA
    e8ccdb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0541fd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71f8994 View commit details
    Browse the repository at this point in the history
  8. Update tests

    gassmoeller committed May 8, 2019
    Configuration menu
    Copy the full SHA
    7f0a898 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    1bf6143 View commit details
    Browse the repository at this point in the history
  2. Remove particle classes

    gassmoeller committed May 9, 2019
    Configuration menu
    Copy the full SHA
    dfdf58c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    875a2bf View commit details
    Browse the repository at this point in the history
  4. Merge pull request geodynamics#2924 from gassmoeller/remove_dealii_pa…

    …rticle_code
    
    Remove particle code that is now in deal.II
    naliboff committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a9dbff7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Address comments

    gassmoeller committed May 10, 2019
    Configuration menu
    Copy the full SHA
    e8bb49f View commit details
    Browse the repository at this point in the history
  2. Address comments

    gassmoeller committed May 10, 2019
    Configuration menu
    Copy the full SHA
    858c116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1538fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    993e0c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8e455f View commit details
    Browse the repository at this point in the history
  6. Merge pull request geodynamics#2922 from gassmoeller/fix_issue_1243

    Increase GMRES restart length for advection solver
    MFraters committed May 10, 2019
    Configuration menu
    Copy the full SHA
    bb15dc2 View commit details
    Browse the repository at this point in the history
  7. Add missing test results

    naliboff committed May 10, 2019
    Configuration menu
    Copy the full SHA
    d757bac View commit details
    Browse the repository at this point in the history
  8. Merge pull request geodynamics#2927 from naliboff/add_missing_visco_p…

    …lastic_tests
    
    Add missing test results
    gassmoeller committed May 10, 2019
    Configuration menu
    Copy the full SHA
    5007455 View commit details
    Browse the repository at this point in the history
  9. Remove some more ifdefs

    gassmoeller committed May 10, 2019
    Configuration menu
    Copy the full SHA
    005fe45 View commit details
    Browse the repository at this point in the history
  10. Merge pull request geodynamics#2928 from gassmoeller/remove_more_part…

    …icle_code
    
    Remove some more ifdefs
    naliboff committed May 10, 2019
    Configuration menu
    Copy the full SHA
    90a36af View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Add in mesh deformation files from Rene's free_extension branch, and …

    …update to work with dealii v9.0.1 and ASPECT 2.1.0
    djneu committed May 15, 2019
    Configuration menu
    Copy the full SHA
    42feba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10094c6 View commit details
    Browse the repository at this point in the history
  3. Naming scheme changes: FreeSurfaceHandler to MeshDeformationHandler, …

    …and relevant parameter section name changes as well.
    djneu committed May 15, 2019
    Configuration menu
    Copy the full SHA
    5d6a5a9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Astyle changes

    djneu committed May 17, 2019
    Configuration menu
    Copy the full SHA
    b469132 View commit details
    Browse the repository at this point in the history
  2. Address comment styling issues from pr 2071

    djneu committed May 17, 2019
    Configuration menu
    Copy the full SHA
    a152561 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Configuration menu
    Copy the full SHA
    0ec0506 View commit details
    Browse the repository at this point in the history
  2. Rename more

    anne-glerum committed May 26, 2019
    Configuration menu
    Copy the full SHA
    f48d46a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    594508b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    de65507 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from anne-glerum/mesh_deformation_dn

    Mesh deformation dn
    Djneu committed May 27, 2019
    Configuration menu
    Copy the full SHA
    55b69f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90c5c7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    066f13b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6281d3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #15 from anne-glerum/mesh_deformation_dn

    Mesh deformation dn
    Djneu committed May 27, 2019
    Configuration menu
    Copy the full SHA
    9a520bf View commit details
    Browse the repository at this point in the history