Ignore:
Timestamp:
11/21/13 10:34:13 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: PVector SIA 3d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.h

    r16849 r16850  
    131131                IssmDouble TimeAdapt();
    132132                int    VertexConnectivity(int vertexindex);
     133                void   VerticalSegmentIndices(int** pindices,int* pnumseg);
    133134                void   ViscousHeatingCreateInput(void);
    134135                void   ViscousHeating(IssmDouble* pphi,IssmDouble* xyz_list,Gauss* gauss,Input* vx_input,Input* vy_input,Input* vz_input);
     
    250251                bool           IsNodeOnShelfFromFlags(IssmDouble* flags);
    251252                void           JacobianDeterminant(IssmDouble*  Jdet, IssmDouble* xyz_list,Gauss* gauss);
     253                void           JacobianDeterminantLine(IssmDouble* Jdet, IssmDouble* xyz_list,Gauss* gauss);
    252254                void           JacobianDeterminantSurface(IssmDouble*  pJdet, IssmDouble* xyz_list,Gauss* gauss);
    253255                void           JacobianDeterminantBase(IssmDouble* pJdet,IssmDouble* xyz_list_base,Gauss* gauss);
     
    259261      Gauss*         NewGauss(IssmDouble* xyz_list, IssmDouble* xyz_list_front,int order_horiz,int order_vert);
    260262                Gauss*         NewGaussBase(int order);
     263                Gauss*         NewGaussLine(int vertex1,int vertex2,int order);
    261264                Gauss*         NewGaussTop(int order);
    262265                ElementVector* NewElementVector(int approximation_enum);
Note: See TracChangeset for help on using the changeset viewer.