Installation¶
The latest version of modepy is available on PyPI. It can be installed with
pip install modepy
It is also available on conda-forge and can be installed from there using, e.g.,
conda install modepy
For additional information about obtaining modepy, setting up a development
environment, and requirements for contributing see the
CONTRIBUTING.md
file included with the source code.
User-visible Changes¶
Version 2016.1¶
Note
This version is currently under development. You can get snapshots from ModePy’s git repository
Add monomial modes in
modepy.modes.
Version 2013.3¶
Update nodes and weights for
modepy.XiaoGimbutasSimplexQuadrature. (thanks to Zydrunas Gimbutas)
Version 2013.2.1¶
Minor Py3 test fix.
Version 2013.2¶
Add
modepy.tools.estimate_lebesgue_constant()to public interface.Add
modepy.modal_decay.Remove
get_prefix from a number of functions. (Backward compatible wrappers provided.)
Version 2013.1.1¶
Allow passing node_tuples to
modepy.warp_and_blend_nodes()in 1D.
Version 2013.1¶
Initial release.
License¶
modepy is licensed to you under the MIT/X Consortium license:
Copyright (c) 2012-13 Andreas Klöckner, Tim Warburton, Jan Hesthaven, Xueyu Zhu
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Acknowledgments¶
Work on modepy was supported in part by
the Department of Energy, National Nuclear Security Administration, under Award Number DE-NA0003963,
the US Navy ONR, under grant number N00014-14-1-0117, and
the US National Science Foundation under grant numbers DMS-1418961, CCF-1524433, DMS-1654756, SHF-1911019, and OAC-1931577.
AK also gratefully acknowledges a hardware gift from Nvidia Corporation.
The views and opinions expressed herein do not necessarily reflect those of the funding agencies.