Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-08 | fix regression test config | 1 | -1/+1 | ||
2019-04-04 | Update docstrings | 1 | -8/+20 | ||
2019-04-03 | Add function for scalar interpolation | 1 | -12/+6 | ||
2019-04-03 | Additional correction | 1 | -1/+1 | ||
2019-04-03 | Minor type corrections | 1 | -9/+9 | ||
2019-04-02 | Update version number | 3 | -3/+3 | ||
2019-04-01 | fix copy/paste errors in comments | 1 | -2/+4 | ||
2019-03-29 | few words on user-defined constants doc | 1 | -1/+5 | ||
2019-03-29 | Fix unit of J | 1 | -2/+1 | ||
2019-03-26 | Correct typo | 1 | -0/+1 | ||
2019-03-26 | Correct typo | 1 | -1/+1 | ||
2019-03-26 | Implement component | 3 | -10/+11 | ||
2019-03-26 | Use unique_ptr input | 3 | -11/+9 | ||
2019-03-25 | Add writing of coarse scalar fields | 3 | -16/+121 | ||
2019-03-25 | Add plotting of F | 1 | -3/+7 | ||
2019-03-25 | Added if condition | 1 | -15/+16 | ||
2019-03-25 | Better check of staggering | 2 | -27/+31 | ||
2019-03-25 | Updated picmi to use my_constants | 4 | -23/+7 | ||
2019-03-25 | Add writing of the fields | 2 | -113/+21 | ||
2019-03-25 | Add writing of the fields | 1 | -0/+3 | ||
2019-03-25 | Use new interpolation function | 3 | -19/+143 | ||
2019-03-25 | Write zero raw fields | 3 | -2/+47 | ||
2019-03-25 | Add coarse fields | 2 | -2/+26 | ||
2019-03-25 | Add if condition | 1 | -16/+17 | ||
2019-03-25 | Write the field `rho` | 1 | -0/+5 | ||
2019-03-25 | Simplify code | 4 | -66/+38 | ||
2019-03-25 | Parser: allow underscore in symbols | 2 | -2/+2 | ||
2019-03-24 | Set the physical unit of the field | 3 | -4/+53 | ||
2019-03-24 | Fix compilation errors | 1 | -16/+11 | ||
2019-03-24 | Minor correction | 1 | -1/+1 | ||
2019-03-24 | Update documentation | 2 | -2/+50 | ||
2019-03-23 | Handle vector fields | 1 | -7/+24 | ||
2019-03-22 | remove UserConstants class | 5 | -79/+0 | ||
2019-03-22 | update documentation | 1 | -15/+5 | ||
2019-03-22 | doc advanced features for visualization | 1 | -1/+5 | ||
2019-03-22 | Reorganize raw output | 4 | -66/+82 | ||
2019-03-21 | Reorganize writing of raw data | 1 | -124/+67 | ||
2019-03-21 | use parser's setConstant function instead of using string replacement | 11 | -38/+147 | ||
2019-03-21 | added a couple of default values in doc for inputs parameters | 1 | -5/+5 | ||
2019-03-21 | piece of doc on number of passes for bilin filter | 1 | -0/+4 | ||
2019-03-21 | remove stuff about previous filter implementation | 3 | -94/+0 | ||
2019-03-21 | Added comments | 2 | -1/+23 | ||
2019-03-21 | fix filter | 2 | -3/+16 | ||
2019-03-21 | Correct typo | 1 | -1/+1 | ||
2019-03-21 | Check that the coarsening factor can divide the blocking factor | 2 | -3/+13 | ||
2019-03-21 | optimization of filter | 2 | -137/+44 | ||
2019-03-21 | fixes proposed by Weiqun | 3 | -1/+5 | ||
2019-03-21 | Explain how to read the tests | 1 | -0/+16 | ||
2019-03-21 | doc section on how to get the raw field | 1 | -5/+20 | ||
2019-03-21 | Avoid regenerating the theory files from picsar | 8 | -3/+1734 | ||