The documentation for several overloads of the mgrad_compress function for MGARD are insufficient:
- for example,
qoi is documented as the "Function pointer to the quantity of interest" which is self-evident from the type signature of the function. There is some additional information in the header "which is a bounded linear functional in s-norm", but this doesn't describe how to use this parameter. Rather the documentation should describe how to use the parameter, and what the arguments to this function are so that the user doesn't have to read through the paper on QOI you have written and/or the source code.
- The compression parameter
norm_of_qoi is undocumented completely.
- The compression parameter
coords_{x,y,z} are likewise undocumented
- The decompression parameter
quantizer is also undocumented
The documentation for several overloads of the mgrad_compress function for MGARD are insufficient:
qoiis documented as the "Function pointer to the quantity of interest" which is self-evident from the type signature of the function. There is some additional information in the header "which is a bounded linear functional in s-norm", but this doesn't describe how to use this parameter. Rather the documentation should describe how to use the parameter, and what the arguments to this function are so that the user doesn't have to read through the paper on QOI you have written and/or the source code.norm_of_qoiis undocumented completely.coords_{x,y,z}are likewise undocumentedquantizeris also undocumented