Changeset 4704
- Timestamp:
- 07/21/10 16:14:34 (15 years ago)
- Location:
- issm/trunk/src/c/objects/Inputs
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/BeamVertexInput.h
r4702 r4704 41 41 Input* SpawnBeamInput(int* indices); 42 42 Input* SpawnTriaInput(int* indices); 43 Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};44 43 Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");}; 45 44 ElementResult* SpawnResult(int step, double time); -
issm/trunk/src/c/objects/Inputs/BoolInput.h
r4702 r4704 41 41 Input* SpawnBeamInput(int* indices); 42 42 Input* SpawnTriaInput(int* indices); 43 Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};44 43 Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");}; 45 44 ElementResult* SpawnResult(int step, double time); -
issm/trunk/src/c/objects/Inputs/DoubleInput.h
r4702 r4704 40 40 Input* SpawnBeamInput(int* indices); 41 41 Input* SpawnTriaInput(int* indices); 42 Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};43 42 Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");}; 44 43 ElementResult* SpawnResult(int step, double time); -
issm/trunk/src/c/objects/Inputs/Input.h
r4702 r4704 45 45 virtual Input* SpawnBeamInput(int* indices)=0; 46 46 virtual Input* SpawnTriaInput(int* indices)=0; 47 virtual Input* SpawnProcessedInput(double (*f)(double))=0;48 47 virtual Input* PointwiseDivide(Input* inputB)=0; 49 48 virtual ElementResult* SpawnResult(int step, double time)=0; -
issm/trunk/src/c/objects/Inputs/IntInput.h
r4702 r4704 41 41 Input* SpawnBeamInput(int* indices); 42 42 Input* SpawnTriaInput(int* indices); 43 Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};44 43 Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");}; 45 44 ElementResult* SpawnResult(int step, double time); -
issm/trunk/src/c/objects/Inputs/PentaVertexInput.h
r4702 r4704 40 40 Input* SpawnBeamInput(int* indices); 41 41 Input* SpawnTriaInput(int* indices); 42 Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};43 42 Input* PointwiseDivide(Input* inputB); 44 43 ElementResult* SpawnResult(int step, double time); -
issm/trunk/src/c/objects/Inputs/SingVertexInput.h
r4702 r4704 40 40 Input* SpawnBeamInput(int* indices); 41 41 Input* SpawnTriaInput(int* indices); 42 Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};43 42 Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");}; 44 43 ElementResult* SpawnResult(int step, double time); -
issm/trunk/src/c/objects/Inputs/TriaVertexInput.h
r4702 r4704 41 41 Input* SpawnBeamInput(int* indices); 42 42 Input* SpawnTriaInput(int* indices); 43 Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};44 43 Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");}; 45 44 ElementResult* SpawnResult(int step, double time);
Note:
See TracChangeset
for help on using the changeset viewer.