Mark J. Stock

Results 17 comments of Mark J. Stock

Old-style bicubic quads are now supported as measurement features and writing to vtu with 4ad8baec399f5fc733a51cd99e55e3f51a878b50 Not closing this issue because we still do not support the arbitrary-order Lagrange elements (but...

This may be easier to support once we open up the possibility of any of [Boundary|Flow|Measure] feature generating any of [Points|Surfaces|Volumes] computational elements. Because right now, Boundary features only generate...

This is a known issue, and there is a workaround. When creating a boundary feature that "moves according to formula", there are two positional inputs: "center" pair and "x position",...

As an example, if you wanted to dynamically pitch an airfoil about its quarter-chord point, you would generate an airfoil, set the "Leading edge position" to (-0.25, 0.0), and set...

Hmmmm, not so much. Maybe I don't get how web apps work. After dropping the file onto the browser window, I just see my URL as "file:///home/mstock/s00-02_x17_y13.stl" and I'm looking...

On a Fedora 31 workstation, when running `make` in `utility/`, I found that `locate` wasn't finding `vtkImageData.h`, and found `vtkCommonCore.so` in a custom ParaView installation (not a good idea). The...

Ideally, the alloc requests would be relevant to just the requested queue (allocations are all specific to a single queue, right?), but your suggestion sounds like a fine outcome.