help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnucap] Gnu cap src help


From: _griv
Subject: Re: [Help-gnucap] Gnu cap src help
Date: Sat, 1 Sep 2012 01:03:45 -0700 (PDT)



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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]