Changeset 27141


Ignore:
Timestamp:
07/02/22 11:01:30 (3 years ago)
Author:
Eric.Larour
Message:

CHG: thickness is P0, not P1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2022/src/c/analyses/MmemasstransportAnalysis.cpp

    r27138 r27141  
    174174
    175175        /*Add thickness ice and ocean levelsets as inputs to the tria element: */
    176         element->AddInput(ThicknessEnum,height,P1Enum);
     176        element->AddInput(ThicknessEnum,height,P0Enum); //very important, do not change the type of ThicknessEnum to P1 when it should be P0!
    177177        element->AddInput(MaskIceLevelsetEnum,ice,P1Enum);
    178178        element->AddInput(MaskOceanLevelsetEnum,ocean,P1Enum);
Note: See TracChangeset for help on using the changeset viewer.