2341 Commits (b62bb20e6f2842833e945c2fb4b839b59ba705bf)

Author SHA1 Message Date
Holger Vogt b62bb20e6f Increase the allowable node name length from 24 to 256. 2 years ago
Holger Vogt 10756111bf Fix a bug when deleting the memory. With the first call 2 years ago
Holger Vogt 22a10c0e44 typo 2 years ago
Holger Vogt 4da3dc51fd If compatmode ps or lt: add a series resistance (100µOhms) to 2 years ago
Holger Vogt 2a005292db Sparse 1.3 is the matrix solver if no option (sparse or klu) is given. 2 years ago
Giles Atkinson f6f7319792 Add null-pointer checks to some code that crashed when trying 2 years ago
Brian Taylor 0555c5d9c7 Make previous KLU support check more transparent. 2 years ago
Brian Taylor 295f212de8 When CIDER is detected, until KLU works with CIDER, print Error: CIDER simulation is not (yet) supported with 'option klu'. Use 'option sparse' instead. and then call controlled exit(1). 2 years ago
Holger Vogt d27b888f13 Noise simulation is buggy when using the KLU solver. Thus for now it is disabled. 2 years ago
Pascal Kuthe 5223f4b27d fix(hicuml2): ensure flicker noise power is always stored in state vec 2 years ago
Holger Vogt efdf332061 Prevent a crash if hash model table was not generated, 2 years ago
Holger Vogt f26dda8616 Formatting 2 years ago
Holger Vogt 8ef0aece58 During setup of the models thre have been search scans in the 2 years ago
Holger Vogt 9702557f81 Evaluate function gauss() in B sources. This is required when 2 years ago
Holger Vogt eb36084700 re-formatting (indentation, tabs removed) 3 years ago
Holger Vogt ecb416b800 This patch fixes a bug when shared library uses XSPICE: 3 years ago
Holger Vogt 4f79105b06 Add comment 3 years ago
Holger Vogt 233f9daba4 Remove unused instance parameter ic (initial condition of controlling source). 3 years ago
Holger Vogt daa58f4125 Fix previous commit [acb7f2] 3 years ago
Holger Vogt acb7f2cd97 Make .ac error messages more verbose, prevent some crash, 3 years ago
dwarning 4368790c5d remove compiler warning wrt. prototypes 3 years ago
Holger Vogt b7993bb530 Formatting cktpzstr.c 3 years ago
Holger Vogt dfeb0bdb4e Improve error message on obsolete dot command 3 years ago
Holger Vogt 64c29e667e Improve error message on unimplemented dot command 3 years ago
Holger Vogt 3b89410b8f Slight cosmetics in comment. 3 years ago
Holger Vogt 7a646c0a12 If 'strict_errorhandling' is set, bail out if operating point is not found 3 years ago
Holger Vogt ad23146544 Don't check continuously for autostop, only when option flag is set 3 years ago
Holger Vogt 8837132f29 Fix d0fc344bf 3 years ago
Holger Vogt d0fc344bf9 Shorten the ngspice message when performing operating point evaluation. 3 years ago
Francesco Lannutti cab5e8cd37 Added the case of VSRCport to VSRC model for KLU 3 years ago
Francesco Lannutti d68e83be78 Fixed VBIC model for KLU 3 years ago
Francesco Lannutti 4427a1f6dd Rebased upon pre-master branch 3 years ago
Francesco Lannutti ae83b7c807 Added KLU support to HICUM model 4 years ago
Holger Vogt d6aeb6cd94 Set up the matrix according to branch KLU-6+11-rebase-master-28_10_2020 4 years ago
Francesco Lannutti 02e7c1c5b0 KLU branch rebased upon master @ 3 Feb 2022 4 years ago
Francesco Lannutti b900527341 Fixed KLU binding for VDMOS 5 years ago
Francesco Lannutti 2bfd22c8f9 Fixed KLU binding for BJT 5 years ago
Francesco Lannutti 1ee798ec9d Fixed CKTsetup for KLU when XSPICE is used 6 years ago
Francesco Lannutti 6ccaacaf1d Added the support for KLU to VBIC Self Heating 6 years ago
Francesco Lannutti 7048a24b74 Added the KLU support to Noise Analysis 6 years ago
Francesco Lannutti 73626c62f8 Add KLU support to VDMOS 6 years ago
Holger Vogt 98dd7da1c4 fix a memory leak in ASRC 6 years ago
Holger Vogt d5434a2df2 fix a memory leak 6 years ago
Francesco Lannutti 0b7dc09fc1 Fixed the accounting statistics for SPICE and CIDER about number of elements in KLU 6 years ago
Francesco Lannutti 88074a23c9 Fixed 2 files due to rebasing KLU branch on the master branch - 8/7/2020 6 years ago
Francesco Lannutti fe89da2b2c Getting rid of SPARSE for Initial Circuit Matrix creation. Now KLU is totally independent from SPARSE. This opens up the interface for other solvers as well 6 years ago
Francesco Lannutti 4d00b67b4d Used IF_REAL instead of IF_FLAG 6 years ago
Francesco Lannutti 49f6444957 Added "klu_memgrow_factor" option to control the KLU memory grow factor 6 years ago
Francesco Lannutti 658f449c9b Fixed the VSRCbindCSC routine 6 years ago
Francesco Lannutti f487720b10 Fixed BJTbindCSC routine 6 years ago