source: trunk/src/solsor_flag.h @ 39

Last change on this file since 39 was 39, checked in by jbrlod, 13 years ago

YAOtize solsor

File size: 698 bytes
Line 
1/***************************************************************************
2                 module classe solsor_dynspg_flt.h  -  description
3***************************************************************************/
4// Julien Brajard
5// locean-ipsl.upmc, Paris, April 25, 2011
6//===========================================================================
7//                          methode forward
8forward (YREAL x1, YREAL x2, YREAL x3, YREAL x4)
9{
10/*      1       from    solsor_gcx_gcr          2  i    j    k    t
11        2       from    solsor_flag             1  i    j    k-1  t
12        3       from    solsor_flag             1  i-1  j    k  t
13        4       from    solsor_flag             1  i    j-1  k  t
14} */
15
16//jn (current iteration) = Yk+1
17
18if (Yk<nmin)
19{
20YS1=0;
21}
22
23if (Yi==0) {
24
Note: See TracBrowser for help on using the repository browser.