Home
last modified time | relevance | path

Searched refs:node_sw_corner (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dsurface.c204 uint64_t node_sw_corner; /* Node index of southwest interior grid corner for current stride */ member
653 C->node_sw_corner = C->node_nw_corner + (C->current_ny - 1) * C->current_mx; in surface_set_grid_parameters()
654 C->node_se_corner = C->node_sw_corner + C->current_nx - 1; in surface_set_grid_parameters()
945 …for (col = 0, n_s = C->node_sw_corner, n_n = C->node_nw_corner; col < C->current_nx; col++, n_s++,… in surface_set_BCs()
967 n = C->node_sw_corner; /* Just use shorthand in each expression */ in surface_set_BCs()
978 …for (col = 0, n_s = C->node_sw_corner, n_n = C->node_nw_corner; col < C->current_nx; col++, n_s++,… in surface_set_BCs()
H A Dsurface_experimental.c233 uint64_t node_sw_corner; /* Node index of southwest interior grid corner for current stride */ member
792 C->node_sw_corner = C->node_nw_corner + (C->current_ny - 1) * C->current_mx; in surface_set_grid_parameters()
793 C->node_se_corner = C->node_sw_corner + C->current_nx - 1; in surface_set_grid_parameters()
1085 …for (col = 0, n_s = C->node_sw_corner, n_n = C->node_nw_corner; col < C->current_nx; col++, n_s++,… in surface_set_BCs()
1110 n = C->node_sw_corner; /* Just use shorthand in each expression */ in surface_set_BCs()
1122 …for (col = 0, n_s = C->node_sw_corner, n_n = C->node_nw_corner; col < C->current_nx; col++, n_s++,… in surface_set_BCs()