[ET Trac] #2543: Consolidate data formats to simplify postprocessing

Roland Haas trac-noreply at einsteintoolkit.org
Mon Aug 2 11:14:21 CDT 2021


#2543: Consolidate data formats to simplify postprocessing

 Reporter: Wolfgang Kastaun
   Status: new
Milestone: 
  Version: development version
     Type: enhancement
 Priority: minor
Component: 

Comment (by Roland Haas):

Instead of just offering a signle type of reduction \(historgram\) it might be nicer \(and not more work\) to allow users to supply a custom “kernel” that is being called for each grid point by CarpetReduce. Something like:

```
int callback(cGH* cctkGH, CCTK_INT idx, CCTK_REAL data, void *calldata)
```

or so which would let users implement their own histogram or other reductions, eg. a maximum location reduction.

--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2543/consolidate-data-formats-to-simplify
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/trac/attachments/20210802/75a39f59/attachment.html 


More information about the Trac mailing list