Chris Kees

Results 52 issues of Chris Kees

@Milad-Rakhsha we are not able to build Chrono projects on ubuntu 14.04 because of the following compil errors. I Seem to recall that we fixed this, but maybe I'm wrong....

I imagine this is user error, but I'm getting increases in momentum for a simple two body problem depending on the size of the time step even in Implicit Euler...

When I run the dambreak example notebook on data I generated myself with proteus, I get some kind of shading artifact. As shown in the image below. Any ideas? Could...

# Mandatory Checklist Please ensure that the following criteria are met: - [ ] Title of pull request describes the changes/features - [ ] Request at least 2 reviewers -...

The PetscOptions data base is global and persistent, so our unit tests can be effected by the order in which tests are run. We need to clear and fully specify...

Many of the hpc machines have required local config changes, which we include in proteus/config/MACHINE.py. While the require changes are becoming less invasive, we are running into more users who...

enhancement

- [ ] replace whole file/subdir skipping with finer-grained pytest skip statements - [ ] remove logic in makefile once os command line looks same as linux - [ ]...

enhancement

When we run with the PUMI workflow for existing domain/mesh types, we need to run an unmodified input file to generate the mesh and let PUMI build its own representation...

enhancement

@JohanMabille I was doing some local testing of the RANS3PSed class (just merged your PR #1133) and noticed some 2D calls in the 3D pybind11 wrappers: ```bash $ grep init_RANS...

discussion

- [ ] rewrite parun as pro using argparse - [ ] replace app option as subcommand and move over app-specific options to subcommand - [ ] split off some...