Ignore:
Timestamp:
08/25/17 12:11:22 (8 years ago)
Author:
Eric.Larour
Message:

ADD and CHG: introducing new love solution. This involves a new fourierlove class, a new .love field
in the model, new enums, new materials class in particular, which can now dynamically, during the constructor
phase, initialize internal structure fields relevant to only 'ice', 'litho', or any other material. The
goal is to fade away the m/classes/material classes (matice, maticeenhanced, etc...) in favor of the @materials
class, which will be all encompassing. New love_core core, and new FourierLoveCorex module, where all of the
fortran files from Lambert Caron are placed, with all his love solution code. Interfacing is done between C++
and Fortran in this module. Also, rheology_law now taken out of the parameters, should be in the materials themeselves.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/EnumToAnalysis.cpp

    r22001 r22004  
    111111                #endif
    112112                #ifdef _HAVE_LOVE_
    113                 //case LoveAnalysisEnum : return new LoveAnalysis();
     113                case LoveAnalysisEnum : return new LoveAnalysis();
    114114                #endif
    115115                #ifdef _HAVE_LEVELSET_
Note: See TracChangeset for help on using the changeset viewer.