Ignore:
Timestamp:
09/16/10 11:55:33 (15 years ago)
Author:
Mathieu Morlighem
Message:

prepared Penta for Kff

File:
1 edited

Legend:

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

    r5841 r5843  
    1919class Matpar;
    2020class Tria;
     21class ElementMatrix;
     22class ElementVector;
    2123
    2224#include "../../include/include.h"
     
    150152                void      GetDofList(int** pdoflist,int approximation_enum,int setenum);
    151153                void      GetDofList1(int* doflist);
     154                int*    GetLocalDofList(int approximation_enum,int setenum);
     155                int*    GetGlobalDofList(int approximation_enum,int setenum);
     156                int GetNumberOfDofs(int approximation_enum,int setenum);
    152157                int     GetElementType(void);
    153158                void    GetParameterListOnVertices(double* pvalue,int enumtype);
     
    184189                bool    IsOnShelf(void);
    185190                bool    IsOnWater(void);
     191                ElementMatrix* NewElementMatrix(int approximation);
     192                ElementVector* NewElementVector(int approximation);
    186193                void      ReduceMatrixStokes(double* Ke_reduced, double* Ke_temp);
    187194                void      ReduceVectorStokes(double* Pe_reduced, double* Ke_temp, double* Pe_temp);
Note: See TracChangeset for help on using the changeset viewer.