previous up next
Go backward to `desing/gsec`
Go up to Procedures
Go forward to `desing/gsecexd`

`desing/gsecrc`

Compute the global sections of an ideal sheaf I on W' (in the resolution W'->W). The sections of I should be put into the SCS entries of the charts in the chartHistory global array which form the covering of W' (the final blowig up variety in a resoltuion computed by desing). The difference to `desing/gsec` is that this procedure does not push the I directly out onto W (via the MAP entries of the charts), but it traverses the resolution tree recursively and collecting the data from the charts accumulatively (using the LMAP entries).

Input:
 
n
the ID of the chart over which the global sections of I should be computed from the data coming from the subtree of the resolution tree whose root is chart with ID: n.
Output:
The list of generators of the ideal of global sections on the chart with ID: n.

previous up next