Changeset 15564 for issm/trunk-jpl/src/c/classes/Elements/TriaRef.cpp
- Timestamp:
- 07/23/13 14:23:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/TriaRef.cpp
r15496 r15564 114 114 } 115 115 /*}}}*/ 116 /*FUNCTION TriaRef::GetBMacAyeal Stokes{{{*/117 void TriaRef::GetBMacAyeal Stokes(IssmDouble* B, IssmDouble* xyz_list, GaussTria* gauss){116 /*FUNCTION TriaRef::GetBMacAyealFS {{{*/ 117 void TriaRef::GetBMacAyealFS(IssmDouble* B, IssmDouble* xyz_list, GaussTria* gauss){ 118 118 119 119 /*Compute B matrix. B=[B1 B2 B3] where Bi is of size 3*NDOF2. … … 265 265 } 266 266 /*}}}*/ 267 /*FUNCTION TriaRef::GetBprimeMacAyeal Stokes{{{*/268 void TriaRef::GetBprimeMacAyeal Stokes(IssmDouble* Bprime, IssmDouble* xyz_list, GaussTria* gauss){267 /*FUNCTION TriaRef::GetBprimeMacAyealFS {{{*/ 268 void TriaRef::GetBprimeMacAyealFS(IssmDouble* Bprime, IssmDouble* xyz_list, GaussTria* gauss){ 269 269 /*Compute Bprime matrix. Bprime=[Bprime1 Bprime2 Bprime3] where Bprimei is of size 3*NDOF2. 270 270 * For node i, Bprimei can be expressed in the actual coordinate system
Note:
See TracChangeset
for help on using the changeset viewer.