![]() |
Multiscale Universal Interface
2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
|

Files | |
| file | temporal_sampler_exact.h [code] |
| Temporal sampler that samples at exactly the time specified and performs no interpolation. | |
| file | temporal_sampler_gauss.h [code] |
| Temporal sampler that applies Gaussian interpolation and is symmetric for past and future. | |
| file | temporal_sampler_mean.h [code] |
| Temporal sampler that averages in time with a range from [ now - left, now + right ]. | |
| file | temporal_sampler_null.h [code] |
| Dummy temporal sampler intended as a file template for creating new samplers. | |
| file | temporal_sampler_sum.h [code] |
| Temporal sampler that sums in time ranging from [ now - left, now + right ]. | |