Ignore:
Timestamp:
07/23/13 14:30:29 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: MacAyeal -> SSA

File:
1 edited

Legend:

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

    r15564 r15567  
    8080}
    8181/*}}}*/
    82 /*FUNCTION TriaRef::GetBMacAyeal {{{*/
    83 void TriaRef::GetBMacAyeal(IssmDouble* B, IssmDouble* xyz_list, GaussTria* gauss){
     82/*FUNCTION TriaRef::GetBSSA {{{*/
     83void TriaRef::GetBSSA(IssmDouble* B, IssmDouble* xyz_list, GaussTria* gauss){
    8484        /*Compute B  matrix. B=[B1 B2 B3] where Bi is of size 3*NDOF2.
    8585         * For node i, Bi can be expressed in the actual coordinate system
     
    114114}
    115115/*}}}*/
    116 /*FUNCTION TriaRef::GetBMacAyealFS {{{*/
    117 void TriaRef::GetBMacAyealFS(IssmDouble* B, IssmDouble* xyz_list, GaussTria* gauss){
     116/*FUNCTION TriaRef::GetBSSAFS {{{*/
     117void TriaRef::GetBSSAFS(IssmDouble* B, IssmDouble* xyz_list, GaussTria* gauss){
    118118
    119119        /*Compute B  matrix. B=[B1 B2 B3] where Bi is of size 3*NDOF2.
     
    230230}
    231231/*}}}*/
    232 /*FUNCTION TriaRef::GetBprimeMacAyeal {{{*/
    233 void TriaRef::GetBprimeMacAyeal(IssmDouble* Bprime, IssmDouble* xyz_list, GaussTria* gauss){
     232/*FUNCTION TriaRef::GetBprimeSSA {{{*/
     233void TriaRef::GetBprimeSSA(IssmDouble* Bprime, IssmDouble* xyz_list, GaussTria* gauss){
    234234
    235235        /*Compute B'  matrix. B'=[B1' B2' B3'] where Bi' is of size 3*NDOF2.
     
    265265}
    266266/*}}}*/
    267 /*FUNCTION TriaRef::GetBprimeMacAyealFS {{{*/
    268 void TriaRef::GetBprimeMacAyealFS(IssmDouble* Bprime, IssmDouble* xyz_list, GaussTria* gauss){
     267/*FUNCTION TriaRef::GetBprimeSSAFS {{{*/
     268void TriaRef::GetBprimeSSAFS(IssmDouble* Bprime, IssmDouble* xyz_list, GaussTria* gauss){
    269269        /*Compute Bprime  matrix. Bprime=[Bprime1 Bprime2 Bprime3] where Bprimei is of size 3*NDOF2.
    270270         * For node i, Bprimei can be expressed in the actual coordinate system
     
    331331}
    332332/*}}}*/
    333 /*FUNCTION TriaRef::GetBMacAyealFriction{{{*/
    334 void TriaRef::GetBMacAyealFriction(IssmDouble* B, IssmDouble* xyz_list,GaussTria* gauss){
     333/*FUNCTION TriaRef::GetBSSAFriction{{{*/
     334void TriaRef::GetBSSAFriction(IssmDouble* B, IssmDouble* xyz_list,GaussTria* gauss){
    335335        /*Compute B  matrix. B=[B1 B2 B3] where Bi is square and of size 2.
    336336         * For node i, Bi can be expressed in the actual coordinate system
Note: See TracChangeset for help on using the changeset viewer.