Ignore:
Timestamp:
11/21/13 14:05:56 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: bal vel PVector

File:
1 edited

Legend:

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

    r16854 r16860  
    34733473                        break;
    34743474        }
     3475}
     3476/*}}}*/
     3477/*FUNCTION Penta::ValueP1OnGauss{{{*/
     3478void Penta::ValueP1OnGauss(IssmDouble* pvalue,IssmDouble* values,Gauss* gauss){
     3479        PentaRef::GetInputValue(pvalue,values,gauss);
     3480}
     3481/*}}}*/
     3482/*FUNCTION Penta::ValueP1DerivativesOnGauss{{{*/
     3483void Penta::ValueP1DerivativesOnGauss(IssmDouble* dvalue,IssmDouble* values,IssmDouble* xyz_list,Gauss* gauss){
     3484        PentaRef::GetInputDerivativeValue(dvalue,values,xyz_list,gauss);
    34753485}
    34763486/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.