Ignore:
Timestamp:
04/16/12 14:57:18 (13 years ago)
Author:
Mathieu Morlighem
Message:

merged trunk-jpl and trunk for revision 11994M

Location:
issm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk

  • issm/trunk/src/c/objects/Node.h

    r10576 r11995  
    1616class  DataSet;
    1717class  Vertices;
     18class  Vector;
     19class  Matrix;
    1820#include "./Update.h"
    1921/*}}}*/
     
    6769                /*Node numerical routines {{{1*/
    6870                void   Configure(DataSet* nodes,Vertices* vertices);
    69                 void   CreateNodalConstraints(Vec ys);
     71                void   CreateNodalConstraints(Vector* ys);
    7072                void   SetCurrentConfiguration(DataSet* nodes,Vertices* vertices);
    7173                int    Sid(void);
     
    8587                void   DofInFSet(int dof);
    8688                int    GetDof(int dofindex,int setenum);
    87                 void   CreateVecSets(Vec pv_g,Vec pv_f,Vec pv_s);
     89                void   CreateVecSets(Vector* pv_g,Vector* pv_f,Vector* pv_s);
    8890                int    GetConnectivity();
    8991                void   GetDofList(int* poutdoflist,int approximation_enum,int setenum);
     
    101103                int    IsGrounded();
    102104                void   UpdateSpcs(double* ys);
    103                 void   VecMerge(Vec ug, double* vector_serial,int setnum);
    104                 void   VecReduce(Vec vector, double* ug_serial,int setnum);
     105                void   VecMerge(Vector* ug, double* vector_serial,int setenum);
     106                void   VecReduce(Vector* vector, double* ug_serial,int setnum);
    105107               
    106108                /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.