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
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
Tzanio Kolev
01772b0ad6
Merge branch 'master' into 1D-NURBS-dev
2023-04-09 13:32:16 -07: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
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
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
Will Pazner
d264a57850
Remove unused variable in Mesh::PrintVTU
2022-11-05 13:39:06 -07:00
Veselin Dobrev
18e02de412
When partitioning a disconnected mesh with METIS 5, disable
...
the option for contiguous partitions which generates an error.
2022-11-04 23:45:47 -07:00
Tzanio Kolev
27d11e933f
Merge branch 'master' into mfem-4.5-dev
...
Conflicts:
CHANGELOG
2022-10-21 11:01:20 -07:00
Veselin Dobrev
33a2dbac73
Merge pull request #3258 from mfem/quadfunc-projectGF-fix
...
Fix for autotest error in Remhos
2022-10-21 10:53:02 -07:00
Tzanio Kolev
fd6d3dcef4
Merge branch 'master' into mfem-4.5-dev
...
Conflicts:
CHANGELOG
2022-10-20 19:14:11 -07:00
Vladimir Z Tomov
0a109e91cf
Restored the old code, set the layout before computing FaceGeometricFactors.
2022-10-20 16:51:55 -07:00
Tzanio Kolev and Will Pazner
8784555248
[SQUASH] Assembly levels for LinearForm ( #3235 )
...
* Assembly levels for LinearForm
* Typo
* Switched to Mesh::Update in methods like Mesh::SetNodes
* Update mesh/mesh.hpp
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com >
* Addressing Will's comments
* Update mesh/mesh.hpp
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com >
* Changes in linform-pa-fix after 10/14/22 meeting
* Update fem/linearform.hpp
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com >
* Update fem/linearform.hpp
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com >
* Some fixes from Will
* More fixes from Will
* Have LinearForm::Assemble check the value of fast_assembly
* Final reviewer comments for PR 3235
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com >
2022-10-20 16:50:47 -07:00
Vladimir Z Tomov
1f3b58eab8
style.
2022-10-19 00:12:56 -07:00
Vladimir Z Tomov
00a2a38e8f
Doxygen comment and extra ASSERT.
2022-10-19 00:09:33 -07:00
luz paz
9726992248
Fix typos
...
Found via `codespell -q 3 -L allright,ba,bu,childs,equil,esy,fo,fom,hda,localy,lod,mone,nd,ned,nnumber,numer,ot,pres,ro,seh,shat,solfes,strat,tbe,te,tthe,warmup`
2022-10-17 12:15:17 -07:00
Veselin Dobrev
5180b3f92e
Revert changes in Mesh::GetLocalTriToTetTransformation() and
...
Mesh::GetLocalQuadToHexTransformation().
To address the issue seen when calling
Mesh::GetBdrElementAdjacentElement() followed by calling
Mesh::GetLocalFaceTransformation(), introduce a new method,
Mesh::GetBdrElementAdjacentElement2() that returns the orientation
of the face element w.r.t. the boundary element. This orientation
then produces the desired result when used with
Mesh::GetLocalFaceTransformation().
2022-09-02 18:57:43 -07:00
Julian Andrej
e31e82cb0b
Merge branch 'master' of github.com:mfem/mfem into feature/submesh
2022-08-16 09:40:19 -07:00
Tzanio Kolev
5299a2fed1
Merge branch 'master' into bugfix/rwa/coarsen-L2-proj
2022-07-27 08:39:10 -07:00
Arturo Vargas
a2c73fab47
move declaration of m_d_mt before Fnodes
2022-06-16 09:23:56 -07:00
Arturo Vargas
941262e9d3
use my_d_mt instead of d_mt in Fnodes
2022-06-15 18:54:38 -07:00