Home
last modified time | relevance | path

Searched refs:REGION_CENTER (Results 1 – 5 of 5) sorted by relevance

/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dsurf_kokkos.cpp37 enum{REGION_ALL,REGION_ONE,REGION_CENTER}; // same as Grid enumerator
H A Dgrid_kokkos.cpp42 enum{REGION_ALL,REGION_ONE,REGION_CENTER}; // same as Surf enumerator
/dports/science/sparta/sparta-20Oct2021/src/
H A Dadapt_grid.cpp49 enum{REGION_ALL,REGION_ONE,REGION_CENTER}; enumerator
357 else if (strcmp(arg[iarg+2],"center") == 0) regstyle = REGION_CENTER; in process_args()
1618 } else if (regstyle == REGION_CENTER) { in region_check()
1664 } else if (regstyle == REGION_CENTER) { in region_check()
H A Dgrid.cpp52 enum{REGION_ALL,REGION_ONE,REGION_CENTER}; // same as Surf enumerator
2030 else if (strcmp(arg[4],"center") == 0) rstyle = REGION_CENTER; in group()
2110 } else if (rstyle == REGION_CENTER) { in group()
H A Dsurf.cpp37 enum{REGION_ALL,REGION_ONE,REGION_CENTER}; // same as Grid enumerator
2326 else if (strcmp(arg[4],"center") == 0) rstyle = REGION_CENTER; in group()
2344 } else if (rstyle == REGION_CENTER) { in group()
2370 } else if (rstyle == REGION_CENTER) { in group()