-
Notifications
You must be signed in to change notification settings - Fork 904
1.0.4 trans sim dev #4237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
failiz
wants to merge
12
commits into
fritzing:develop
Choose a base branch
from
failiz:1.0.4_trans_sim_dev
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
1.0.4 trans sim dev #4237
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ring a transient simulation
…fault is 0.1%). This helps to avoid delays in interactive simulations (cherry picked from commit 0c06bd1)
… in other circuits. Go back to the default 0.1% tolerances. We should make this project specific. (cherry picked from commit 1521919)
…y but seems to work. When an interaction has been detected (simulation triguered by changes in the circuit), we stop the simulation and start a new one using the previous volatges as initial conditions (.ic line in the spice netlist)
(cherry picked from commit 764d122)
…r an interaction (cherry picked from commit 731a7f1)
…eractions. If initial conditions are given, ngspice does not calculate the time=0 equations and the vector size is MAXTIME/TIMESTEP instead of MAXTIME/TIMESTEP+1 (cherry picked from commit 3f56d7e)
…flip flop circuit is speed up by setting reltol to 1%, but this may cause problems in other circuits. Thus, this allow to finetune the simulations. (cherry picked from commit 28d2974)
… the error message
…s not exists and creates an error in the std output)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


@KjellMorgenstern
This is the status of my branch for changing properties in the middle of transitory simulations (stopping and restarting the simulation). Not sure how far away are you in the process of FR1.05, but maybe you can consider to include some of this, but there are a few bug fixes to the simulator code.
I am not sure if I mess up some of the formatting again or some code to a previous version...