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

Write a README #156

Merged
merged 3 commits into from
Aug 23, 2019
Merged

Write a README #156

merged 3 commits into from
Aug 23, 2019

Conversation

ChrisRackauckas
Copy link
Member

No description provided.

### Multidimensional Boundary Conditions

```julia
Q_dim = MultiDimBC(Q, size(u), dim)
Copy link
Member Author

Choose a reason for hiding this comment

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

To be consistent with the derivative operators, this should be MultiDimBC{dim}(Q, size(u)) @xtalax

Multidimensional BCs can then be composed into a single operator with:

```julia
Q = compose(BCs...)
Copy link
Member Author

Choose a reason for hiding this comment

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

@xtalax I think we could just overload + to compose? Q = Qx + Qy + Qz seems nicer.

@ChrisRackauckas ChrisRackauckas merged commit 54e1c17 into master Aug 23, 2019
@ChrisRackauckas ChrisRackauckas deleted the README branch August 23, 2019 03:04
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.

1 participant