Commit Graph
246 Commits
Author SHA1 Message Date
Mittal, Ketan bfffb837d3 add option to specify output ordering in FindPointsGSLIB::Interpolate 2026-01-20 10:05:48 -08:00
Mittal, Ketan bb8ff078fb restore transfer function 2025-11-07 12:59:51 -08:00
Tzanio Kolev 4fdb3621f5 Merge pull request #4819 from mfem/findpts-interface
Improved FindPointsGSLIB interface
2025-09-05 12:58:35 -07:00
Joseph Signorelli 68bf2adbe4 int --> unsigned int, and rm std::move 2025-08-21 15:55:23 -07:00
Joseph Signorelli 86405d95a2 Add GetPointsNotFoundIndices 2025-08-13 15:05:11 -07:00
Joseph Signorelli a36151569f Add check to ensure mesh dimension + spatial dimension are equal 2025-08-13 14:59:22 -07:00
Mittal, Ketan e718f2ec58 reviewer comments 2025-08-07 17:02:50 -07:00
Mittal, Ketan e31e0b7c25 minor 2025-05-27 10:52:30 -07:00
Mittal, Ketan f83036c4bc minor 2025-05-27 10:51:01 -07:00
Mittal, Ketan 8f9e4b27fc minor 2025-05-01 15:43:15 -07:00
Mittal, Ketan a26eaed48a fix constructor 2025-04-23 09:26:05 -07:00
Mittal, Ketan 31171c22ce make style 2025-04-22 15:10:07 -07:00
Mittal, Ketan ef47e36e41 minor change to constructor 2025-04-22 15:09:23 -07:00
Mittal, Ketan 10915f67e1 minor 2025-04-22 12:57:37 -07:00
Mittal, Ketan e4b27670c8 re-use constructors 2025-04-22 12:46:41 -07:00
Mittal, Ketan c51895ee22 make style 2025-04-21 21:11:49 -07:00
Mittal, Ketan a19255274d merge and resolve conflicts 2025-04-21 21:11:38 -07:00
Mittal, Ketan b9932b5cb2 minor 2025-04-21 19:46:53 -07:00
Mittal, Ketan 1e73159e11 fix for serial 2025-04-21 18:50:31 -07:00
Mittal, Ketan 07ff46c1d6 findpts interface initial commit 2025-04-21 18:28:33 -07:00
Andrew Ho 1912c74587 Merge branch 'master' into dev-inverse-transform 2025-03-28 15:12:21 -07:00
Andrew Ho f3360ac118 switch to MFEM_MPI_CXX_BOOL
This is an internal macro which switches between MPI_CXX_BOOL and
MPI_C_BOOL if MPI_CXX_BOOL happens to not be defined (ex.: in Windows).
2025-03-14 14:19:17 -07:00
Andrew Ho 940943268b replace MPI_C_BOOL with MPI_CXX_BOOL 2025-03-14 10:06:57 -07:00
Andrew Ho daa2fe7c98 forall is no longer required in gslib
was only used for test tracking of number of iterations
2025-03-12 11:50:11 -07:00
Andrew Ho cba0b592ca don't optionally track num steps in gslib
this has extra cost even when not used
2025-03-03 15:09:30 -08:00
Andrew Ho bcde2ec4f1 fixed step counting in findpts for some cases 2025-02-21 06:51:50 -08:00
Andrew Ho cdbc8c710c implemented iteration count tracking in findpts and batch element transformations 2025-02-20 18:57:47 -08:00
Andrew Ho 76525c8ce3 working towards adding diagnostic for number of steps required in gslib
I think MPI support still needs to be added?
2025-02-20 13:27:46 -08:00
Andrew Ho 773606139c Merge remote-tracking branch 'base/master' into dev-inverse-transform 2025-02-09 07:35:58 -08:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Andrew Ho 7717cc5e6c cleanup 2025-01-31 16:17:29 -08:00
Andrew Ho 83440de8cd also split mesh on non-tensor basis 2025-01-21 15:53:56 -08:00
Will Pazner 6ddea3ff47 Merge remote-tracking branch 'origin/master' into pa-empty-partitions 2025-01-03 09:36:06 -08:00
Vladimir Z Tomov aab51f6935 Fixed -Wall errors. 2024-12-08 18:15:57 -08:00
Mittal, Ketan 6d288efd68 merge with master and resolve conflicts 2024-12-05 12:00:12 -08:00
Mittal, Ketan aba31a53be guard MPI_Barrier and update sample runs 2024-12-02 16:30:03 -08:00
Vladimir Z Tomov 5b825515f7 fixed a warning. 2024-11-29 14:38:00 -08:00
Will Pazner 2ac825abe8 Merge remote-tracking branch 'origin/master' into pa-empty-partitions
# Conflicts:
#	fem/bilininteg.cpp
#	fem/quadinterpolator.cpp
2024-11-22 11:05:49 -08:00
Mittal, Ketan fc0a1eb8da update get obb 2024-11-19 16:10:01 -08:00
Mittal, Ketan f4be9104f5 add method to get AABB and OBB info 2024-11-19 15:26:46 -08:00
Mittal, Ketan 026c5c9808 make style 2024-11-13 10:38:34 -08:00
Mittal, Ketan 7587dcad87 compile kernels for v1.0.9 or higher 2024-11-13 10:38:17 -08:00
Mittal, Ketan 6377476998 Backwards compatibility for gslib v1.0.7 2024-11-12 17:18:40 -08:00
Mittal, Ketan b0b726a2a9 merge and resolve conflicts 2024-11-09 16:09:15 -08:00
Ketan Mittal 98e0932f63 reviewer comments 2024-09-16 18:46:28 -07:00
Mittal, Ketan 9d89d1abef remove stopwatch timers 2024-09-05 10:05:59 -07:00
Mittal, Ketan 2ea08bacb4 make style 2024-09-04 09:24:48 -07:00
Ketan Mittal 60326c575e minor fix, use edge/face mask only with thread 0, and remove bbox if block 2024-09-03 15:36:23 -07:00
Mittal, Ketan 04c7fa0f1c clean up code setting logic for points locally and on other ranks 2024-09-01 14:16:49 -07:00
Mittal, Ketan c65e6ad71c merge with master and resolve conflicts 2024-08-30 15:46:54 -07:00