Jesse Carter

Results 9 issues of Jesse Carter

hi @roystgnr - got another Abaqus mesh reader bug for you. If you look at the MOOSE examples [here](https://github.com/idaholab/moose/tree/next/test/tests/mesh/abaqus_input), maybe [this one](https://github.com/idaholab/moose/blob/next/test/tests/mesh/abaqus_input/testcube_elset_name_in.inp) in particular, you'll see there are no nodesets,...

The [Abaqus mesh reader code](https://github.com/libMesh/libmesh/blob/b6c94e8512ea0c62f0f709e1e215c51834da3b55/src/mesh/abaqus_io.C) ignores node ids in the file and instead numbers them (sequentially?) from 0. Tagging @roystgnr per our Slack discussion.

In an Abaqus input mesh file, one can create a new nodeset by combining existing nodesets by just specifying the nodeset names. For example, if I have `NodesetA` and `NodesetB`,...

Use Euler angles (similar to rotating the elasticity tensor) to define a preferential orientation for anisotropic UMAT's. Results match with *ORIENTATION keyword in Abaqus for Hughes-Winget kinematics. Closes #24095 tagging...

PR: Failed but allowed

User-defined node and element ids are being renumbered when writing data, because we're renumbering in `write_equation_systems`. FWIW my use case is MOOSE where mesh data are being read from a...

## Reason Only Real data type currently supported when reading from JSON file with `JSONFileReader` UO. ## Design Changed getter functions to use templates. ## Impact Will change existing API's...

### Motivation I'm trying to build objects in an Action based on data in a JSON file. Some of these objects take string parameters/options or have block restrictions by element...

T: task

### Bug Description The `registerSyntax` macro (and possibly others) use the "syntax" variable name, but the `registerAll()` function in a new stork-created app's constructor (src/base/\App.C) uses the local variable "s"....

T: defect
P: normal

### Motivation Using SolutionUserObject to read in previous solution data (from Exodus for example) is only correct for first-order variables. A first order variable is used to store the data...

T: task