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
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
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
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
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
Dylan Copeland
7ded5aae7a
FindFaceNeighbors now returns an Array instead of a set.
2023-02-10 10:21:14 -08:00
Sebastian Grimberg
ae8ed6bb92
Merge branch 'master' into sjg/pyr-ref-leak
2023-02-07 20:25:56 -08:00
Dylan Copeland
13504d6116
Merge branch 'master' of github.com:mfem/mfem into mesh-reflect
2023-02-03 15:02:51 -08:00
Dylan Copeland
08b5a285be
Merge branch 'master' of github.com:mfem/mfem into nurbs-attr
2023-01-30 16:30:40 -08:00
Tzanio Kolev
2f6eb8838f
Merge pull request #3007 from mfem/bugfix/rwa/coarsen-L2-proj
...
Use local L2 projection for coarsening L2 spaces on non-conforming AMR meshes [bugfix/rwa/coarsen-L2-proj]
2023-01-27 14:30:06 -08:00
Sebastian Grimberg
c7e701807a
Fix memory leak in pyramid mesh refinement for MFEM_USE_MEMALLOC
2023-01-27 10:51:43 -08:00
Ketan Mittal
708b655c09
merge and resolve conflicts
2023-01-25 10:09:45 -08:00
Veselin Dobrev
6992c1daac
In the mesh-explorer miniapp, use high-order ParaView export when
...
the mesh is high-order.
Tweak doxygen comments in class ParaViewDataCollection.
Fix a bug in ParaViewDataCollection::SetCompression -- it still
needs work, I think, so I left a FIXME comment there too.
2023-01-13 15:55:12 -08:00
Will Pazner
61a922a812
Fix Mesh::FaceInformation output with operator<<
...
Newline was missing after face topology.
Also use '\n' instead of std::endl for all but last newline since there is no
reason to flush the buffer before then.
2023-01-04 18:48:46 -08:00
Tzanio Kolev
fb21cca26e
Merge branch 'master' into bugfix/rwa/coarsen-L2-proj
2022-12-28 11:03:05 -08:00
Tzanio Kolev
adf7a40c0a
Merge branch 'master' into FaceQuadratureSpace-bug-fix
2022-12-22 13:25:39 -08:00
Dylan Copeland
726ffb93b0
CHANGELOG and a bug fix.
2022-12-15 10:56:26 -08:00
Dylan Copeland
792184cf2c
Fixing shadowed variable.
2022-12-13 19:33:14 -08:00
Dylan Copeland
e4b71fde61
Moved FindFaceNeighbors to Mesh class. Added documentation.
2022-12-13 19:22:49 -08:00
Dylan Copeland
bde55a3686
Merge branch 'master' into nurbs-attr
2022-12-09 09:59:43 -08:00
Tzanio Kolev
975c0f2eab
Merge pull request #3343 from mfem/geom-factors-dox-update
...
Document that Get(Face)GeometricFactors might return stale data
2022-12-09 08:57:55 -08:00
Will Pazner
353d9b646e
Move Mesh::GetFaceGeometryType implementation to header
2022-12-06 12:41:43 -08:00
Will Pazner
26073f789d
Deprecate GetFaceGeometryType and GetFaceBaseGeometry
...
Now both of these functions call GetFaceGeometry.
GetFaceGeometry has been updated to handle ghost faces.
2022-12-06 12:21:12 -08:00
Will Pazner
dcd8b0907f
Merge remote-tracking branch 'origin/master' into vector-remove-implicit-conversion
...
# Conflicts:
# CHANGELOG
# fem/fe/fe_nd.cpp
# fem/fe/fe_rt.cpp
2022-12-06 11:54:32 -08:00
Veselin Dobrev
44380ab02a
Add calls to Mesh::NodesUpdated in both versions of Mesh::Transform
2022-12-05 02:30:45 -08:00
Veselin Dobrev
972a4c227e
Various simplifications, tweaks, and fixes
2022-11-19 14:18:43 -08:00
Tzanio Kolev
3fca8798f6
Merge pull request #3304 from mfem/fix-clang-warnings
...
Fix some clang 14 warnings
2022-11-15 16:20:41 -08:00
Robert W. Anderson
1504729937
Merge branch 'master' into bugfix/rwa/coarsen-L2-proj
2022-11-09 19:23:44 -08:00
Dylan Copeland
2366754d19
Adding functions to set and get attributes on NURBS patches.
2022-11-09 12:06:19 -08:00