Skip to content

Commit

Permalink
Merge 15e9375 into d90636a
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickNoelStephanKuhn committed Feb 1, 2021
2 parents d90636a + 15e9375 commit 8ab8de2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pybamm/CITATIONS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,16 @@ primaryClass = {physics.app-ph},
year = {2019},
publisher = {The Electrochemical Society},
doi = {10.1149/2.0281914jes},
}
}

@article{Wang2002,
title = {Spectral (Finite) Volume Method for Conservation Laws on Unstructured Grids},
author = {Wang, Z. J.},
journal = {Journal of Computational Physics},
volume = {178},
number = {1},
pages = {210--251},
year = {2002},
publisher = {Elsevier Science (USA)},
doi = {10.1006/jcph.2002.7041},
}
1 change: 1 addition & 0 deletions pybamm/spatial_methods/spectral_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class SpectralVolume(pybamm.FiniteVolume):
def __init__(self, options=None, order=2):
self.order = order
super().__init__(options)
pybamm.citations.register("Wang2002")

def chebyshev_collocation_points(self, noe, a=-1.0, b=1.0):
"""
Expand Down

0 comments on commit 8ab8de2

Please sign in to comment.