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

Template over mesh geometry type #2603

Merged
merged 71 commits into from
Mar 28, 2023
Merged

Template over mesh geometry type #2603

merged 71 commits into from
Mar 28, 2023

Conversation

garth-wells
Copy link
Member

@garth-wells garth-wells commented Mar 25, 2023

Support for different float types for mesh geometry. Interface changes are limited thanks to C++ template type deduction, but there are some.

No changes in the Python interface. Will later add support for meshes with different scalar types from Python.

@garth-wells garth-wells marked this pull request as ready for review March 27, 2023 15:34
cpp/demo/interpolation-io/main.cpp Show resolved Hide resolved
cpp/dolfinx/CMakeLists.txt Show resolved Hide resolved
cpp/cmake/templates/DOLFINXConfig.cmake.in Show resolved Hide resolved
cpp/demo/interpolation_different_meshes/main.cpp Outdated Show resolved Hide resolved
cpp/demo/interpolation_different_meshes/main.cpp Outdated Show resolved Hide resolved
cpp/dolfinx/geometry/BoundingBoxTree.h Outdated Show resolved Hide resolved
cpp/dolfinx/geometry/gjk.h Outdated Show resolved Hide resolved
cpp/dolfinx/io/ADIOS2Writers.h Show resolved Hide resolved
cpp/dolfinx/io/XDMFFile.h Show resolved Hide resolved
python/dolfinx/wrappers/assemble.cpp Outdated Show resolved Hide resolved
cpp/dolfinx/fem/assembler.h Outdated Show resolved Hide resolved
cpp/dolfinx/fem/assembler.h Outdated Show resolved Hide resolved
cpp/dolfinx/fem/FunctionSpace.h Outdated Show resolved Hide resolved
@garth-wells garth-wells added this pull request to the merge queue Mar 28, 2023
Merged via the queue into main with commit 71e3e3f Mar 28, 2023
@garth-wells garth-wells deleted the garth/geometry-type-2 branch March 28, 2023 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants