Ignore:
Timestamp:
10/25/10 08:27:35 (14 years ago)
Author:
Mathieu Morlighem
Message:

Got rid of EnumIsElement and EnumIsLoad (good riddance)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Container/Nodes.h

    r5772 r6411  
    1919                /*}}}*/
    2020                /*numerics: {{{1*/
     21                void  Configure(Elements* elements,Loads* loads, Nodes* nodes, Vertices* vertices, Materials* materials,Parameters* parameters);
    2122                void  DistributeDofs(int analysis_type,int SETENUM);
    2223                void  FlagClones(int analysis_type);
    2324                void  FlagNodeSets(Vec pv_g, Vec pv_f, Vec pv_s,int analysis_type);
     25                int   MaxNumDofs(int analysis_type,int setenum);
    2426                int   NumberOfDofs(int analysis_type,int setenum);
    2527                int   NumberOfNodes(int analysis_type);
    2628                int   NumberOfNodes(void);
    2729                void  Ranks(int* ranks,int analysis_type);
    28                 int   MaxNumDofs(int analysis_type,int setenum);
     30                void  SetCurrentConfiguration(Elements* elements,Loads* loads, Nodes* nodes, Vertices* vertices, Materials* materials,Parameters* parameters);
    2931                /*}}}*/
    3032
    3133};
    3234
    33 
    34 
    3535#endif //ifndef _NODES_H_
    36 
Note: See TracChangeset for help on using the changeset viewer.