Skip to content

Radau II A Solver#3

Open
obiajulu wants to merge 28 commits intomasterfrom
radau
Open

Radau II A Solver#3
obiajulu wants to merge 28 commits intomasterfrom
radau

Conversation

@obiajulu
Copy link
Copy Markdown
Owner

@obiajulu obiajulu commented Jul 7, 2016

Steadily growing implementation of Radau IIA solvers, as described by Harier et al in Solving Ordinary Differential Equations II

src/radau.jl Outdated
# Use Netwon interation
#
# ⃗z^(k+1) = ⃗z ^ (k) - Δ⃗z^(k)
#TODO: use the transformation T^(-1)A^(-1)T = Λ, W^k = (T^-1 ⊕ I)Z^k
Copy link
Copy Markdown
Collaborator

@YingboMa YingboMa Jul 8, 2016

Choose a reason for hiding this comment

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

There is a function in Julia Base called "kron" which is Kronecker tensor product. Maybe this function is helpful to you.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Yes indeed, this is very very helpful!!! Saves me from having to implement tensor product myself. Thanks.

@YingboMa
Copy link
Copy Markdown
Collaborator

YingboMa commented Jul 8, 2016

This is the performance issue that Polynomials package has. 46fec51d-372b-40bb-bbed-5db372fada03


iterate = true
count = 0
while iterate && count<=7
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Make into a separate function

@codecov-io
Copy link
Copy Markdown

codecov-io commented Jul 25, 2016

Current coverage is 67.35% (diff: 0.00%)

No coverage report found for master at a0ef97d.

Powered by Codecov. Last update a0ef97d...0323ff5

@ufechner7
Copy link
Copy Markdown

What is the status of this? Is there already a working RADAU solver for Julia?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants