vtk-m2/vtkm
Kenneth Moreland 28683930e3 Updated constructors for mesh info classes to conform with other filters
The `CellMeasures` and `MeshQuality` filters had constructors that took the
metric that the filter should generate. However, this is different than the
iterface of the rest of the filters. To make the interface more consistent,
these filters now have a default (no argument) constructor, and the metric
to compute is selected via a method. This makes it more clear what is being
done.

In addition, the documentation for these two classes is updated.
2024-03-07 20:47:09 -05:00
..
cont Merge topic 'long_cuda_compiling_issue' 2024-02-23 11:35:27 -05:00
exec Merge topic 'hints' 2024-02-17 07:47:19 -05:00
filter Updated constructors for mesh info classes to conform with other filters 2024-03-07 20:47:09 -05:00
internal clang-tidy: fix modernize-redundant-void-arg lints 2023-12-01 07:01:11 -05:00
interop add attribute names via USD extension 2024-03-04 14:33:41 -06:00
io Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
random Add module mechanism 2022-10-26 12:51:05 -06:00
rendering Reduce doxygen warnings 2024-02-08 10:57:11 -05:00
source Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
testing Implement VecTraits class for all types 2023-03-16 12:59:38 -06:00
thirdparty loguru: do not declare an install interface 2023-12-04 11:34:19 -05:00
worklet Merge topic 'hints' 2024-02-17 07:47:19 -05:00
.gitattributes
Assert.h Disable VTKM_ASSERT when using HIP 2020-09-25 11:06:57 -04:00
Atomic.h Switch Kokkos atomic functions to use desul library 2023-06-28 14:34:54 -04:00
BinaryOperators.h Make BinaryOperators/Predicates more flexible. 2019-12-18 15:51:59 -05:00
BinaryPredicates.h Make BinaryOperators/Predicates more flexible. 2019-12-18 15:51:59 -05:00
Bitset.h Add unittest for particlearraycopy 2020-06-18 15:45:36 -04:00
Bounds.h revert superfluous corners distance 2024-01-04 14:13:01 -07:00
CellClassification.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellShape.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
CellTraits.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
CMakeLists.txt Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
Deprecated.h Disable deprecation for MSVC 2017 2021-04-26 12:47:44 -06:00
ErrorCode.h Add advanced types chapter to user's guide 2023-12-18 14:22:40 -07:00
Flags.h Update the developing algorithms section of the user's guide 2023-12-08 08:50:18 -05:00
Geometry.h
Geometry.hxx Update vtkm/Geometry.hxx to follow clangs rules on function markup 2020-09-25 09:37:46 -04:00
Hash.h
ImplicitFunction.h Reduce doxygen warnings 2024-02-08 10:57:11 -05:00
List.h Add advanced types chapter to user's guide 2023-12-18 14:22:40 -07:00
LowerBound.h split vtkm/Algorithms.h into UpperBound.h, LowerBound.h, and BinarySearch.h 2021-04-07 18:53:09 +00:00
Math.h Fix doxygen warnings for math functions 2024-02-21 16:31:36 -05:00
Math.h.in Fix doxygen warnings for math functions 2024-02-21 16:31:36 -05:00
Matrix.h Add math section to users guide 2024-02-20 11:03:04 +09:00
NewtonsMethod.h Add math section to users guide 2024-02-20 11:03:04 +09:00
Pair.h
Particle.h Removing particle property num punctures 2023-08-16 18:23:22 -07:00
Range.h Add advanced types chapter to user's guide 2023-12-18 14:22:40 -07:00
RangeId2.h Add advanced types chapter to user's guide 2023-12-18 14:22:40 -07:00
RangeId3.h Add advanced types chapter to user's guide 2023-12-18 14:22:40 -07:00
RangeId.h Add advanced types chapter to user's guide 2023-12-18 14:22:40 -07:00
StaticAssert.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Swap.h Fix compile issues when using cuda 12 2023-02-06 12:26:55 -05:00
TopologyElementTag.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Transform3D.h
Tuple.h Reduce doxygen warnings 2024-02-08 10:57:11 -05:00
Tuple.h.in Reduce doxygen warnings 2024-02-08 10:57:11 -05:00
TypeList.h Enable reinterpreting UnknownArrayHandle to compatible C types 2021-01-13 09:19:27 -07:00
Types.h Add VTK-m User's Guide to source 2023-10-17 11:31:27 -04:00
TypeTraits.h Add advanced types chapter to user's guide 2023-12-18 14:22:40 -07:00
UnaryPredicates.h
UpperBound.h split vtkm/Algorithms.h into UpperBound.h, LowerBound.h, and BinarySearch.h 2021-04-07 18:53:09 +00:00
VecAxisAlignedPointCoordinates.h Add VecFlat class 2020-12-16 17:22:44 -07:00
VecFlat.h Reduce doxygen warnings 2024-02-08 10:57:11 -05:00
VecFromPortal.h Improve = operators in VecFromPortal 2023-08-08 21:43:01 -04:00
VecFromPortalPermute.h Add recursive component queries to VecTraits 2019-09-09 08:19:15 -06:00
VectorAnalysis.h Add math section to users guide 2024-02-20 11:03:04 +09:00
VecTraits.h Reduce doxygen warnings 2024-02-08 10:57:11 -05:00
VecVariable.h Generalize fields for particle advection 2020-07-20 21:15:46 -04:00
Version.h.in
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00