Ignore:
Timestamp:
10/04/12 16:49:33 (12 years ago)
Author:
Eric.Larour
Message:

CHG:
simplified profiler further.
moved Dakotax to solution/dakota_core and cleanep up the modules/Dakotax code a lot.
also took care of reactivating sharedstring and DescriptorIndex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutions/solutions.h

    r13534 r13539  
    3030void steadystate_core(FemModel* femmodel);
    3131void transient_core(FemModel* femmodel);
     32void dakota_core(FemModel* femmodel);
    3233IssmDouble objectivefunction(IssmDouble search_scalar,OptArgs* optargs);
    3334
     
    4748void EnvironmentInit(int argc,char** argv);
    4849void EnvironmentFinalize(void);
     50int  DakotaSpawnCore(double* responses, int numresponses, double* variables, char** variables_descriptors,int numvariables, void* femmodel,int counter);
    4951
    5052//solution configuration
     
    5355void AdjointCorePointerFromSolutionEnum(void (**padjointcore)(FemModel*),int solutiontype);
    5456
     57
    5558#endif
Note: See TracChangeset for help on using the changeset viewer.