Noah Elliott

Results 10 issues of Noah Elliott

MappingConnectorAlgorithm and OverlapConnectorAlgorithm used a constantly increasing static value for the MPI tags used in sends and receives, so that each invocation used a unique value. This may have been...

In the example for the new polyhedral schema: ``` # # 0 # /|\ # / | \ \ | / # \|/ # 5 #| topologies: topology: coordset: coords...

bug
docs

I think it may be useful to create a second way to describe AMR meshes with the blueprint. This would not replace what has already been done but would be...

question

From discussion in pull request #749 The path argument is ignored in methods such as `createView` for Groups that use ListCollection, as the child items are not accessed by name...

Sidre
Documentation
Reviewed

Currently there is usage of some low-level conduit utilities and some other ad-hoc string operations for the file paths and data paths. This can likely be cleaned up by using...

Core
Sidre
Spio
Reviewed

With `-DENABLE_MPI=OFF` in the configuration, there are compile failures across several axom components due to MPI code not being guarded.

bug
Build system
maintenance
Reviewed

This changes some of the small arrays in ArrayData to the standard type and adds default initialization to eliminate some warnings on potential use of uninitialized data.

**Describe the bug** We have a SAMRAI test problem running on CPUs only that allocates most of its arrays for numerical data using QuickPool host allocators. When deallocating those arrays...

The `to_polytopal` functionality I added for transformations of structured AMR meshes did not include support for multiblock meshes such as those supported by SAMRAI where adjacent domains may meet at...

feature
task