Ignore:
Timestamp:
03/15/11 09:01:44 (14 years ago)
Author:
Eric.Larour
Message:

New hydrology solution, with new modules, new element routines, new data for materials, new model processing, and new solution configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ModelProcessorx/ModelProcessorx.h

    r7159 r7640  
    6161void    UpdateElementsThermal(Elements* elements,IoModel* iomodel,ConstDataHandle iomodel_handle,int analysis_counter,int analysis_type);
    6262
     63/*hydrology:*/
     64void    CreateNodesHydrology(Nodes** pnodes,IoModel* iomodel,ConstDataHandle iomodel_handle);
     65void    CreateConstraintsHydrology(Constraints** pconstraints,IoModel* iomodel,ConstDataHandle iomodel_handle);
     66void  CreateLoadsHydrology(Loads** ploads, IoModel* iomodel, ConstDataHandle iomodel_handle);
     67void    UpdateElementsHydrology(Elements* elements,IoModel* iomodel,ConstDataHandle iomodel_handle,int analysis_counter,int analysis_type);
     68
     69
    6370/*melting:*/
    6471void    CreateNodesMelting(Nodes** pnodes,IoModel* iomodel,ConstDataHandle iomodel_handle);
Note: See TracChangeset for help on using the changeset viewer.