Stephen DeWitt

Results 74 issues of Stephen DeWitt

Currently, the apps are set up such that they have to be in the phaseField/applications directory because the paths to the includes and the core library are hard-coded. External apps...

Type: Feature

How would we implement this?

Type: Feature

Right now, the user is expected to write the code to actually insert the nucleus. It might be a good idea to write a generic function to do this. Doing...

Documentation: General
Status: ⚠ High Priority
Type: Refactor

Currently, we use std::mt19937 seeded by std::random_device. It isn't clear that this is the best option in terms of not getting correlated results. Preliminary browsing of StackExchange and the like...

Type: Feature
Status: Good first issue

Some users have found the OpenMPI causes issues with p4est.

Currently, they have blocks of similar code that could be put into a separate method.

Type: Feature

Going down to one may improve performance.

The code doesn't work properly if one of the refinement criterion fields is a vector field. We need to generalize adaptiveRefineCriterion() in refine.cc for vector fields. See: https://www.dealii.org/8.4.0/doxygen/deal.II/classFEValuesBase.html#a396f1430dd3f5716a9fe6ef2762edb5d

Type: Bug
Status: Good first issue