Ignore:
Timestamp:
06/02/11 15:34:39 (14 years ago)
Author:
seroussi
Message:

c: start to create enthalpy solution

File:
1 edited

Legend:

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

    r8376 r8483  
    167167                ElementMatrix* CreateKMatrixDiagnosticVertVolume(void);
    168168                ElementMatrix* CreateKMatrixDiagnosticVertSurface(void);
     169                ElementMatrix* CreateKMatrixEnthalpy(void);
     170                ElementMatrix* CreateKMatrixEnthalpyVolume(void);
     171                ElementMatrix* CreateKMatrixEnthalpyShelf(void);
    169172                ElementMatrix* CreateKMatrixMelting(void);
    170173                ElementMatrix* CreateKMatrixPrognostic(void);
     
    194197                ElementVector* CreatePVectorDiagnosticStokesViscous(void);
    195198                ElementVector* CreatePVectorDiagnosticStokesShelf(void);
     199                ElementVector* CreatePVectorEnthalpy(void);
     200                ElementVector* CreatePVectorEnthalpyVolume(void);
     201                ElementVector* CreatePVectorEnthalpyShelf(void);
     202                ElementVector* CreatePVectorEnthalpySheet(void);
    196203                ElementVector* CreatePVectorAdjointStokes(void);
    197204                ElementVector* CreatePVectorDiagnosticVert(void);
Note: See TracChangeset for help on using the changeset viewer.