Ignore:
Timestamp:
05/30/20 22:13:21 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cleaning up NDOFx

File:
1 edited

Legend:

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

    r24861 r24933  
    287287}/*}}}*/
    288288void           HydrologyShreveAnalysis::GetB(IssmDouble* B,Element* element,IssmDouble* xyz_list,Gauss* gauss){/*{{{*/
    289         /*Compute B  matrix. B=[B1 B2 B3] where Bi is of size 3*NDOF2.
     289        /*Compute B  matrix. B=[B1 B2 B3] where Bi is of size 3*2.
    290290         * For node i, Bi can be expressed in the actual coordinate system
    291291         * by:
     
    294294         * where N is the finiteelement function for node i.
    295295         *
    296          * We assume B_prog has been allocated already, of size: 2x(NDOF1*numnodes)
     296         * We assume B_prog has been allocated already, of size: 2x(1*numnodes)
    297297         */
    298298
     
    314314}/*}}}*/
    315315void           HydrologyShreveAnalysis::GetBprime(IssmDouble* Bprime,Element* element,IssmDouble* xyz_list,Gauss* gauss){/*{{{*/
    316         /*Compute B'  matrix. B'=[B1' B2' B3'] where Bi' is of size 3*NDOF2.
     316        /*Compute B'  matrix. B'=[B1' B2' B3'] where Bi' is of size 3*2.
    317317         * For node i, Bi' can be expressed in the actual coordinate system
    318318         * by:
     
    321321         * where N is the finiteelement function for node i.
    322322         *
    323          * We assume B' has been allocated already, of size: 3x(NDOF2*numnodes)
     323         * We assume B' has been allocated already, of size: 3x(2*numnodes)
    324324         */
    325325
Note: See TracChangeset for help on using the changeset viewer.