Authors: Kevin Doherty, Cooper Simpson
A quadrature-based convolution operator suitable for unstructured data.
All source code is made available under an MIT license. You can freely use and modify the code, without warranty, so long as you provide attribution to the authors. See LICENSE
for the full text.
This repository can be cited using the entry in CITATION
. See Publications for a full list of publications related to QuadConv and influencing this package. If any of these are useful to your own work, please cite them individually.
This package can be installed via pip. From the terminal, run the following command:
pip install pytorch-quadconv
from torch_quadconv import QuadConv
QuadConv()
@article{quadconv,
title = {{QuadConv: Quadrature-Based Convolutions with Applications to Non-Uniform PDE Data Compression}},
author = {Doherty, Kevin and Simpson, Cooper and Becker, Stephen and Doostan, Alireza},
year = {2023},
journal = {J. Comp. Physics, {\em to appear}},
doi = {10.1016/j.jcp.2023.112636}
}