Changeset 20041
- Timestamp:
- 01/31/16 20:56:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/sealevelrise_core_eustatic.cpp
r20007 r20041 37 37 /*Initialize:*/ 38 38 Sgi = new Vector<IssmDouble>(gsize); 39 Sgi->Assemble();40 39 41 40 /*call the eustatic main module: */ 42 41 femmodel->SealevelriseEustatic(Sgi,&eustatic, latitude, longitude, radius); //this computes 43 44 /*assemble solution vector: */45 Sgi->Assemble();46 42 47 43 /*we need to average Sgi over the ocean: RHS term 4 in Eq.4 of Farrel and clarke. Only the elements can do that: */
Note:
See TracChangeset
for help on using the changeset viewer.