Ignore:
Timestamp:
08/17/10 11:13:09 (15 years ago)
Author:
Eric.Larour
Message:

Created new method for updating Dakota vectors into the elements with a
new InputUpdateFromVectorDakotax module. For now, does exactly InputUpdateFromVectorx
did. Will introduce Dakota specialty code in these new routines in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Materials/Matice.h

    r4967 r5311  
    4545                void  InputUpdateFromVector(int* vector, int name, int type);
    4646                void  InputUpdateFromVector(bool* vector, int name, int type);
     47                void  InputUpdateFromVectorDakota(double* vector, int name, int type);
     48                void  InputUpdateFromVectorDakota(int* vector, int name, int type);
     49                void  InputUpdateFromVectorDakota(bool* vector, int name, int type);
    4750                void  InputUpdateFromConstant(double constant, int name);
    4851                void  InputUpdateFromConstant(int constant, int name);
Note: See TracChangeset for help on using the changeset viewer.