Ignore:
Timestamp:
08/13/10 15:50:20 (15 years ago)
Author:
seroussi
Message:

added doftype in DofIndexing

File:
1 edited

Legend:

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

    r5096 r5254  
    2121                /*list of degrees of freedom: */
    2222                int*     doflist; //dof list on which we solve
     23                int*     doftype; //approximation type of the dofs (used only for coupling)
    2324
    2425                /*DofIndexing constructors, destructors {{{1*/
    2526                DofIndexing();
    2627                DofIndexing(int numberofdofs);
    27                 void Init(int numberofdofs);
     28                void Init(int numberofdofs,int* doftype);
    2829                DofIndexing(DofIndexing* properties);
    2930                ~DofIndexing();
Note: See TracChangeset for help on using the changeset viewer.