Ignore:
Timestamp:
07/21/10 15:35:18 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added /MaterialUpdateFromTemperature module and SpawnProcessedInput used to call any function double=f(double) as Paterson

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Beam.h

    r4575 r4702  
    8585                void       InputControlConstrain(int control_type,double cm_min, double cm_max);
    8686                void       InputConvergence(int* pconverged,double* eps, int* enums,int num_enums,int* criterionenums,double* criterionvalues,int num_criterionenums);
    87                 void       InputDepthAverageAtBase(int enum_type,int average_enum_type){ISSMERROR("not implemented yet");}
     87                void     InputDepthAverageAtBase(int enum_type,int average_enum_type){ISSMERROR("not implemented yet");}
    8888                void       InputDuplicate(int original_enum,int new_enum);
    8989                void       InputScale(int enum_type,double scale_factor);
    9090                void       InputToResult(int enum_type,int step,double time);
    91                 double     MassFlux(double* segment);
     91                void       MaterialUpdateFromTemperature(void){ISSMERROR("not implemented yet");};
     92                double  MassFlux(double* segment);
    9293                void       MaxAbsVx(double* pmaxabsvx, bool process_units);
    9394                void       MaxAbsVy(double* pmaxabsvy, bool process_units);
Note: See TracChangeset for help on using the changeset viewer.