Commit Graph
15928 Commits
Author SHA1 Message Date
Julian Andrej c03554d7b0 remove restrict keyword 2022-06-14 15:34:05 -07:00
Julian Andrej ea45cda9bb include to get CI working 2022-06-14 14:33:23 -07:00
Julian Andrej 2f198f7e2d cmake build 2022-06-14 13:42:53 -07:00
Julian Andrej 065b5f9fde add to makefile build system 2022-06-14 12:08:33 -07:00
Julian Andrej f04fdefd1a rework enzyme inclusion 2022-06-14 11:55:27 -07:00
Julian Andrej 67e0beb41d change name to hooke 2022-06-13 09:22:51 -07:00
Julian Andrej ed8e6fc20d Merge github.com:mfem/mfem into enzyme-nonlinear 2022-06-13 09:04:52 -07:00
Tzanio Kolev 26a18096d3 Merge pull request #3054 from mfem/artv3/convection-trace-orders
Add additional orders to conv + trace
2022-06-10 15:30:50 -07:00
Tzanio Kolev 6fee4044ef Merge pull request #3047 from mfem/has-sp-mat-elim
Add HasSpMatElim
2022-06-09 10:20:52 -07:00
Tzanio Kolev c6d8097500 Merge pull request #3062 from mfem/newton-summary
Fix no convergence output in Newton solver
2022-06-09 10:20:40 -07:00
Julian Andrej b13e1afad0 update changelog 2022-06-08 17:13:34 -07:00
Julian Andrej 9de38b3f2e Merge branch 'enzyme-nonlinear' of github.com:mfem/mfem into enzyme-nonlinear 2022-06-08 17:12:25 -07:00
Julian Andrej 3f3398f6de add glvis viz 2022-06-08 17:07:27 -07:00
Julian Andrej 6287639acc capitalization 2022-06-08 17:04:41 -07:00
Julian Andrej 91e6559d36 correct gradient type name 2022-06-08 17:04:28 -07:00
Julian Andrej c6d1f20249 Merge github.com:mfem/mfem into enzyme-nonlinear 2022-06-08 17:02:28 -07:00
Julian AndrejandTzanio Kolev a3d2b38f31 Update miniapps/elasticity/kernels/kernel_helpers.hpp
Co-authored-by: Tzanio Kolev <tzanio@llnl.gov>
2022-06-08 17:01:37 -07:00
Julian AndrejandTzanio Kolev 4de70fd432 Update miniapps/elasticity/kernels/kernel_helpers.hpp
Co-authored-by: Tzanio Kolev <tzanio@llnl.gov>
2022-06-08 17:01:31 -07:00
Julian AndrejandTzanio Kolev 71c167805d Update config/defaults.mk
Co-authored-by: Tzanio Kolev <tzanio@llnl.gov>
2022-06-08 17:01:08 -07:00
Julian AndrejandTzanio Kolev 6ef17443a4 Update CHANGELOG
Co-authored-by: Tzanio Kolev <tzanio@llnl.gov>
2022-06-08 17:01:00 -07:00
Julian AndrejandTzanio Kolev 67300f588d Update CHANGELOG
Co-authored-by: Tzanio Kolev <tzanio@llnl.gov>
2022-06-08 17:00:47 -07:00
Tzanio Kolev 26f37ac152 Merge branch 'master' into enzyme-nonlinear 2022-06-08 12:44:47 -07:00
Tzanio Kolev 9fd2fe536d Merge pull request #3060 from mfem/cmake-target-include-dirs
Solves cmake include directory ordering issue
2022-06-08 12:44:13 -07:00
Tzanio Kolev 777e352a76 Merge branch 'master' into enzyme-nonlinear
Conflicts:
	makefile
2022-06-08 11:23:44 -07:00
Julian Andrej 23a8ffe384 update error message 2022-06-07 12:06:51 -07:00
Julian Andrej 5d110683f6 add missing comments 2022-06-07 12:04:03 -07:00
Will Pazner 7b36ff88a1 Fix no convergence output in Newton solver 2022-06-06 17:33:33 -07:00
Will Pazner 33cdfdcd6e Minor Doxygen edits 2022-06-06 15:57:28 -07:00
Tom Stitt 1df33bfceb doc fix 2022-06-06 15:45:47 -07:00
Tom Stitt 26cc3465e2 adds SpMat and improves docs 2022-06-06 15:43:25 -07:00
Tom StittandWill Pazner b4787f3fff Update fem/bilinearform.hpp
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
2022-06-06 15:24:45 -07:00
camierjs cc86955b73 Solve cmake include directory ordering issue 2022-06-06 09:02:47 -07:00
Tzanio Kolev d3e94af7f1 Merge pull request #2952 from mfem/yohann/libCEED-refactor
Reorganize libCEED integration.
2022-06-02 09:49:38 -07:00
Arturo Vargas b7bd26fe50 add additional orders 2022-06-01 14:58:37 -07:00
Will Pazner e3aa89f6fa Merge pull request #3004 from adam-sim-dev/wd4819
Disable C4819 warnings for building on Windows using Visual Studio
2022-05-31 11:16:19 -07:00
Will Pazner 716af52129 Merge pull request #2879 from mfem/talgoim
Support for the Algoim library [talgoim]
2022-05-31 11:15:51 -07:00
Tzanio Kolev a740c51819 Merge pull request #3034 from mfem/linext-tsip
Linear form extension ElementTransformation SetIntPoint fix [linext-tsip]
2022-05-30 21:52:01 -07:00
Tzanio Kolev 8cf4f4bde6 Merge pull request #2948 from mfem/gslib-mixed-meshes
Support for pyramids and mixed meshes for FindPointsGSLIB
2022-05-30 21:51:32 -07:00
Tzanio Kolev 9ca8a44c4a Merge pull request #3040 from mfem/mpi_session_fix
Replace `MPI_Session` with `Mpi::Init`
2022-05-27 09:20:43 -07:00
Tom Stitt 0999fddcab Add HasSpMatElim to check if mat_e is null. Useful check before trying to use SpMatElim, which will fail if mat_e is null 2022-05-26 15:55:54 -07:00
Julian Andrej 178ceeeaa3 rename methods 2022-05-26 10:30:47 -07:00
Julian Andrej d1cf744f06 clarify neohookean model restriction to 3D 2022-05-26 10:25:41 -07:00
Julian Andrej 4c7b9989d9 clarify symbolic comment 2022-05-26 10:24:54 -07:00
Tzanio Kolev 921298317c Merge pull request #2998 from mfem/gslib-par-bug
GSLIB bug fix in InterpolateGeneral
2022-05-25 08:59:20 -07:00
Will Pazner 59523357ea Merge remote-tracking branch 'origin/master' into wd4819
# Conflicts:
#	CMakeLists.txt
2022-05-24 21:48:09 -07:00
Veselin Dobrev 55e5002c58 In navier_turbchan.cpp, switch to Mpi::Init() instead of
MPI_Session similar to all other examples and miniapps.
2022-05-24 19:21:30 -07:00
Tzanio Kolev 00493be395 Typo 2022-05-24 16:57:58 -07:00
Stowell, Mark L a78ca4eea9 Merge branch 'master' into yohann/libCEED-refactor 2022-05-24 14:26:19 -07:00
camierjs 5434bc61e5 Linear form extension ElementTransformation SetIntPoint fix 2022-05-24 09:47:17 -07:00
blaz 9af32f09b5 Merge branch 'talgoim' of https://github.com/mfem/mfem into talgoim 2022-05-23 20:05:03 -07:00