source:
issm/oecreview/Archive/16554-17801/ISSM-17520-17521.diff@
17802
Last change on this file since 17802 was 17802, checked in by , 11 years ago | |
---|---|
File size: 902 bytes |
-
../trunk-jpl/src/c/analyses/LsfReinitializationAnalysis.cpp
251 251 void LsfReinitializationAnalysis::GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element){/*{{{*/ 252 252 253 253 IssmDouble lsf; 254 int meshtype,dim, approximation,dofpernode;254 int meshtype,dim,dofpernode; 255 255 int* doflist = NULL; 256 256 257 257 /*Get some parameters*/ … … 269 269 int numdof = numnodes*dofpernode; 270 270 271 271 /*Fetch dof list and allocate solution vector*/ 272 element->GetDofList(&doflist, approximation,GsetEnum);272 element->GetDofList(&doflist,NoneApproximationEnum,GsetEnum); 273 273 IssmDouble* values = xNew<IssmDouble>(numdof); 274 274 275 275 /*Get inputs*/
Note:
See TracBrowser
for help on using the repository browser.