Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Dmitri Naumov's avatar
    8b6cea5e
    [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
    History
    [MatL] Major rewrite.
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.