Ben Brelje

Results 9 issues of Ben Brelje

## Description For overset cases with overlapping surface meshes (such as combined internal/external flow problems where an integration zone is required), the zipper mesh routine can fail to produce a...

## Description The drag_polar.py example purports to have a trim drag option that can be toggled. However, it uses the OM BalanceComp to achieve this, but it doesn't have a...

Hey there, great work on this plugin! It worked great as I edited and published my first test post using equations and the MathJax streamblock widget. Unfortunately, after I saved...

## Description LocationConstraints1D returns NaN when polyline point values are zero and scaled=True For example, ### Steps to reproduce issue _Please provide a minimum working example (MWE) if possible_ Run...

bug

## Description DVGeometryVSP parallel finite diff derivatives should have zero error compared to doing the same finite differences in serial. However, due to a bug in VSP, some processor's VSP...

## Description The planarity constraint class is added using a pre-defined DVGeo pointset. However, at the time the constraint is created, an exact duplicate pointset is added to DVGeo creating...

enhancement

## Description DVGeometry will allow the user to addRefAxis() following a finalize call without raising an error or warning. Instead, an obscure error is raised, e.g. ``` Traceback (most recent...

bug

## Description The way the Colinearity and PlanarityConstraints compute derivatives causes incorrect / spurious nonzero derivative values to appear if inputs (e.g. points, axes) contain true zero values. The problem...

bug

## Description When evalFunctions and evalFunctionsSens is called for each type of constraint, one of two things happens. Either a fresh set of values is returned back to the dict()...