We are trying to specify the voltage value at each node in a mesh. Using sv_init lets us easily specify a voltage value for all of the cells in a region.
Is it possible to specify the voltage value of each cell (or node) using sv_init? Or would we have to create individual regions in the mesh and use sv_init for each region? Or is there another way?