Changeset 27076


Ignore:
Timestamp:
06/19/22 15:33:35 (3 years ago)
Author:
Eric.Larour
Message:

CHG: new module UpdateMmesx to resolve Mmes (using a model id index) into an underlying transient input that
can be used by elements.

Location:
issm/branches/trunk-larour-SLPS2022/src/c
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2022/src/c/Makefile.am

    r26908 r27076  
    250250        ./modules/StochasticForcingx/StochasticForcingx.cpp \
    251251        ./modules/Mergesolutionfromftogx/Mergesolutionfromftogx.cpp \
     252        ./modules/UpdateMmesx/UpdateMmesx.cpp \
    252253        ./cores/ProcessArguments.cpp \
    253254        ./cores/ResetBoundaryConditions.cpp \
  • issm/branches/trunk-larour-SLPS2022/src/c/modules/modules.h

    r26802 r27076  
    103103#include "./ThicknessAcrossGradientx/ThicknessAcrossGradientx.h"
    104104#include "./UpdateDynamicConstraintsx/UpdateDynamicConstraintsx.h"
     105#include "./UpdateMmesx/UpdateMmesx.h"
    105106#include "./VertexCoordinatesx/VertexCoordinatesx.h"
    106107#include "./ElementCoordinatesx/ElementCoordinatesx.h"
Note: See TracChangeset for help on using the changeset viewer.