xfem 2.1.2406.dev3__tar.gz → 2.1.2406.dev18__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/.gitlab-ci.yml +1 -1
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/CMakeLists.txt +13 -4
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/Dockerfile +1 -1
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/PKG-INFO +6 -6
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/README.md +1 -1
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/ngsolve_addon.cmake +14 -1
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/pyproject.toml +2 -2
- xfem-2.1.2406.dev18/python/_version.py +21 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/SpaceTimeFESpace.cpp +4 -3
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/CMakeLists.txt +3 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/symboliccutbfi.cpp +12 -5
- xfem-2.1.2406.dev3/python/_version.py +0 -16
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/.ci/build_pip.sh +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/.ci/build_pip_mac.sh +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/.ci/ci_ctests.sh +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/.ci/fix_auditwheel_policy.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/.github/workflows/extras-workflow.yml +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/.github/workflows/paper-workflow.yml +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/.github/workflows/pypi.yml +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/.gitignore +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/.gitmodules +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/INSTALLATION.md +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/LICENSE +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/MANIFEST.in +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cmake_modules/check_submodules.cmake +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cmake_modules/cmake_uninstall.cmake.in +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/config.h.cmake +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/CMakeLists.txt +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/cutintegral.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/cutintegral.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/fieldeval.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/fieldeval.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/lsetintdomain.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/lsetintdomain.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/mlsetintegration.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/mlsetintegration.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/python_cutint.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/spacetimecutrule.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/spacetimecutrule.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/straightcutrule.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/straightcutrule.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/xdecompose.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/xdecompose.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/xintegration.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/cutint/xintegration.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/CMakeLists.txt +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/README.md +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/aggregates/aggfem_shapetester.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/aggregates/fictdom_aggfem.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/aggregates/fictdom_dg_aggfem.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/fictdom.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/fictdom_dg.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/fictdom_mlset.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/compp1prolong-playground.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/cutint/area_of_a_circle_quads.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/cutint/integrate_one_big_quad2D.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/cutint/integrate_one_big_quad3D.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/fictdom_dg3d.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/lsetcurving/integrate.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/make_uniform3D_grid.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mg_cut_poisson_p1.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mg_cut_poisson_p1p2_skinny.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mg_cut_poisson_p2.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mg_cut_poisson_p2_skinny.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mg_p1_working.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/cube.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/cube2.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/cube_codim2_test.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/even_simpler.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/multiple_triangles.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/simple.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/simple_mlcutinfo.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/simple_with_convinience.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/square.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/tensor_functions.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/test_GetOuterBoundary.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/test_draw.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/triangle.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/zalesak_disk.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/mlset/zalesak_sphere.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/p1prolong-playground.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/p2prolong-playground.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/stokesxfem.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/linelasticity.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/lsetgeoms.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/moving_domain.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/mpi/mpi_nxfem.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/IF_circle.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/IF_marking.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/IF_periodic.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/area_of_a_hypersphere_ST.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/area_of_a_hypersphere_ST_conv.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/area_of_a_hypersphere_ST_conv_higher_order.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/area_of_a_sphere_ST.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/area_of_a_sphere_ST_conv.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/area_of_a_sphere_ST_conv_higher_order.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/fictdomain_Neumann_quad_testing.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/kite3D_in_sympy.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/kite_in_sympy.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spaceP1_timeDGP1_3D.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spaceP1_timeDGP1_3D_static.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spaceP1_timeDGP1_kite.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spaceP1_timeDGP1_kite3D.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spaceP2_timeDGP1.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spaceP2_timeDGP1_new.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spacePX_timeDGP1_kite.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/spaceDGtimeDG_unfitted.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/spaceDGtimeDG_unfitted_3D.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/spacetimeCG_unfitted.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/spacetimeDG_fitted.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/spacetimeDG_unfitted.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/spacetime_geom_error.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/spacetime_vtk.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spdes/surfstokestracefem.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/stokescutfem.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/tracefem.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/unf_interf_prob.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/feature-details.md +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/bubble-coarse.pdf +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/cuttet-quadrature.png +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/graveyard/cut_quadrature.png +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/graveyard/cut_quadrature_mlset.png +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/graveyard/cuttet.jpg +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/graveyard/intpoints.jpg +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/graveyard/spacetime1.png +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/graveyard/spacetime2.png +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/graveyard/zdisc-cut-elements.png +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/lsetcurv.jpg +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/mlset.png +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/patches.png +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/spacetime.png +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/twophase.pdf +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/unfittedmesh.jpg +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/xfem.jpg +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/graphics/xfes.png +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/latex.template +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/lit-ngsxfem.bib +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/literature.md +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/sphinx/_static/custom.css +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/sphinx/bullets.css +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/sphinx/conf.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/sphinx/contents.rst +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/sphinx/index.rst +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/sphinx/jupyter/index.rst +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/sphinx/requirements.txt +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/sphinx/xfem_misc/demos.rst +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/sphinx/xfem_misc/feature-details.rst +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/sphinx/xfem_misc/installation.rst +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/doc/sphinx/xfem_misc/literature.rst +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/CMakeLists.txt +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/calcpointshift.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/calcpointshift.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/lsetrefine.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/lsetrefine.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/projshift.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/projshift.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/python_lsetcurving.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/shiftedevaluate.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/shiftedevaluate.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/shiftintegrators.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/lsetcurving/shiftintegrators.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/python/CMakeLists.txt +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/python/__init__.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/python/cutmg.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/python/lset_smoothblend.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/python/lset_spacetime.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/python/lsetcurv.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/python/mlset.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/python/ngs_check.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/python/python_ngsxfem.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/python/utils.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/CMakeLists.txt +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/SpaceTimeFE.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/SpaceTimeFE.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/SpaceTimeFESpace.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/diffopDt.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/diffopDt.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/python_spacetime.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/spacetime_vtk.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/spacetime_vtk.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/timecf.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/spacetime/timecf.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/ngsxfem_report.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_aggregates.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_backuprule.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_calc_linearized.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_differential_symbol.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_intcurved.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_local_solve.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_localgeom.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_memory_usage.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_mlset_integration.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_mlset_module_functionality.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_mlset_poisson.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_navier_stokes_2d1.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_ngsolve_version.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_nonlin.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_num_nxfem.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_nxfem.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_quadchallenges.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_shifteval.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_simd_cutint.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_simd_lf_blf.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_spacetime_lsetcurv.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_spacetime_set.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_spacetime_vtk.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_spacetimecutrule.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_straightcutrule.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_utils.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/tests/pytests/test_xfes_ndof.py +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/CMakeLists.txt +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/bitarraycf.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/bitarraycf.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/ngsxstd.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/ngsxstd.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/p1interpol.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/p1interpol.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/python_utils.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/restrictedblf.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/restrictedblf.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/restrictedfespace.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/restrictedfespace.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/xprolongation.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/utils/xprolongation.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/CMakeLists.txt +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/aggregates.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/aggregates.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/cutinfo.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/cutinfo.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/ghostpenalty.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/ghostpenalty.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/python_xfem.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/sFESpace.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/sFESpace.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/symboliccutbfi.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/symboliccutlfi.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/symboliccutlfi.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/xFESpace.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/xFESpace.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/xfemdiffops.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/xfemdiffops.hpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/xfiniteelement.cpp +0 -0
- {xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/xfem/xfiniteelement.hpp +0 -0
|
@@ -277,11 +277,11 @@ pip_linux:
|
|
|
277
277
|
|
|
278
278
|
stage: deploy
|
|
279
279
|
script:
|
|
280
|
-
- ./.ci/build_pip.sh 38
|
|
281
280
|
- ./.ci/build_pip.sh 39
|
|
282
281
|
- ./.ci/build_pip.sh 310
|
|
283
282
|
- ./.ci/build_pip.sh 311
|
|
284
283
|
- ./.ci/build_pip.sh 312
|
|
284
|
+
- ./.ci/build_pip.sh 313
|
|
285
285
|
- export PIP_BREAK_SYSTEM_PACKAGES=1
|
|
286
286
|
- /opt/python/cp39-cp39/bin/pip install twine
|
|
287
287
|
- /opt/python/cp39-cp39/bin/python -m twine upload --skip-existing wheelhouse/* -u __token__ -p $PYPI_UPLOAD_TOKEN
|
|
@@ -8,12 +8,20 @@ if(NOT CMAKE_BUILD_TYPE)
|
|
|
8
8
|
endif()
|
|
9
9
|
|
|
10
10
|
# Download ngsolve_addon.cmake from template project
|
|
11
|
-
set(ngsolve_addon_version bbfb9648f2ff7a952a3a8edca58f460c198ca462)
|
|
12
|
-
set(ngsolve_addon_md5 d1b208d6aa63edce64a264e5e0370d3a)
|
|
13
|
-
file(DOWNLOAD https://raw.githubusercontent.com/NGSolve/ngsolve-addon-template/${ngsolve_addon_version}/ngsolve_addon.cmake
|
|
11
|
+
# set(ngsolve_addon_version bbfb9648f2ff7a952a3a8edca58f460c198ca462)
|
|
12
|
+
# set(ngsolve_addon_md5 d1b208d6aa63edce64a264e5e0370d3a)
|
|
13
|
+
# file(DOWNLOAD https://raw.githubusercontent.com/NGSolve/ngsolve-addon-template/${ngsolve_addon_version}/ngsolve_addon.cmake
|
|
14
|
+
# ${CMAKE_CURRENT_SOURCE_DIR}/ngsolve_addon.cmake
|
|
15
|
+
# EXPECTED_MD5 ${ngsolve_addon_md5}
|
|
16
|
+
# )
|
|
17
|
+
|
|
18
|
+
set(ngsolve_addon_version 913da7921b1a1371e5b9071055efa803a0ae4567)
|
|
19
|
+
set(ngsolve_addon_md5 c2c300dbf360b0018ec027fd3e659475)
|
|
20
|
+
file(DOWNLOAD https://raw.githubusercontent.com/johann-cm/ngsolve-addon-template/${ngsolve_addon_version}/ngsolve_addon.cmake
|
|
14
21
|
${CMAKE_CURRENT_SOURCE_DIR}/ngsolve_addon.cmake
|
|
15
22
|
EXPECTED_MD5 ${ngsolve_addon_md5}
|
|
16
23
|
)
|
|
24
|
+
|
|
17
25
|
include(ngsolve_addon.cmake)
|
|
18
26
|
|
|
19
27
|
set(SPACETIME_SANITY_CHECKS ON CACHE BOOL "use space-time sanity checks (abuses ngsolve's intrule nr)")
|
|
@@ -54,9 +62,10 @@ add_subdirectory(lsetcurving)
|
|
|
54
62
|
add_subdirectory(tests)
|
|
55
63
|
add_subdirectory(spacetime)
|
|
56
64
|
|
|
65
|
+
|
|
57
66
|
install(TARGETS xfem DESTINATION ${XFEM_INSTALL_DIR_PYTHON}/xfem)
|
|
58
67
|
|
|
59
|
-
#ngsolve_generate_stub_files(xfem)
|
|
68
|
+
# ngsolve_generate_stub_files(xfem)
|
|
60
69
|
|
|
61
70
|
# uninstall target
|
|
62
71
|
configure_file(
|
|
@@ -32,7 +32,7 @@ RUN apt-get install -y python3.12-venv python3.12-dev cmake
|
|
|
32
32
|
RUN apt-get update
|
|
33
33
|
RUN ln -s /usr/bin/python3.12 /usr/bin/python3
|
|
34
34
|
|
|
35
|
-
ARG NGS_VERSION=6.2.
|
|
35
|
+
ARG NGS_VERSION=6.2.2406
|
|
36
36
|
# ARG XFEM_VERSION=v2.1.2303
|
|
37
37
|
|
|
38
38
|
# install pip-packages in a virtual environment and set PYTHONPATH to the according venv-directory
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: xfem
|
|
3
|
-
Version: 2.1.2406.
|
|
3
|
+
Version: 2.1.2406.dev18
|
|
4
4
|
Summary: (ngs)xfem is an Add-on library to Netgen/NGSolve for unfitted/cut FEM.
|
|
5
5
|
Author-Email: Christoph Lehrenfeld <lehrenfeld@math.uni-goettingen.de>
|
|
6
6
|
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
|
|
7
|
-
Project-URL:
|
|
7
|
+
Project-URL: github, https://github.com/ngsxfem/ngsxfem
|
|
8
8
|
Requires-Python: >=3.9
|
|
9
|
-
Requires-Dist: ngsolve==6.2.
|
|
10
|
-
Requires-Dist: pytest; extra == "test"
|
|
9
|
+
Requires-Dist: ngsolve==6.2.2501
|
|
11
10
|
Provides-Extra: test
|
|
11
|
+
Requires-Dist: pytest; extra == "test"
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
|
|
14
14
|
[](https://github.com/ngsxfem/ngsxfem/actions/workflows/pypi.yml)
|
|
@@ -63,7 +63,7 @@ Not all features of `ngsxfem` and `NGSolve` can directly be combined. Here is an
|
|
|
63
63
|
| `Tet`: trigs./tets | y | y | y | y | y | y | y | y | / | / | y |
|
|
64
64
|
| `MPI`: MPI | y | y | n | y | y | y | n | n | y | y | / |
|
|
65
65
|
|
|
66
|
-
Some of the *no*s are work in progress and some have not been considered so far. If you need a certain combination to work, please contact us and we will see what we can do.
|
|
66
|
+
Some of the *no*s are work in progress and some have not been considered so far. If you need a certain combination to work, please contact us and we will see what we can do (`MPI` for `Gh` is planned for the not so far future).
|
|
67
67
|
|
|
68
68
|
# Examples and Documentation
|
|
69
69
|
|
|
@@ -50,7 +50,7 @@ Not all features of `ngsxfem` and `NGSolve` can directly be combined. Here is an
|
|
|
50
50
|
| `Tet`: trigs./tets | y | y | y | y | y | y | y | y | / | / | y |
|
|
51
51
|
| `MPI`: MPI | y | y | n | y | y | y | n | n | y | y | / |
|
|
52
52
|
|
|
53
|
-
Some of the *no*s are work in progress and some have not been considered so far. If you need a certain combination to work, please contact us and we will see what we can do.
|
|
53
|
+
Some of the *no*s are work in progress and some have not been considered so far. If you need a certain combination to work, please contact us and we will see what we can do (`MPI` for `Gh` is planned for the not so far future).
|
|
54
54
|
|
|
55
55
|
# Examples and Documentation
|
|
56
56
|
|
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
###############################################################################
|
|
6
6
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|
7
7
|
|
|
8
|
+
# Set default build type to RelWithDebInfo
|
|
9
|
+
if(NOT CMAKE_BUILD_TYPE)
|
|
10
|
+
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "Build type" FORCE)
|
|
11
|
+
endif(NOT CMAKE_BUILD_TYPE)
|
|
12
|
+
|
|
8
13
|
# Find NGSolve and Netgen using python
|
|
9
14
|
if(CMAKE_VERSION VERSION_LESS "3.18")
|
|
10
15
|
find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
|
|
@@ -24,6 +29,7 @@ find_package(NGSolve CONFIG REQUIRED)
|
|
|
24
29
|
macro(add_ngsolve_addon module_name)
|
|
25
30
|
# Create the module
|
|
26
31
|
add_library(${module_name} SHARED ${ARGN})
|
|
32
|
+
target_include_directories(${module_name} BEFORE PRIVATE $<TARGET_PROPERTY:ngsolve,INTERFACE_INCLUDE_DIRECTORIES>)
|
|
27
33
|
target_link_libraries(${module_name} PUBLIC ngsolve Python3::Module)
|
|
28
34
|
set_target_properties(${module_name} PROPERTIES PREFIX "" CXX_STANDARD 17)
|
|
29
35
|
|
|
@@ -89,9 +95,16 @@ endif()
|
|
|
89
95
|
macro(ngsolve_generate_stub_files module_name)
|
|
90
96
|
set(stubgen_generation_code "execute_process(WORKING_DIRECTORY ${stubgen_working_dir} COMMAND ${Python3_EXECUTABLE} -m pybind11_stubgen --ignore-all-errors -o ${CMAKE_CURRENT_BINARY_DIR}/stubs ${module_name})")
|
|
91
97
|
set(stubgen_directory "${CMAKE_CURRENT_BINARY_DIR}/stubs/${module_name}/")
|
|
98
|
+
set(stubgen_file "${CMAKE_CURRENT_BINARY_DIR}/stubs/${module_name}.pyi")
|
|
92
99
|
|
|
93
100
|
install(CODE ${stubgen_generation_code})
|
|
94
|
-
|
|
101
|
+
if(IS_READABLE ${stubgen_file})
|
|
102
|
+
install(FILES ${stubgen_file} DESTINATION ${ADDON_INSTALL_DIR_PYTHON}/${module_name})
|
|
103
|
+
elseif(IS_DIRECTORY ${stubgen_directory})
|
|
104
|
+
install(DIRECTORY ${stubgen_directory} DESTINATION ${ADDON_INSTALL_DIR_PYTHON}/${module_name})
|
|
105
|
+
else()
|
|
106
|
+
message(WARNING "Unable to locate and install stub files.")
|
|
107
|
+
endif()
|
|
95
108
|
endmacro()
|
|
96
109
|
|
|
97
110
|
message(STATUS "Install dir: ${CMAKE_INSTALL_PREFIX}")
|
|
@@ -17,7 +17,7 @@ requires = ["setuptools>=45",
|
|
|
17
17
|
"scikit-build-core>=0.9.0",
|
|
18
18
|
"pybind11_stubgen",
|
|
19
19
|
"cmake>=3.26.1",
|
|
20
|
-
"ngsolve>=6.2.
|
|
20
|
+
"ngsolve>=6.2.2501",
|
|
21
21
|
"toml; python_version >= '3.11'",
|
|
22
22
|
"tomli>=1.1.0; python_version < '3.11'"
|
|
23
23
|
]
|
|
@@ -48,7 +48,7 @@ testpaths = ["tests"]
|
|
|
48
48
|
|
|
49
49
|
[tool.cibuildwheel]
|
|
50
50
|
#build-verbosity = 1
|
|
51
|
-
manylinux-x86_64-image = "
|
|
51
|
+
manylinux-x86_64-image = "cerbsim/manylinux_2_28_x86_64_cuda_12.8"
|
|
52
52
|
skip = """
|
|
53
53
|
pp*
|
|
54
54
|
*_i686
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# file generated by setuptools-scm
|
|
2
|
+
# don't change, don't track in version control
|
|
3
|
+
|
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
|
5
|
+
|
|
6
|
+
TYPE_CHECKING = False
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from typing import Tuple
|
|
9
|
+
from typing import Union
|
|
10
|
+
|
|
11
|
+
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
12
|
+
else:
|
|
13
|
+
VERSION_TUPLE = object
|
|
14
|
+
|
|
15
|
+
version: str
|
|
16
|
+
__version__: str
|
|
17
|
+
__version_tuple__: VERSION_TUPLE
|
|
18
|
+
version_tuple: VERSION_TUPLE
|
|
19
|
+
|
|
20
|
+
__version__ = version = '2.1.2406.dev18'
|
|
21
|
+
__version_tuple__ = version_tuple = (2, 1, 2406, 'dev18')
|
|
@@ -44,9 +44,10 @@ SpaceTimeFESpace :: SpaceTimeFESpace (shared_ptr<MeshAccess> ama, shared_ptr<FES
|
|
|
44
44
|
|
|
45
45
|
// needed to draw solution function
|
|
46
46
|
Switch<3> (ma->GetDimension()-1, [&] (auto SDIM) {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
constexpr int SDIM1 = SDIM+1;
|
|
48
|
+
evaluator[VOL] = make_shared<T_DifferentialOperator<DiffOpId<SDIM1>>>();
|
|
49
|
+
flux_evaluator[VOL] = make_shared<T_DifferentialOperator<DiffOpGradient<SDIM1>>>();
|
|
50
|
+
evaluator[BND] = make_shared<T_DifferentialOperator<DiffOpIdBoundary<SDIM1>>>();
|
|
50
51
|
});
|
|
51
52
|
//if (ma->GetDimension() < 2)
|
|
52
53
|
// throw Exception ("Unsupported spatial dimension in SpaceTimeFESpace :: SpaceTimeFESpace");
|
|
@@ -11,6 +11,9 @@ set(NETGEN_PYTHON_EXECUTABLE python3)
|
|
|
11
11
|
#add_test(NAME pytests_ngsolve_version COMMAND ${NETGEN_PYTHON_EXECUTABLE} -m pytest
|
|
12
12
|
# "${PROJECT_SOURCE_DIR}/tests/pytests/test_ngsolve_version.py" WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}/tests")
|
|
13
13
|
|
|
14
|
+
add_test(NAME py_demo_import_xfem COMMAND ${NETGEN_PYTHON_EXECUTABLE}
|
|
15
|
+
"-c" "\"import xfem\"")
|
|
16
|
+
|
|
14
17
|
add_test(NAME py_demo_tracefem COMMAND ${NETGEN_PYTHON_EXECUTABLE}
|
|
15
18
|
"${PROJECT_SOURCE_DIR}/demos/tracefem.py" "testmode")
|
|
16
19
|
|
|
@@ -102,6 +102,7 @@ namespace ngfem
|
|
|
102
102
|
trial_difforder = min(trial_difforder, proxy->Evaluator()->DiffOrder());
|
|
103
103
|
for (auto proxy : test_proxies)
|
|
104
104
|
test_difforder = min(test_difforder, proxy->Evaluator()->DiffOrder());
|
|
105
|
+
if (trial_proxies.Size() == 0) trial_difforder = 0;
|
|
105
106
|
|
|
106
107
|
int intorder = fel_trial.Order()+fel_test.Order();
|
|
107
108
|
|
|
@@ -1951,6 +1952,7 @@ namespace ngfem
|
|
|
1951
1952
|
trial_difforder = min(trial_difforder, proxy->Evaluator()->DiffOrder());
|
|
1952
1953
|
for (auto proxy : test_proxies)
|
|
1953
1954
|
test_difforder = min(test_difforder, proxy->Evaluator()->DiffOrder());
|
|
1955
|
+
if (trial_proxies.Size() == 0) trial_difforder = 0;
|
|
1954
1956
|
|
|
1955
1957
|
int intorder = fel_trial.Order()+fel_test.Order();
|
|
1956
1958
|
|
|
@@ -1998,17 +2000,21 @@ namespace ngfem
|
|
|
1998
2000
|
for (auto proxy : test_proxies)
|
|
1999
2001
|
{
|
|
2000
2002
|
HeapReset hr(lh);
|
|
2001
|
-
FlatMatrix<SIMD<double>> proxyvalues(
|
|
2003
|
+
FlatMatrix<SIMD<double>> proxyvalues(proxy->Dimension(), simd_mir.Size(), lh);
|
|
2002
2004
|
for (int k = 0; k < proxy->Dimension(); k++)
|
|
2003
2005
|
{
|
|
2004
2006
|
ud.testfunction = proxy;
|
|
2005
2007
|
ud.test_comp = k;
|
|
2006
|
-
cf -> Evaluate (simd_mir,
|
|
2007
|
-
proxyvalues.Col(k) = val.Col(0);
|
|
2008
|
+
cf -> Evaluate (simd_mir, proxyvalues.Rows(k,k+1));
|
|
2008
2009
|
}
|
|
2009
2010
|
|
|
2010
|
-
|
|
2011
|
-
|
|
2011
|
+
|
|
2012
|
+
for (size_t i = 0; i < proxyvalues.Height(); i++)
|
|
2013
|
+
{
|
|
2014
|
+
auto row = proxyvalues.Row(i);
|
|
2015
|
+
for (size_t j = 0; j < row.Size(); j++)
|
|
2016
|
+
row(j) *= simd_mir[j].GetMeasure()*simd_wei_arr[j];
|
|
2017
|
+
}
|
|
2012
2018
|
|
|
2013
2019
|
proxy->Evaluator()->AddTrans(fel_test, simd_mir, proxyvalues, ely);
|
|
2014
2020
|
}
|
|
@@ -2086,6 +2092,7 @@ namespace ngfem
|
|
|
2086
2092
|
trial_difforder = min(trial_difforder, proxy->Evaluator()->DiffOrder());
|
|
2087
2093
|
for (auto proxy : test_proxies)
|
|
2088
2094
|
test_difforder = min(test_difforder, proxy->Evaluator()->DiffOrder());
|
|
2095
|
+
if (trial_proxies.Size() == 0) trial_difforder = 0;
|
|
2089
2096
|
|
|
2090
2097
|
int intorder = fel_trial.Order()+fel_test.Order();
|
|
2091
2098
|
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# file generated by setuptools_scm
|
|
2
|
-
# don't change, don't track in version control
|
|
3
|
-
TYPE_CHECKING = False
|
|
4
|
-
if TYPE_CHECKING:
|
|
5
|
-
from typing import Tuple, Union
|
|
6
|
-
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
7
|
-
else:
|
|
8
|
-
VERSION_TUPLE = object
|
|
9
|
-
|
|
10
|
-
version: str
|
|
11
|
-
__version__: str
|
|
12
|
-
__version_tuple__: VERSION_TUPLE
|
|
13
|
-
version_tuple: VERSION_TUPLE
|
|
14
|
-
|
|
15
|
-
__version__ = version = '2.1.2406.dev3'
|
|
16
|
-
__version_tuple__ = version_tuple = (2, 1, 2406, 'dev3')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/cutint/integrate_one_big_quad2D.py
RENAMED
|
File without changes
|
{xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/graveyard/cutint/integrate_one_big_quad3D.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/area_of_a_hypersphere_ST.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/area_of_a_sphere_ST_conv.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spaceP1_timeDGP1_3D_static.py
RENAMED
|
File without changes
|
{xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spaceP1_timeDGP1_kite.py
RENAMED
|
File without changes
|
{xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spaceP1_timeDGP1_kite3D.py
RENAMED
|
File without changes
|
|
File without changes
|
{xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spaceP2_timeDGP1_new.py
RENAMED
|
File without changes
|
{xfem-2.1.2406.dev3 → xfem-2.1.2406.dev18}/demos/spacetime/graveyard/spacePX_timeDGP1_kite.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|