Ignore:
Timestamp:
01/14/14 13:15:26 (11 years ago)
Author:
seroussi
Message:

NEW: starting to add analytical functions for FS

File:
1 edited

Legend:

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

    r17047 r17109  
    9595                int    GetNumberOfVertices(void);
    9696                void   GetSolutionFromInputsOneDof(Vector<IssmDouble>* solution,int enum_type);
     97                IssmDouble GetXcoord(Gauss* gauss);
     98                IssmDouble GetYcoord(Gauss* gauss);
    9799                IssmDouble GetZcoord(Gauss* gauss);
    98                 IssmDouble GetYcoord(Gauss* gauss){_error_("Not implemented");};
    99100                void   GetVectorFromInputs(Vector<IssmDouble>* vector,int name_enum);
    100101                void   GetVerticesCoordinates(IssmDouble** pxyz_list);
Note: See TracChangeset for help on using the changeset viewer.