Commit Graph
943 Commits
Author SHA1 Message Date
Tzanio 4a2449d87f Small adjustment in ceed-cuda skipped sample runs 2020-06-27 18:15:43 -07:00
Yohann Dudouit 63abc65aa0 Use cuda-shared in ex1p to avoid differences in autotest. 2020-06-25 15:19:36 -07:00
Stowell, Mark L 43d20869d2 Modifying new mesh names in sample runs 2020-06-07 12:08:58 -07:00
Stowell, Mark L 0f86486c74 Merge remote-tracking branch 'origin/master' into gmsh-periodic-dev
# Conflicts:
#	CHANGELOG
2020-06-07 11:49:53 -07:00
Stowell, Mark L 6f9e370523 Adding Gmsh geo files, smaller Gmsh meshes, and sample runs in ex11p 2020-06-02 12:06:23 -07:00
Tzanio Kolev f8174fa8cd Merge pull request #1454 from mortezah/pumi2mfem_field_transfer
Pumi2mfem field transfer updates [pumi2mfem_field_transfer]
2020-05-31 16:20:48 -07:00
Stowell, Mark L 286888a85d Adding Gmsh example meshes and corresponding sample runs 2020-05-26 17:20:44 -07:00
Tzanio Kolev cc49757166 Merge branch 'master' into gf-getvalue-dev 2020-05-19 10:34:14 -07:00
Yohann 4ff9fa3c28 Merge branch 'master' into yohann/mass-emat 2020-05-15 15:58:37 -07:00
Morteza HS f55a46e2e7 Adds notes about the location of pumi mesh/models 2020-05-15 01:37:21 -04:00
Stowell, Mark L 493e8b7862 Merge remote-tracking branch 'origin/master' into gf-getvalue-dev 2020-05-11 16:01:59 -07:00
Tzanio Kolev 0f067d4139 Merge pull request #1390 from mfem/feature/monitor
Add IterativeSolverMonitor [feature/monitor]
2020-05-03 14:07:36 -07:00
Morteza H. Siboni d6a4827869 Updates pumi ex6p for changes made to pumi code 2020-05-02 11:43:18 -04:00
Veselin Dobrev 11f3414929 Merge pull request #1353 from mfem/rtpa
Partial assembly for H(div)
2020-04-30 22:48:31 -07:00
Andrew T. Barker 8c253ad11c Fix style 2020-04-28 16:10:44 -07:00
Andrew T. Barker d9c6c1597f Make ex10p.cpp look just like master. 2020-04-28 13:53:09 -07:00
Andrew T. Barker 7cca547853 Move residual monitor demonstration from ex10 to ex19 2020-04-28 13:28:19 -07:00
Dylan Copeland 1d0e05b5fd Added the option to specify the number of serial mesh refinements in ex5p, and changed the star.mesh -pa sample run to use a coarser mesh. 2020-04-28 11:50:34 -07:00
Dylan Copeland 49bb10823a Fixed memory leaks. 2020-04-27 22:32:07 -07:00
Yohann Dudouit 7226241e1e Remove ea from ex1/ex1p device sample runs. 2020-04-27 18:49:29 -07:00
Yohann Dudouit 72c69a9b0e Remove ElementAssembly from ex1 and ex1p. 2020-04-27 17:03:29 -07:00
Yohann Dudouit 43fe97f5f9 Revert "Use a string option to select the Assembly Level."
This reverts commit bd3f1bc431.
2020-04-27 16:56:31 -07:00
Veselin Dobrev 51a0cf05df Merge branch 'master' into feature/monitor 2020-04-24 22:42:45 -07:00
Stowell, Mark L adf2ca72e9 Merge remote-tracking branch 'origin/master' into gf-getvalue-dev
# Conflicts:
#	fem/coefficient.cpp
2020-04-24 15:30:49 -07:00
Andrew T. Barker 917f0ee3e5 Monitor: Fix parallel output in ex10p.cpp 2020-04-24 13:41:31 -07:00
Stowell, Mark L 41e0872d79 Removing uses of deprecated FaceElementTransformations features 2020-04-21 15:01:23 -07:00
Dylan Copeland 71ecff776a Merge branch 'master' of https://github.com/mfem/mfem into rtpa
Conflicts:
	CHANGELOG
	linalg/operator.cpp
2020-04-21 11:48:59 -07:00
Stowell, Mark L eaeee4862a Merge remote-tracking branch 'origin/master' into bc-example-dev
# Conflicts:
#	CHANGELOG
#	examples/CMakeLists.txt
#	examples/makefile
2020-04-21 11:41:29 -07:00
Yohann 014697673e Merge branch 'master' into yohann/mass-emat 2020-04-20 18:45:25 -07:00
Yohann Dudouit bd3f1bc431 Use a string option to select the Assembly Level. 2020-04-20 18:43:38 -07:00
Tzanio 7abd1bcb95 minor 2020-04-18 18:07:43 -07:00
Andrew T. Barker bf6dc2e6de Fix style. 2020-04-17 14:40:12 -07:00
Andrew T. Barker b68838f7a1 Add final argument to Monitor, and demonstrate a custom monitor in ex14p 2020-04-16 09:51:17 -07:00
Dylan Copeland b252ea0bb1 Removing device support from example 5. 2020-04-15 18:51:05 -07:00
Stowell, Mark L cdcc519f6e Replacing error measure with a proper l2 error and average in one function 2020-04-15 13:23:27 -07:00
Dylan Copeland 3c36cc62a4 Trying to fix some cuda issues for ex5. 2020-04-15 12:35:53 -07:00
Veselin Dobrev 4093d575d7 In ex27.cpp, add a function for computing Lp boundary errors.
It supports error computations for Dirichlet, Neumann, and
Robin boundary conditions.
2020-04-14 20:15:54 -07:00
Veselin Dobrev dd782e931d In example 7/7p, when using a non-conforming mesh, ensure it remains
continuous after snapping the nodes to the shere.
2020-04-10 20:03:56 -07:00
Daniel Drzisga 09c4be18d3 Added descriptions and changed some formatting 2020-04-09 20:25:38 +02:00
Daniel DrzisgaandTzanio Kolev dacfcbcff6 Update examples/ex26.cpp
Co-Authored-By: Tzanio Kolev <tzanio@llnl.gov>
2020-04-09 19:47:17 +02:00
Yohann Dudouit 996f27c48b Add device sample runs. 2020-04-07 17:54:16 -07:00
Yohann Dudouit 2fd8ad493c Merge branch 'master' into yohann/mass-emat 2020-04-07 16:07:21 -07:00
Dylan Copeland 906bc734e4 Incorporating some of Yohann's suggestions. 2020-04-07 14:17:22 -07:00
Dylan Copeland 278d557fb4 Adding some comments. 2020-04-07 09:54:34 -07:00
Yohann Dudouit a3ce056626 Fix the need for ExchangeFaceNbrData in ex9p. 2020-04-06 16:51:10 -07:00
Yohann Dudouit 70c2e9479d Add Element Assembly to ex1p. 2020-04-06 14:03:24 -07:00
Andrew T. Barker a0a978b208 [PR into feature/monitor branch] simplify monitor interface (#1393)
* Simplify the IterativeSolverMonitor interface.

* Fix style.
2020-04-06 09:43:22 -07:00
Stowell, Mark L 764784e597 Switching error measure to l1 norm 2020-04-04 13:21:55 -07:00
Stowell, Mark L 26096315a0 Adding normalization factor to helper function 2020-04-04 12:56:25 -07:00
Stowell, Mark L b07f2963a6 Fixing boundary element orientations 2020-04-04 10:46:09 -07:00