Changeset 26772


Ignore:
Timestamp:
01/12/22 08:24:23 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not grow channels if floating (set S to 0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Loads/Channel.cpp

    r26144 r26772  
    603603        /*Initialize Element matrix and return if necessary*/
    604604        Tria*  tria=(Tria*)element;
    605         if(!tria->IsIceInElement() || this->boundary){
     605        if(!tria->IsIceInElement() || tria->IsAllFloating() || this->boundary){
    606606                this->S = 0.;
    607607                return;
Note: See TracChangeset for help on using the changeset viewer.