Ignore:
Timestamp:
04/23/09 16:13:15 (16 years ago)
Author:
Eric.Larour
Message:

Introduced new Brent Search based Control Optimization algorithm

File:
1 edited

Legend:

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

    r1 r8  
    88#include "./Object.h"
    99#include "../toolkits/toolkits.h"
     10#include "./ParameterInputs.h"
    1011
    1112#define MAXDOFSPERNODE 4
     
    6667                double GetZ();
    6768                Object* copy();
     69                void  UpdateFromInputs(ParameterInputs* inputs);
    6870
    6971};
Note: See TracChangeset for help on using the changeset viewer.