Patrick Shriwise

Results 172 comments of Patrick Shriwise

When looking at the release notes for libMesh, I don't see this switch happening until [`v1.7.0` ](https://github.com/libMesh/libmesh/blob/v1.7.0-rc3/NEWS). 1.7.0 is still pending release as `v1.7.0-rc3`. Looks like we'll need to wait...

It's not quite clear to me what you mean, @makeclean. We currently store field/model data such as temperature & density on geometric regions rather than on the mesh. Are you...

I was fussing around with this a bit today in Visual Studio '17 (couldn't get '19 to work at all). I was able to successfully get hdf5 built and installed....

I was thinking of updating the `Integrate.__iter__` method s.t. it would yield a `Results` object and concentrations at each step, but I like @paulromano's suggestion for it's fine-grain control. Perhaps...

Would a collision estimator be an option? Possibly a lower FOM, but it would guarantee that tallies only occur in non-void regions.

Agreed, but isn't the memory bottleneck caused by the number of material filter bins required to differentiate between tally scores in void and non-void regions inside the mesh? Maybe I'm...

Thank you for this @YuanHu-PKU-KIT! I'll be doing an initial review of this today. One thing that jumped out at me immediately was that there's a large binary file, `plot_settings.pkl`,...

> I'm not familiar with the git command, so there may be some silly questions below. > > 1. Should I clone my branch with `git clone -b GVR-LVR_in_OpenMC https://github.com/YuanHu-PKU-KIT/openmc.git`...

> I still got error with this: > > ``` > $ git clone https://github.com/YuanHu-PKU-KIT/openmc > Cloning into 'openmc'... > fatal: unable to access 'https://github.com/YuanHu-PKU-KIT/openmc/': OpenSSL SSL_read: Connection was reset,...

> I solved this problem: > > ``` > $ git clone https://github.com/YuanHu-PKU-KIT/openmc > Cloning into 'openmc'... > remote: Enumerating objects: 100936, done. > remote: Counting objects: 100% (2167/2167), done....