Ignore:
Timestamp:
10/24/13 16:30:36 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: create all datasets once for all (nodes, elements, constraints, parameters), do not pass pointers anymore (much simpler)

File:
1 edited

Legend:

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

    r16539 r16542  
    1313        public:
    1414                int  DofsPerNode(int** doflist,int meshtype,int approximation);
    15                 void UpdateParameters(Parameters** pparameters,IoModel* iomodel,int solution_enum,int analysis_enum);
     15                void UpdateParameters(Parameters* parameters,IoModel* iomodel,int solution_enum,int analysis_enum);
    1616                void UpdateElements(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type);
    17                 void CreateNodes(Nodes** pnodes,IoModel* iomodel);
    18                 void CreateConstraints(Constraints** pconstraints,IoModel* iomodel);
    19                 void CreateLoads(Loads** ploads, IoModel* iomodel);
     17                void CreateNodes(Nodes* nodes,IoModel* iomodel);
     18                void CreateConstraints(Constraints* constraints,IoModel* iomodel);
     19                void CreateLoads(Loads* loads, IoModel* iomodel);
    2020};
    2121#endif
Note: See TracChangeset for help on using the changeset viewer.