Tzanio Kolev
b3e19a2e7a
Typos and styling
2025-03-31 18:48:43 -07:00
Mittal, Ketan
b2a50919b9
remove numbering from comments in tmop miniapps
2025-02-27 10:45:34 -08:00
Tzanio Kolev
e4c2152419
Update Copyright to 2010-2025
2025-02-03 12:17:26 -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
4993d5e715
update some sample runs
2024-11-14 10:31:23 -08:00
Mittal, Ketan
7399d8a8e0
fix for fitting miniapp
2024-11-11 18:45:30 -08:00
Tsokar
fcc353b30c
Initialize surf_fit_marker and surf_fit_mat_gf earlier
2024-08-27 17:25:44 +02:00
Tsokar
f1f98dd735
Fix uninitialized variables in pmesh-fitting
2024-08-27 08:46:37 +02:00
Will Pazner
1241960dc4
Merge remote-tracking branch 'origin/master' into pa-empty-partitions
...
# Conflicts:
# fem/gridfunc.cpp
2024-06-24 10:16:56 -07:00
Vladimir Z Tomov
c07bce73af
Merge branch 'master' into tmop-fitting-interface
2024-05-22 11:23:35 -07:00
Mittal, Ketan
4ee1bcd561
double -> real_t
2024-05-21 16:02:38 -07:00
Vladimir Z Tomov
a910f49710
minor
2024-05-21 14:01:57 -07:00
Mittal, Ketan
9cfae52d1e
minor changes based on reviewer comments
2024-05-21 10:07:48 -07:00
Vladimir Z Tomov
792700d7b1
minor
2024-05-20 13:41:05 -07:00
Vladimir Z Tomov
b4ccaa3a7b
improved the fitting+gslib tests, removed -ni parameter from all.
2024-05-18 16:51:01 -07:00
Vladimir Z Tomov
9145b88b31
minor
2024-05-17 15:49:51 -07:00
Mittal, Ketan
1dd2c75a33
rename variables and methods for consistency
2024-05-16 10:29:50 -07:00
Mittal, Ketan
fbbc3bbad0
doxygen comments and modify miniapp to use new methods
2024-05-14 10:03:51 -07:00
Vladimir Z Tomov
28bc92c034
Edited comments.
2024-05-13 16:15:28 -07:00
Vladimir Z Tomov
4e0bb41e58
Removed unused coefficient.
2024-05-13 16:12:48 -07:00
Vladimir Z Tomov
36a4df0494
Merge branch 'master' into tmop-fitting-convergence
2024-05-13 16:03:54 -07:00
Mittal, Ketan
f037b23fb1
initial commit
2024-04-24 12:10:08 -07:00
Will Pazner
ef9043a122
Replace many instances of GetFE(0) with GetTypicalFE()
...
Also replace many instances of GetElementTransformation(0) with
GetTypicalElementTransformation() and instances of GetElementGeometry(0) with
GetTypicalElementGeometry().
Remove some "early returns" in PA code with empty partitions. The reasoning is
that the early returns create divergent code paths among different MPI ranks,
which can cause deadlocks if e.g. collectives are used in code paths on not all
ranks.
2024-04-23 14:45:30 -07:00
Mittal, Ketan
71da95b411
rename variables and replace double with real_t
2024-03-28 15:25:17 -07:00
Mittal, Ketan
0ee0132e7c
minor
2024-03-27 15:32:17 -07:00
Mittal, Ketan
691c328d38
merge with master and resolve conflicts
2024-03-27 13:42:36 -07:00
Mittal, Ketan
f45d15149a
add a couple options we never really use
2024-03-27 13:01:38 -07:00
Mittal, Ketan
c32e986926
add criterion for residual based convergence with adaptive fitting weight
2024-03-27 12:57:15 -07:00
Veselin Dobrev
ecb72984e0
The meshing miniapp 'pmesh-fitting' should now work with hypre build
...
with GPU support.
2024-03-26 16:54:50 -07:00
Vladimir Z Tomov
8c98ecbf91
fixed some tolerances during testing.
2024-03-22 23:48:18 -07:00
Veselin Dobrev
dcc81ec67f
Add early "skip" exit in the miniapp 'pmesh-fitting' when using hypre
...
build with GPU support -- there are error messages about non-SPD
operator in the 'lin_solver' in ParAdvectorCGOper::Mult().
2024-03-22 19:02:05 -07:00
Dylan Copeland
046a874cfb
Merge branch 'master' of github.com:mfem/mfem into float
2024-02-06 10:56:41 -08:00
Tzanio Kolev
87290fbf56
Update Copyright to 2010-2024
2024-01-27 13:06:49 -08:00
Tzanio Kolev
d983b34924
Renamed ftype -> real_t
2023-12-13 12:51:43 -08:00
Dylan Copeland
d41b97552c
Merge branch 'master' of github.com:mfem/mfem into float
2023-11-16 17:37:34 -08:00
Dylan Copeland
9eca33b09d
Generalized everything in miniapps/meshing.
2023-11-06 19:06:55 -08:00
Sebastian Grimberg
a7f7fc94ea
Fix bug in pmesh-fitting miniapp uncovered by NonlinearForm markers
2023-10-22 13:03:34 -07:00
Tzanio Kolev
afcca4036c
Clean-up pass through new examples and miniapps
2023-09-26 08:36:59 -07:00
Tzanio Kolev
0913a510d2
Typos and fixes
2023-09-25 13:59:15 -07:00
Vladimir Z Tomov
03be75de97
minor
2023-05-18 19:32:16 -07:00
Vladimir Z Tomov
ccadddc9f5
Merge branch 'master' into tmop-lim-fit
2023-05-17 23:03:48 -07:00
Vladimir Z Tomov
776fc70763
minor
2023-04-24 18:46:31 -07:00
Ketan Mittal
a1d643ef77
update paper title
2023-04-11 11:20:57 -07:00
Vladimir Z Tomov
c4ccb28184
added some deletes and minor edits
2023-03-29 16:17:24 -07:00
Ketan Mittal
7d6ad1639d
fix default metric id for test
2023-03-29 09:13:19 -07:00
Ketan Mittal
55228baed8
rename file and fix header
2023-03-28 14:35:02 -07:00
Ketan Mittal
ea1403a9da
rename files and edit makefile
2023-03-28 14:31:53 -07:00