source: XIOS/dev/branch_openmp/src/config/expand_domain_attribute.conf @ 1460

Last change on this file since 1460 was 1078, checked in by mhnguyen, 7 years ago

Adding rectilinear and curvilinear domain for expand_domain transformation
-) Rectilinear/curvilinear is expanded not only locally but also globally, its global size ni_glo, nj_glo become ni_glo+2 and nj_glo+2
-) Two attributes i_periodic, j_periodic are only used for rectilinear/curvilinear to process priodic condition

+) Do some minor modification

Test
+) Add test_connectivity_expand
+) On Curie
+) Work (but need more real tests)

File size: 228 bytes
Line 
1DECLARE_ATTRIBUTE(int, order)
2
3DECLARE_ENUM2(type,node,edge)
4
5// Flag to determine if domain expension should be periodic (and in which direction)
6DECLARE_ATTRIBUTE(bool,      i_periodic)
7DECLARE_ATTRIBUTE(bool,      j_periodic)
Note: See TracBrowser for help on using the repository browser.