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/Inputs/SingVertexInput.h

    r4698 r4702  
    4040                Input* SpawnBeamInput(int* indices);
    4141                Input* SpawnTriaInput(int* indices);
     42                Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};
    4243                Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");};
    4344                ElementResult* SpawnResult(int step, double time);
Note: See TracChangeset for help on using the changeset viewer.