Commit Graph
826 Commits
Author SHA1 Message Date
Tzanio Kolev a1f7d70ff2 Merge pull request #1188 from mfem/adios2-dev
ADIOS2 output with ParaView visualization, adios2stream and ADIOS2DataCollection
2020-03-29 13:12:39 -07:00
Tzanio 661a52077d Updated examples 2020-03-29 12:37:43 -07:00
Tzanio f3de6e8281 Prevent sockets streams from mixing in ex25p 2020-03-25 18:18:08 -07:00
Tzanio 8bd1b962ca final changes 2020-03-25 17:36:47 -07:00
Petrides 15d5b064fe Modified L-shape example and rewrote some od the comments 2020-03-25 17:07:47 -07:00
Petrides cf88b7f1d8 replaced sample run square-with-hole mesh with square-disc.mesh 2020-03-25 15:28:49 -07:00
Tzanio 7e3272a9ff Merge branch 'master' into adios2-dev 2020-03-24 08:22:06 -07:00
Tzanio ffdd799c88 Merge branch 'master' into electromagnetics-pml-example
Conflicts:
	CHANGELOG
2020-03-24 08:20:54 -07:00
William F Godoy 11afcc6321 Requested changes from PR review
Keep a few examples
Correct function signature in gridfunc and pgridfunc
2020-03-18 09:42:04 -04:00
William F Godoy 9c379891bf Resolving conflicts with latest master 2020-03-18 09:41:46 -04:00
Yohann Dudouit 316c42c5e4 Use cuda-shared instead od cuda-ref. 2020-03-17 15:39:39 -07:00
Yohann Dudouit 6a1819a7c3 fix nurbs_ex11p to print messages only once. 2020-03-17 15:26:04 -07:00
Yohann Dudouit 6638172976 Modify ex6 and ex6p to avoid diff in sample runs. 2020-03-17 14:40:15 -07:00
Petrides c3e7381df2 added aliases for Bessel functions 2020-03-16 13:10:33 -07:00
Petrides 3f59ede733 make style 2020-03-16 11:13:02 -07:00
Petrides 2695ab7b5f removed alias for windows, Added reference for the examples 2020-03-16 10:55:47 -07:00
Petrides 5096b0aea7 Fixed minor things (line lengths and comments) 2020-03-13 12:11:22 -07:00
Petrides dd2bb926a8 merge master 2020-03-13 11:12:24 -07:00
Tzanio f1e04e7282 Merge branch 'master' into mfem-4.1-dev
Conflicts:
	fem/quadinterpolator.cpp
	fem/restriction.cpp
2020-03-10 16:56:01 -07:00
Tzanio 8652966edf Updated/added README.html files 2020-03-10 09:55:25 -07:00
Veselin Dobrev 03e9d31140 In ex22p.cpp, to support 64-bit 'HYPRE_Int', use 'int' for the
block offsets instead of 'HYPRE_Int'.
2020-03-09 21:43:37 -07:00
Tzanio 9ce82813ae Some updates in the examples 2020-03-09 18:05:47 -07:00
camierjs 13f6da7194 Minor tweaks:
- MFEM_HOST_DEVICE for TDet
   - kernels Det<2> and Det<3> in Eval2D/3D
   - MFEM_UNROLL only usable with MFEM_USE_CUDA
   - using SecondOrderTimeDependentOperator in ex23 and test_ode2
2020-03-09 15:27:07 -07:00
Tzanio 057d3f149d Minor changes in ex5/5p description 2020-03-08 19:38:25 -07:00
Petrides 0818a66a18 minor changes 2020-03-06 17:46:26 -08:00
Petrides 091d522e3f Merge branch 'master' into electromagnetics-pml-example 2020-03-06 17:17:19 -08:00
Yohann Dudouit b71d141155 Merge branch 'mfem-4.1-dev' of github.com:mfem/mfem into mfem-4.1-dev 2020-03-05 10:37:20 -08:00
Yohann Dudouit 18ffe9ea34 Add device sample run for ex1 on simplices.
- Use the backend specification semmantic `-d ceed-cuda:/gpu/cuda/ref`
to select a specific backend in libCEED.
2020-03-05 10:36:36 -08:00
Tzanio 2e37ba7d97 Merge branch 'master' into yohann/dg
Conflicts:
x	fem/bilinearform_ext.cpp
2020-03-04 20:42:09 -08:00
Tzanio Kolev 7bb573285a Merge pull request #1315 from mfem/bsd-relicense
Switch from LGPL-2.1 to BSD-3 [bsd-relicense]
2020-03-04 13:55:12 -08:00
Will Pazner 13295f30fa Fix memory leak in ex9p
Use OperatorHandle with ownership flag to ensure pointer returned
by ParallelAssemble() is deleted.
2020-03-03 14:54:36 -08:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
camierjs da45d8d6a5 Fix ex24p uninitialized X vector 2020-03-02 11:53:17 -08:00
Yohann Dudouit 155808ccf8 Merge branch 'master' into yohann/dg 2020-03-02 10:51:32 -08:00
Tzanio 88a78bb6aa Merge branch 'master' into bsd-relicense
Conflicts:
	CONTRIBUTING.md
2020-03-02 09:28:37 -08:00
Petrides ddd5168b62 Updated CMakeLists 2020-03-01 13:34:59 -08:00
Petrides aefaefcdd6 resolving conflicts with master 2020-03-01 13:29:12 -08:00
Petrides a372bf5b81 rename ex24 to ex25 2020-03-01 13:25:29 -08:00
Tzanio Kolev 22a4db5f95 Merge pull request #1204 from mfem/ndpa-dev
Nedelec partial assembly [ndpa-dev]
2020-02-29 09:09:09 -08:00
Tzanio 67093a6fd7 minor 2020-02-29 09:07:23 -08:00
Tzanio Kolev c47ee03ccc Merge pull request #1321 from mfem/ex22-preconditioner-fix
Introduced sign change in the preconditioners of ex22 and ex22p
2020-02-29 05:14:12 -08:00
Petrides 0be06275b4 minor changes in makefile for make clean 2020-02-28 18:14:08 -08:00
Will Pazner 034638553a Fix small bug 2020-02-28 17:21:18 -08:00
Will Pazner 33ceaea6cb Rename ex23 to ex24 in makefiles, gitignore, etc. 2020-02-28 17:13:12 -08:00
Will Pazner cfe12d803c Merge branch 'master' into electromagnetics-pml-example 2020-02-28 17:09:01 -08:00
Will Pazner daa6a31205 Rename ex23 to ex24 2020-02-28 17:08:24 -08:00
Petrides d3fd989095 minor changes 2020-02-28 16:40:24 -08:00
Julian Andrej 16b8d886b1 revert name change 2020-02-28 10:32:03 -08:00
Yohann Dudouit 26a3284eed make style 2020-02-27 17:11:27 -08:00
Yohann Dudouit 9f184dd5a2 make style 2020-02-27 17:00:18 -08:00