Changeset 15567 for issm/trunk-jpl/src/c/classes/Elements/TriaRef.cpp
- Timestamp:
- 07/23/13 14:30:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Elements/TriaRef.cpp ¶
r15564 r15567 80 80 } 81 81 /*}}}*/ 82 /*FUNCTION TriaRef::GetB MacAyeal{{{*/83 void TriaRef::GetB MacAyeal(IssmDouble* B, IssmDouble* xyz_list, GaussTria* gauss){82 /*FUNCTION TriaRef::GetBSSA {{{*/ 83 void TriaRef::GetBSSA(IssmDouble* B, IssmDouble* xyz_list, GaussTria* gauss){ 84 84 /*Compute B matrix. B=[B1 B2 B3] where Bi is of size 3*NDOF2. 85 85 * For node i, Bi can be expressed in the actual coordinate system … … 114 114 } 115 115 /*}}}*/ 116 /*FUNCTION TriaRef::GetB MacAyealFS {{{*/117 void TriaRef::GetB MacAyealFS(IssmDouble* B, IssmDouble* xyz_list, GaussTria* gauss){116 /*FUNCTION TriaRef::GetBSSAFS {{{*/ 117 void TriaRef::GetBSSAFS(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. … … 230 230 } 231 231 /*}}}*/ 232 /*FUNCTION TriaRef::GetBprime MacAyeal{{{*/233 void TriaRef::GetBprime MacAyeal(IssmDouble* Bprime, IssmDouble* xyz_list, GaussTria* gauss){232 /*FUNCTION TriaRef::GetBprimeSSA {{{*/ 233 void TriaRef::GetBprimeSSA(IssmDouble* Bprime, IssmDouble* xyz_list, GaussTria* gauss){ 234 234 235 235 /*Compute B' matrix. B'=[B1' B2' B3'] where Bi' is of size 3*NDOF2. … … 265 265 } 266 266 /*}}}*/ 267 /*FUNCTION TriaRef::GetBprime MacAyealFS {{{*/268 void TriaRef::GetBprime MacAyealFS(IssmDouble* Bprime, IssmDouble* xyz_list, GaussTria* gauss){267 /*FUNCTION TriaRef::GetBprimeSSAFS {{{*/ 268 void TriaRef::GetBprimeSSAFS(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 … … 331 331 } 332 332 /*}}}*/ 333 /*FUNCTION TriaRef::GetB MacAyealFriction{{{*/334 void TriaRef::GetB MacAyealFriction(IssmDouble* B, IssmDouble* xyz_list,GaussTria* gauss){333 /*FUNCTION TriaRef::GetBSSAFriction{{{*/ 334 void TriaRef::GetBSSAFriction(IssmDouble* B, IssmDouble* xyz_list,GaussTria* gauss){ 335 335 /*Compute B matrix. B=[B1 B2 B3] where Bi is square and of size 2. 336 336 * For node i, Bi can be expressed in the actual coordinate system
Note:
See TracChangeset
for help on using the changeset viewer.