Jared Crean

Results 18 issues of Jared Crean

When the MPI library reports an error, there is not backtrace information to figure out what line caused the error. For example, I got the error: ``` Attempting to use...

Calling `apf::reorderMdsMesh` after creating a ghosting leaves the data structure in an inconsistent state. The attached file fixes it (I tried to create a branch with the change, but Github...

This makes the `ENABLE_ZOLTAN` flag passed to CMake available to the C pre-processor (via a CMake generated header). The motivation for this is trying to make code work with or...

I think there is a bug in the curved mesh snapping code [here](https://github.com/SCOREC/core/blob/master/crv/crvCurveMesh.cc#L56). This code updates the position of a vertex without also updating the CAD parametric coordinates. I think...

adaptation
curved meshes

I ran into an assertion error when adapting a curved mesh. I developed a stand-alone test case in `/users/creanj/lore/test_ma_quadratic3`, which uniformly refines the mesh.The output is: ``` ~/lore/test_ma_quadratic3$ test_init3 airfoil40_mesh1_curve_.smb...

adaptation
curved meshes

When running MeshAdapt with quadratic triangles, I get the following error: ``` mesh->getType(e) == apf::Mesh::TET failed at /users/creanj/lore/build/core_simmetrix/ma/maShapeHandler.cc + 63 signal (6): Aborted while loading /lore/creanj/error_estimate2/tmp.jl, in expression starting on...

adaptation
curved meshes

When compiling with gcc 8.1.0 on BGRES (newly renamed to DCS) ``` /gpfs/u/home/ODLC/ODLCjrcr/barn-shared/BGRS/archives/core/test/xgc_split.cc: In function ‘int main(int, char**)’: /gpfs/u/home/ODLC/ODLCjrcr/barn-shared/BGRS/archives/core/test/xgc_split.cc:80:21: error: ‘%s’ directive writing up to 255 bytes into a region...

While working on #208, I noticed this [line](https://github.com/SCOREC/core/blob/master/mds/apfMDS.cc#L192). Combined with this [line](https://github.com/SCOREC/core/blob/master/mds/apfMDS.cc#L591), it looks like the mesh will free the model when the mesh is destroyed. This is a problem...

The `hasNodesIn` function for `LagrangeQuadratic` returns results that are inconsistent with the `EntityShape` it returns from `getEntityShape`. The problem is [hasNodesIn](https://github.com/SCOREC/core/blob/master/apf/apfShape.cc#L556) says there are nodes on dimension 2 entities, but...

@trilinos/ ## Motivation Incorporates the latest STK intro Trilinos, including an important bugfix for stk::coupling ## Stakeholder Feedback ## Testing Passes our nightly test suite (including the tests of all...

pkg: STK
AT: AUTOMERGE