source: XIOS/trunk/src/config/zoom_domain_attribute.conf @ 631

Last change on this file since 631 was 631, checked in by mhnguyen, 9 years ago

Implementing zooming on a domain

+) Add algorithm to do zooming on a domain
+) Remove some redundant codes

Test
+) On Curie
+) test_complete and test_client are correct

File size: 418 bytes
Line 
1/* GLOBAL */
2DECLARE_ATTRIBUTE(int             , zoom_ni)
3DECLARE_ATTRIBUTE(int             , zoom_nj)
4DECLARE_ATTRIBUTE(int             , zoom_ibegin)
5DECLARE_ATTRIBUTE(int             , zoom_jbegin)
6
7/* LOCAL */
8DECLARE_ATTRIBUTE(int             , zoom_ni_loc)
9DECLARE_ATTRIBUTE(int             , zoom_nj_loc)
10DECLARE_ATTRIBUTE(int             , zoom_ibegin_loc)
11DECLARE_ATTRIBUTE(int             , zoom_jbegin_loc)
Note: See TracBrowser for help on using the repository browser.