Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

New upwind operators #159

Merged
merged 22 commits into from
Aug 29, 2019
Merged

Conversation

shivin9
Copy link
Contributor

@shivin9 shivin9 commented Aug 27, 2019

No description provided.

@shivin9
Copy link
Contributor Author

shivin9 commented Aug 28, 2019

@ajozefiak Can you see why the 2D_3D tests are failing? Is it due to #145?

@shivin9 shivin9 force-pushed the New_Upwind_Operators branch from 0b13a1a to b11988c Compare August 29, 2019 09:26
coeff = A.coefficients

# Upwind operators have a non-centred stencil
if use_winding(A)
Copy link
Member

Choose a reason for hiding this comment

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

no need for use_winding if dispatching to true?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah... I am making a followup PR for this.


#################################################################################

function convolve_interior_add_range!(x_temp::AbstractVector{T}, x::AbstractVector{T}, A::DerivativeOperator, offset::Int) where {T<:Real, N}
Copy link
Member

Choose a reason for hiding this comment

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

remove this?

@ChrisRackauckas
Copy link
Member

Let's do some cleanup in a followup PR.

@ChrisRackauckas ChrisRackauckas merged commit 5f0325d into SciML:master Aug 29, 2019
@shivin9 shivin9 deleted the New_Upwind_Operators branch August 29, 2019 15:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants