Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gismo 25.01.0 #203697

Merged
merged 2 commits into from
Jan 9, 2025
Merged

gismo 25.01.0 #203697

merged 2 commits into from
Jan 9, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
v25.01.0 (https://github.com/gismo/gismo/releases/tag/v25.01.0)
------
* NEW:
  - add optional/gsOptim/ -- https://github.com/gismo/gismo/pull/721
  - Added a function to create a global mesh from a gsMultiPatch -- https://github.com/gismo/gismo/pull/724
  - Installs a pkg-config file to be used by build systems that are not cmake. -- https://github.com/gismo/gismo/pull/736
  - `gsWriteParaviewBezier` accepts a `gsMultiPatch` and exports it as a *single* `.vtu` file containing `VTK_BEZIER_QUADRILATERAL` elements. Currently this is implemented only for bivariate geometries. -- https://github.com/gismo/gismo/pull/740
  - `gsMultiPatch::BezierExtraction()` implements Bezier extraction via quasi interpolation and has been brought over from `gismo/gsLsDyna` and returns a multi patch consisting of all the bezier elements.. The struct `ElementBlock` and method `BezierOperator` are necessary for its  operation. The struct has been 'hidden' inside the `internal` namespace and `BezierOperator` has been marked private. -- https://github.com/gismo/gismo/pull/740
  - gsRationalBasis::refine -- https://github.com/gismo/gismo/pull/751
  - gsBSplineBasis::refine -- https://github.com/gismo/gismo/pull/751
  - gsTensorBSplineBasis::refine_withTransfer, taking box matrix (needed for gsElasticity) -- https://github.com/gismo/gismo/pull/751
  - gsTensorBSplineBasis::refine_withCoefs, taking box matrix (needed for gsElasticity) -- https://github.com/gismo/gismo/pull/751
  - CMake macro for subdirectories (needed for gsPreCICE) -- https://github.com/gismo/gismo/pull/751
  - options to `gsL2Projection` methods -- https://github.com/gismo/gismo/pull/723
  - `L2Projection_example.cpp` -- https://github.com/gismo/gismo/pull/723
  - Pygismo docs -- https://github.com/gismo/gismo/pull/762
  - Introduced new function for `getAllNodes` to evaluate all quadrature nodes on a side of a geometry,  geometries (`gsGeometry`) or multi-patch geometries (`gsMultiPatch`). -- https://github.com/gismo/gismo/pull/757
  - Implemented support to obtain all quadratures points on specific sides (`patchSide`). -- https://github.com/gismo/gismo/pull/757
  - gsPreCICE module can run with stable G+Smo -- https://github.com/gismo/gismo/pull/757
  - Introduction of `gsRationalTHBSplineBasis, gsRationalTHBSpline` the rational counterparts of the polynomial THB. -- https://github.com/gismo/gismo/pull/743
  - `gsFesolution::insert(gsMatrix)` is an generalisation of the existing 'insert(gsGeometry)' -- https://github.com/gismo/gismo/pull/743
  - `gsMultiPatch::degreeDecrease` -- https://github.com/gismo/gismo/pull/743
  - `gsFileData::hasLabel` same as `hasId` but looks for a label string -- https://github.com/gismo/gismo/pull/743
  - `gsXml::searchLabel` same as `searchId` but for labels -- https://github.com/gismo/gismo/pull/743
  - Paraview write for boxes represented by matrices -- https://github.com/gismo/gismo/pull/712
  - Nestedness check of knot vector-- https://github.com/gismo/gismo/pull/712
  - Extra constructor for `gsTensorDomainBoundaryIterator` -- https://github.com/gismo/gismo/pull/712
  - `paraview_example.cpp`  an example showcasing some of the different ways one can export data to view in ParaView -- https://github.com/gismo/gismo/pull/767
  - `paraview_example.dox` the accompanying doxygen page that explains the various functions used in the example. -- https://github.com/gismo/gismo/pull/767
  - Advanced fitting features -- https://github.com/gismo/gismo/pull/765

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Jan 9, 2025
Copy link
Contributor

github-actions bot commented Jan 9, 2025

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 9, 2025
@BrewTestBot BrewTestBot enabled auto-merge January 9, 2025 11:48
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 9, 2025
Merged via the queue into master with commit 8245d0d Jan 9, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-gismo-25.01.0 branch January 9, 2025 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants