LiYang
LiYang
This PR fixed issue #2853 . The nonlinear system solver (`solveNonlinearSystem`) may invoke the `updateState` function, which can modify the stencil weights at each newton iteration. In this PR, the...
Hello, I noticed that the `hydrofracture` solver has become worse in performance after the commit 94e338c. The convergence speed is relatively slow. I am not sure which PR after commit...
The points of Polygon object are saved in an axom::Array, which cannot be executed in parallel using raja. https://github.com/LLNL/axom/blob/7ecfb9f6a7ff5199ef7a27fbcbd87ef5c7423ec0/src/axom/primal/geometry/Polygon.hpp#L216-L217
At present, the polyhedron's centroid is calculated as the mean position of its vertices. Would it be feasible to consider offering a feature that calculates the actual center of mass?
There exists a variety of clip functions for different primitives, none are available for performing a hexahedron to hexahedron clipping operation.