Skip to content
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

uploading the implicit12 solver files #101

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions int/implicit12.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

#FUNCTION AGGREGATE
#JACOBIAN SPARSE_LU_ROW

#DOUBLE ON
#INTFILE implicit12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The intfile keyword is deprecated now. Tagging @RolfSander

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All integrators have the #INTFILE command in their *.def file.
That's okay. However, the #INTFILE command should not be used in the
*.kpp files of the users. For the users, we have the #INTEGRATOR
command. For example, in examples/rosenbrock90.kpp, the command
#INTEGRATOR rosenbrock is used.


#INLINE F77_GLOBAL
REAL*8 STEPSTART
COMMON /GDATA/ STEPSTART
#ENDINLINE

#INLINE F77_INIT
STEPMIN=0.0001
STEPMAX=3600.
STEPSTART=STEPMIN
#ENDINLINE



Loading