Changeset 17694


Ignore:
Timestamp:
04/09/14 13:27:13 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed HO for Tetras

Location:
issm/trunk-jpl/src/c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/StressbalanceVerticalAnalysis.cpp

    r17693 r17694  
    3838                iomodel->FetchDataToInput(elements,MeshElementonsurfaceEnum);
    3939        }
     40        iomodel->FetchDataToInput(elements,MeshVertexonsurfaceEnum);
    4041        iomodel->FetchDataToInput(elements,BasalforcingsMeltingRateEnum);
    4142        iomodel->FetchDataToInput(elements,VxEnum,0.);
  • issm/trunk-jpl/src/c/classes/Elements/Tetra.cpp

    r17671 r17694  
    164164
    165165        _error_("Could not find 3 vertices on bed");
     166}
     167/*}}}*/
     168/*FUNCTION Tetra::GetElementType {{{*/
     169int Tetra::GetElementType(){
     170
     171        /*return TetraRef field*/
     172        return this->element_type;
    166173}
    167174/*}}}*/
  • issm/trunk-jpl/src/c/classes/Elements/Tetra.h

    r17680 r17694  
    115115                IssmDouble  GetYcoord(Gauss* gauss){_error_("Not implemented");};
    116116                IssmDouble  GetZcoord(Gauss* gauss);
    117                 int         GetElementType(void){_error_("not implemented yet");};
     117                int         GetElementType(void);
    118118                Gauss*      NewGauss(void);
    119119                Gauss*      NewGauss(int order);
Note: See TracChangeset for help on using the changeset viewer.