Tzanio Kolev
|
bebdead740
|
Merge branch 'master' into nurbs-auto-knot2edge-dev
|
2023-08-12 09:40:19 -07:00 |
|
Tzanio Kolev
|
0c7fee782f
|
Merge pull request #3817 from mfem/face-bdr-map-2d
Generalize Mesh::GetFaceToBdrElMap
|
2023-08-12 06:52:32 -07:00 |
|
Will Pazner
|
c2ed725739
|
Generalize Mesh::GetFaceToBdrElMap
|
2023-08-08 09:13:31 -07:00 |
|
Will Pazner
|
fa101bcb05
|
Use std::string& instead of const char* in mesh API
|
2023-08-04 14:53:19 -07:00 |
|
Jacob Lotz
|
a9eb6ecc1a
|
Merge branch 'master' into nurbs-auto-knot2edge-dev
|
2023-07-31 16:56:24 +02:00 |
|
Stowell, Mark L
|
c00a10a54a
|
Merge remote-tracking branch 'origin/master' into submesh-nd-dev
# Conflicts:
# examples/CMakeLists.txt
# examples/makefile
|
2023-07-28 08:39:57 -07:00 |
|
Tom Stitt
|
ec9fe97b5a
|
cleaner impl
|
2023-07-06 12:40:03 -07:00 |
|
Tom Stitt
|
b5a7f4f05a
|
fix invalid host pointer access when using gpus
|
2023-07-06 11:53:56 -07:00 |
|
Tzanio Kolev
|
1a6a3ac5d7
|
Merge branch 'master' into nurbs-auto-knot2edge-dev
|
2023-06-11 16:45:21 -07:00 |
|
Tzanio Kolev
|
3240afbbdd
|
Merge branch 'master' into submesh-nd-dev
|
2023-06-11 15:08:11 -07:00 |
|
Tzanio Kolev
|
4063ca962e
|
Small adjustments
|
2023-06-11 14:54:19 -07:00 |
|
Tzanio Kolev
|
2bbd369771
|
Merge branch 'master' into tmopupdate-geomparam
|
2023-06-11 14:36:47 -07:00 |
|
Jacob Lotz
|
80cf146882
|
Merge branch 'master' into nurbs-auto-knot2edge-dev
|
2023-05-09 15:06:00 +02:00 |
|
Stowell, Mark L
|
c19ea4c790
|
Adding boundary Point elements to 1D meshes consistent with boundaries in 2 and 3D meshes
|
2023-04-30 10:24:23 -07:00 |
|
Stowell, Mark L
|
53d6fcb2e7
|
Changing name of face orientation inversion method
|
2023-04-22 11:25:02 -07:00 |
|
Vladimir Z Tomov
|
747783f1cb
|
Merge branch 'master' into tmopupdate-geomparam
|
2023-04-18 15:33:06 -07:00 |
|
Vladimir Z Tomov
|
35d0c72f1e
|
minor
|
2023-04-18 15:28:03 -07:00 |
|
Stowell, Mark L
|
49c93a5cba
|
Merge remote-tracking branch 'origin/master' into submesh-nd-dev
# Conflicts:
# fem/fe/fe_base.hpp
# fem/fespace.hpp
|
2023-04-17 14:09:04 -07:00 |
|
hughcars
|
c64d04bee5
|
Merge branch 'master' into hughcars/pncmesh-simplex-bug-fix
|
2023-04-17 08:57:26 -04:00 |
|
Tzanio Kolev
|
ca5b285c44
|
Merge pull request #3529 from mfem/1D-NURBS-dev
Add 1D NURBS [1D-NURBS-dev]
|
2023-04-14 07:01:23 -07:00 |
|
Ketan Mittal
|
cabf7c5a6d
|
Merge branch 'tmopupdate-geomparam' of https://github.com/mfem/mfem into tmopupdate-geomparam
|
2023-04-13 11:36:32 -07:00 |
|
Ketan Mittal
|
a9e9f3334d
|
address reviewer comments
|
2023-04-13 11:36:21 -07:00 |
|
Stowell, Mark L
|
87bbeaf84b
|
Adding orientation composition methods and a unit test
|
2023-04-12 14:06:42 -07:00 |
|
Jacob Lotz
|
42feb99ddc
|
Merge branch 'master' into nurbs-auto-knot2edge-dev
|
2023-04-12 17:39:55 +02:00 |
|
hughcars
|
8a4e4d6b60
|
Merge branch 'master' into hughcars/pncmesh-simplex-bug-fix
|
2023-04-11 10:02:17 -04:00 |
|
Will Pazner
|
18330cc31c
|
Merge pull request #3578 from mfem/fix-warnings-2023-04
Fix warnings from non-debug build with new Apple-clang
|
2023-04-10 16:55:42 -07:00 |
|
Ketan Mittal
|
337d0381ce
|
Merge branch 'master' into tmopupdate-geomparam
|
2023-04-10 09:12:32 -07:00 |
|
Tzanio Kolev
|
01772b0ad6
|
Merge branch 'master' into 1D-NURBS-dev
|
2023-04-09 13:32:16 -07:00 |
|
Tzanio Kolev
|
9d79f691d6
|
Merge branch 'master' into tmopupdate-geomparam
|
2023-04-09 13:14:44 -07:00 |
|
Hugh Carson
|
0f68ba5c40
|
Change test to check for L2 error matching on serial and parallel meshes. Only check combinations that trigger face-edge constraint.
|
2023-04-05 15:53:12 -04:00 |
|
Hugh Carson
|
e4c0d0256d
|
Intermediate progress
|
2023-04-05 15:53:12 -04:00 |
|
Veselin Dobrev
|
d1ef99f4cf
|
Merge branch 'master' into rt-face-restriction
Resolved conflicts:
CHANGELOG
|
2023-04-03 12:35:18 -07:00 |
|
Veselin Dobrev
|
16df54d667
|
Fix warnings from non-debug build with new Apple-clang
|
2023-04-03 11:32:41 -07:00 |
|
Stowell, Mark L
|
193404e9c9
|
Adding debug output to GetTriOrientation similar to what is produced by GetQuadOrientation
|
2023-03-29 15:20:28 -07:00 |
|
Tzanio Kolev
|
7d2be1e37c
|
Merge branch 'master' into nurbs-attr
|
2023-03-25 18:12:25 -07:00 |
|
Tzanio Kolev
|
664bb278ef
|
Merge branch 'master' into 1D-NURBS-dev
|
2023-03-25 17:49:04 -07:00 |
|
Veselin Dobrev
|
af6e5e7b21
|
Merge branch 'master' into mfem-4.5.2-dev
|
2023-03-21 13:13:59 -07:00 |
|
Will Pazner
|
c3acad6dbd
|
Merge remote-tracking branch 'origin/master' into rt-face-restriction
# Conflicts:
# fem/fe/fe_base.hpp
# fem/restriction.cpp
|
2023-03-14 11:23:26 -07:00 |
|
Tzanio Kolev
|
96e00dc815
|
Updated COPYRIGHT to 2010-2023
|
2023-03-11 16:58:18 -08:00 |
|
Ido Akkerman
|
d368e96e14
|
together with previous commit -- adding 1D weak BCs
|
2023-03-10 11:49:18 +01:00 |
|
Sebastian Grimberg
|
0412f7f9ea
|
Merge branch 'master' into sjg/pyr-ref-leak
|
2023-02-28 16:24:27 -08:00 |
|
Ketan Mittal
|
e50bb7768f
|
fix default mesh in the miniapp
|
2023-02-23 16:38:48 -08:00 |
|
Ketan Mittal
|
2d331e57a1
|
resolve merge conflict
|
2023-02-21 09:56:19 -08:00 |
|
Tzanio Kolev
|
c2e028c916
|
Merge branch 'master' into nurbs-auto-knot2edge-dev
|
2023-02-14 10:05:01 -08:00 |
|
Dylan Copeland
|
7ded5aae7a
|
FindFaceNeighbors now returns an Array instead of a set.
|
2023-02-10 10:21:14 -08:00 |
|
JacobLotz
|
c18c204279
|
Fix typo and added extra line
|
2023-02-10 10:25:15 +01:00 |
|
JacobLotz
|
a4a5f784ab
|
Moved RefineNURBSFromFile to mesh.cpp
|
2023-02-09 11:49:45 +01:00 |
|
JacobLotz
|
8d3c5ee11c
|
Updated documentation
|
2023-02-08 21:45:56 +01:00 |
|
JacobLotz
|
b8da9d0448
|
missed a j
|
2023-02-08 21:32:36 +01:00 |
|
JacobLotz
|
431d3ea432
|
Improved counter for while loop, MFEM_ASSERT -> MFEM_VERIFY
|
2023-02-08 21:28:59 +01:00 |
|