solvers.mac¶
This macro file can be imported to an input file with
$ import solvers
It is imported by VSimEs.mac.
This macro file is available to all packages.
This macro file provides macros for Poisson solvers, which are described below.
Public Macros¶
- addBaseSolver(name, krySize, orthog)¶
- Add the base solver block for an iterative solver to the accumulation variable, VPM_MATRIX_SOLVER, which will be put into the simulation. - Parameters
- name – Name for the updater. 
- krySize – The size of the Krylov subspace. For gmres only. 
- orthog – The orthogonality type for the Krylov subspace. For gmres only.