Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Jan 22, 2019
  2. Jan 17, 2019
    • Dmitri Naumov's avatar
      [MatL] Major rewrite. · 8b6cea5e
      Dmitri Naumov authored
      A lot of changes are renames for consistency with OGS.
      
      Splitting files, and rename them (dropping mp, p, c prefixes).
      
      Extraction of the create* functions lead to single step initialization
      of the Medium, Phase, Component, and Property objects.
      
      Formatting and clang-tidy.
      Improve const-correctness.
      
      Remove unneeded Undefined property: The nullptr is probably sufficient
      in the PropertyArray, which is an array of pointers, for the property to
      be undefined.
      
      Unify value/dValue/d2Value access.
      
      [App] Remove requirement for media ids sequence.
      
      Reorder public, protected, private sections.
      
      Add missing ogs_file_param documentation lines in the code.
      8b6cea5e
    • Norbert Grunwald's avatar
      [MatL] Multi-phase/-component library. · 4f5e4c3e
      Norbert Grunwald authored
      4f5e4c3e
  3. Jan 08, 2019
  4. Jan 06, 2019
  5. Dec 19, 2018
  6. Dec 18, 2018
  7. Nov 20, 2018
  8. Nov 06, 2018
  9. Nov 05, 2018
    • Dmitri Naumov's avatar
      [App] Add project dir to python module path. · 667426dc
      Dmitri Naumov authored
      When the python modules are not in the current working directory but
      in the projects directory, the user modules would not be found.
      Adding project's directory to the python's module path allows to run ogs
      from a different directory than the project file.
      667426dc
  10. Sep 14, 2018
  11. Aug 22, 2018
  12. Aug 17, 2018
  13. Aug 11, 2018
  14. Jul 13, 2018
  15. Jun 28, 2018
  16. Jun 20, 2018
  17. Jun 14, 2018
  18. May 30, 2018
  19. May 26, 2018
  20. May 22, 2018
    • xingyuanmiao's avatar
      Staggered thermo-mechanical phase-field (#2102) · 63c2ef2e
      xingyuanmiao authored
      * added thermomechanicalphasefield process.
      
      * added tests.
      
      * fixed process name.
      
      * deactivated monolithic scheme.
      
      * modified name of Kdd component.
      
      * added ctest.
      
      * modified temperature condition for beam3d model.
      
      * added data for ctest.
      
      * minor correction of process name.
      
      * added thermo-mechanical phase-field process description in doxygen.
      
      * changed test name.
      
      * added documentation for website.
      
      * added slab3d test.
      
      * added process description.
      
      * updated secondary variables output.
      
      * added analytical solution comparison.
      
      * updated sceondary variables output in two large tests.
      
      * updated test.
      
      * reference corrections for doxygen.
      
      * added tags for phasefield and thermal parameters.
      
      * separated different types of parameters in tests.
      
      * [TMPh] Fixed a bug and ran clang-format to the changed file
      
      * renamed the representation of the trace of mechanical strain.
      
      * use resize for eps_prev instead of initialisation.
      
      * removed unused parameters.
      
      * removed commented code.
      
      * removed unnecessary includes.
      
      * renamed sigma_real to sigma.
      
      * updated history_variable using std::max.
      
      * removed unnecessary update for sigma and heatflux.
      
      * added missed temperature variable.
      
      * removed two INFOs for history_variable.
      
      * replaced block with segment.
      
      * removed unused typedef of invariants.
      
      * rearranged the order of includes.
      
      * fixed calculation of density.
      
      * fixed doxygen warnings.
      
      * minor correction on the definition of residual thermal conductivity.
      
      * removed monolithic scheme.
      
      * supplemented correction of density calculation.
      
      * added a mechanical phasefield test to compare with a homogeneous temperature test.
      
      * updated iglu testing to check the heat_flux.
      
      * added thermal shock testing to ctest.
      
      * corrected reference citation.
      
      * minor corrections of the process description.
      
      * updated the process after latest rebasing.
      
      * removed unused parameter history_field.
      
      * added missing .vtu term in thermal shock testing case.
      
      * removed coupling_scheme option --WIP.
      
      * [TMPh] Changed the parsing of variables in order to keep the variable documentations
      
      * adjusted total running time and refined the tolerance of convergence.
      
      * changed format of image display.
      
      * format line 221-248.
      
      * fixed equation display issue.
      
      * changed ctest name.
      
      * changed format.
      
      * [T] TMP: Remove executable flag from test files.
      
      * [T] TMP: Format project files.
      
      * clang-format all source code changes.
      63c2ef2e
  21. Mar 27, 2018
  22. Jan 02, 2018
  23. Nov 08, 2017
  24. Sep 05, 2017
  25. Sep 04, 2017
Loading