Ignore:
Timestamp:
08/22/13 11:44:02 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added free surface solver for bottom and upper surface, not working yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/modules/ModelProcessorx/ModelProcessorx.h ΒΆ

    r15771 r15877  
    104104void CreateLoadsMasstransport(Loads** ploads, IoModel* iomodel);
    105105void UpdateElementsMasstransport(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type);
     106void CreateNodesFreeSurfaceTop(Nodes** pnodes,IoModel* iomodel);
     107void CreateConstraintsFreeSurfaceTop(Constraints** pconstraints,IoModel* iomodel);
     108void CreateLoadsFreeSurfaceTop(Loads** ploads, IoModel* iomodel);
     109void UpdateElementsFreeSurfaceTop(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type);
     110void CreateNodesFreeSurfaceBase(Nodes** pnodes,IoModel* iomodel);
     111void CreateConstraintsFreeSurfaceBase(Constraints** pconstraints,IoModel* iomodel);
     112void CreateLoadsFreeSurfaceBase(Loads** ploads, IoModel* iomodel);
     113void UpdateElementsFreeSurfaceBase(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type);
    106114
    107115/*balancedthickness:*/
Note: See TracChangeset for help on using the changeset viewer.