Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
IMPROVED:
gsParaviewDataSet
moved to a separate file,gsParaviewUtils
. These deal mainly with formatting data to the .vtk format. -- Implement Bezier Element export for ParaView gismo/gismo#740toDataArray
now also supports integers, matrices of integers, and custom xml tag attribute-value pairs. -- Implement Bezier Element export for ParaView gismo/gismo#740inputOutput_example
, which exports the geometry as bezier elements. -- Implement Bezier Element export for ParaView gismo/gismo#740filedata/surfaces/teapot.xml
now contains a multi patch definition. -- Implement Bezier Element export for ParaView gismo/gismo#740GISMO_WITH_WARNINGS=ON
gismo/gismo#751gsMultiPatch
-- Tiny PR removing some warnings, prints and errors gismo/gismo#759gsDebugVar
ingsBiharmonicExprAssembler
-- Tiny PR removing some warnings, prints and errors gismo/gismo#759gsL2Projection
-- Improved implementation of the L2 projection using overloads gismo/gismo#723matchInterface
andrepairInterface
-- Contact 2 gismo/gismo#743gsFileData::hasLabel
appends the comment to the root node -- Contact 2 gismo/gismo#743gsXml
now exportgsMultiPatch
interfaces, marking the ones set as 'contact' with a label. -- Contact 2 gismo/gismo#743gsMultiPatch/Basis
for consistency. -- Contact 2 gismo/gismo#743FIXED:
In meson, for example, in order to compile and link to an installed G+Smo package, you just have to add dependency('gismo') to your list of dependencies. -- Installs a simple pkg-config file. gismo/gismo#736
GISMO_WITH_WARNINGS=ON
-- Warning fixes forGISMO_WITH_WARNINGS=ON
gismo/gismo#751swap
ingsRationalBasis
: See this compilation error in Windows (appeared in gsUnstructuredSplines) -- Tiny PR removing some warnings, prints and errors gismo/gismo#759gsFunction::newtonRaphson_impl
when used withwithSupport
option, used to (falsely) return values outside the support. Now the result is first bound to the support and then returned. -- Contact 2 gismo/gismo#743gsTensorDomainIterator
-- Small changes for basis, knot vector, domain iterator gismo/gismo#712API:
gsL2Projection::projectFunction
andgsL2Projection::projectGeometry
withgsL2Projection::project
-- Improved implementation of the L2 projection using overloads gismo/gismo#723gsBasis<T>::evalAllDersSingle_into
with argumentgsMatrix<T> &
deprecated, and addgsBasis<T>::evalAllDersSingle_into
with argumentstd::vector<gsMatrix<T>>
in line withevalAllDers_into
. OnlygsBSplineBasis::evalAllDersSingle_into
overloads, but throws a warning for a bug anyways. -- Small changes for basis, knot vector, domain iterator gismo/gismo#712