Re: Gnu cap src help
_griv <[email protected]> Sat, 1 Sep 2012 01:03:45 -0700 (PDT)
| Newsgroups | gmane.comp.gnu.gnucap.general |
|---|---|
| Message-ID | <[email protected]> |
Felix Salfelder wrote: > > it roughly looks like this: > > while the netlist ist parsed, devices are stashed into a CARDLIST, see > u_lang.cc, LANGUAGE::new__instance(...). that cardlist reappears in > SIM_DATA::init() (u_sim_data.cc), here "expand", "map_nodes" and > "*iwant_matrix" are called on all devices. after this, all devices are > present and know where to write their matrix contributions. then look at > s__solve.cc, solve(). here, evaluate_models() tells the devices to add > their contribution to the matrix & right hand side, solve_equations > finally does the LU decomposition and calculates the preimage _sim->_v0. > Your help has been really precious in order to understand the flow. But i would be glad if you suggested me a way, if possible, to get just the matrix that evaluate_models() creates. I want it just befor LU decompostion takes place. Should i change the code in order to get what i want or there is an easier way or something already implemented? Regards, Chris -- View this message in context: http://old.nabble.com/Gnu-cap-src-help-tp34343039p34376632.html Sent from the Gnucap - Help mailing list archive at Nabble.com.