Ignore:
Timestamp:
05/20/10 16:22:15 (15 years ago)
Author:
Mathieu Morlighem
Message:

prepared InputToResultx/InputToResultx.cpp, to be completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/DataSet/DataSet.h

    r3855 r3869  
    9393                void  FieldAverageOntoVertices(Vec fieldsum,Vec connectivity,double* field);
    9494                void  FieldDepthAverageAtBase(Vec field,double* field_serial,char* fieldname);
     95                void  DepthAverageInputAtBase(int enum_type);
     96                void  InputExtrude(int enum_type);
    9597                int   DeleteObject(Object* object);
    9698                void  ComputeBasalStress(Vec sigma_b,int analysis_type,int sub_analysis_type);
     
    99101                int   FindResult(void* pvalue, char* name);
    100102                void  FieldExtrude(Vec field,double* field_serial,char* field_name, int collapse);
     103                void  InputToResult(Mat* psolution,int enum_type);
    101104                void  UpdateVertexPositions(double* thickness,double* bed);
    102105                void  OutputRifts(Vec riftproperties);
     
    128131                /*numerics: {{{1*/
    129132                int  AddInput(Input* in_input);
     133                Input* GetInput(int enum_name);
    130134                Inputs* SpawnTriaInputs(int* indices);
    131135               
Note: See TracChangeset for help on using the changeset viewer.