Skip to content

Add DiagTrav in 3D to rectangle example#215

Open
Jpunter16 wants to merge 4 commits intoJuliaApproximation:masterfrom
Jpunter16:JPunter-Rectangle
Open

Add DiagTrav in 3D to rectangle example#215
Jpunter16 wants to merge 4 commits intoJuliaApproximation:masterfrom
Jpunter16:JPunter-Rectangle

Conversation

@Jpunter16
Copy link

Added DiagTrav case in 3D domain to rectangle example, that was previously commented

Added DiagTrav in 3D to rectangle example
@Jpunter16 Jpunter16 changed the title Added DiagTrav in 3D to rectangle example Add DiagTrav in 3D to rectangle example Mar 5, 2026
ret = 0.0
for n=1:N
iter=1
for i=reverse(1:n)
Copy link
Member

Choose a reason for hiding this comment

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

Why is this indented?

Copy link
Author

Choose a reason for hiding this comment

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

Sorry, it is a formatting error, I will correct in the next commit

# ret += c[Block(n+1)[k+1]] * P[0.1,n-k-j + 1] * P[0.2,k + 1] * P[0.3,j + 1]
# end
# @test ret ≈ f(0.1,0.2) No newline at end of file
ret = 0.0
Copy link
Member

Choose a reason for hiding this comment

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

The following should probably be put into a function (which will be much faster in Julia)

@Jpunter16 Jpunter16 requested a review from dlfivefifty March 5, 2026 12:17
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.

2 participants