- Timestamp:
- 05/30/20 22:13:21 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/analyses/HydrologyShreveAnalysis.cpp ¶
r24861 r24933 287 287 }/*}}}*/ 288 288 void 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. 290 290 * For node i, Bi can be expressed in the actual coordinate system 291 291 * by: … … 294 294 * where N is the finiteelement function for node i. 295 295 * 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) 297 297 */ 298 298 … … 314 314 }/*}}}*/ 315 315 void 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. 317 317 * For node i, Bi' can be expressed in the actual coordinate system 318 318 * by: … … 321 321 * where N is the finiteelement function for node i. 322 322 * 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) 324 324 */ 325 325
Note:
See TracChangeset
for help on using the changeset viewer.