Commit Graph
91 Commits
Author SHA1 Message Date
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
Daniel Drzisga 043172bd1a Merge remote-tracking branch 'origin/master' into drzisga/multigrid 2020-04-03 15:44:25 +02:00
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
Stowell, Mark L 8a56de18f3 Renumbering example 26 to example 27 2020-03-29 12:51:00 -07:00
Tzanio 661a52077d Updated examples 2020-03-29 12:37:43 -07:00
Stowell, Mark L bb034ea0fa Renumbering example 29 to example 26 2020-03-29 12:25:04 -07:00
Veselin Dobrev 000dea1e87 Merge branch 'master' into drzisga/multigrid
Resolved conflicts:
   CHANGELOG
   examples/CMakeLists.txt
   examples/makefile
2020-03-26 14:54:29 -07:00
Tzanio b5655c5f56 Renamed example 25 to 26 2020-03-23 13:19:56 -07:00
Daniel Drzisga 0d0d0a5ab5 Merged diffs to master 2020-03-18 22:31:06 +01:00
Stowell, Mark L 404d6423c6 Changing test run 2020-03-16 20:42:59 -07:00
Stowell, Mark L 443b16588e Changing example names so that .gitignore will ignore them 2020-03-16 12:38:42 -07:00
Stowell, Mark L aa3f96cd04 Adding serial example 2020-03-16 11:52:45 -07:00
Daniel Drzisga b331b21038 Merge remote-tracking branch 'origin/master' into drzisga/multigrid 2020-03-07 10:16:48 +01:00
Petrides 091d522e3f Merge branch 'master' into electromagnetics-pml-example 2020-03-06 17:17:19 -08:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Tzanio 88a78bb6aa Merge branch 'master' into bsd-relicense
Conflicts:
	CONTRIBUTING.md
2020-03-02 09:28:37 -08:00
Petrides a372bf5b81 rename ex24 to ex25 2020-03-01 13:25:29 -08:00
Petrides 0be06275b4 minor changes in makefile for make clean 2020-02-28 18:14:08 -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
Tzanio 2bcd8b5293 Merge branch 'master' into ndpa-dev
Conflicts:
	examples/CMakeLists.txt
	examples/makefile
	fem/bilinearform_ext.cpp
2020-02-27 10:32:08 -08:00
Tzanio b0200dc344 Merge branch 'master' into add-2ndorder-timeint-dev
Conflicts:
	examples/makefile
	tests/unit/CMakeLists.txt
2020-02-27 10:13:00 -08:00
Tzanio e689fd5b28 Merge branch 'master' into bsd-relicense 2020-02-27 09:29:25 -08:00
Tzanio 2caa222edf A number of changes to switch the code from LGPL-2.1 to BSD-3:
- Updated LICENSE, README, CHANGELOG and CONTRIBUTING.md
- Removed COPYRIGHT, added NOTICE
- Updated the headers in all source files, makefiles, etc.
2020-02-23 11:16:46 -08:00
Will Pazner d6e2cae495 make clean removes ParaView output 2020-02-14 09:32:20 -08:00
Tzanio 50120de388 Rename exNDH1 -> ex24p 2020-02-09 16:28:14 -08:00
Socratis e58a0b9c10 added parallel example 23
fixed error in the waveguide problem (fundamental mode sign)
added point src in pml example for any mesh
added L-shape and fichera domain problem
Added PMLCoefficient and PMLMatrixCoefficient.
resolve issue with empty rank and element attribute
Added Serial Example
Fixed bug with empty processor in PML.
Replaced coefficient with MatrixCoefficient in the 2D case
2020-02-04 13:07:29 -08:00
Tzanio 35e16da8a6 Renamed ex24->ex23 2020-02-03 08:55:47 -08:00
Tzanio fadbe3a00e Small fixes 2020-02-03 08:36:41 -08:00
Daniel Drzisga 7b4dbbbb0a Removed mg miniapp and added examples instead 2020-02-02 17:50:36 +01:00
Ido Akkerman 7a6e57b65b Making ex24 comply with reqs 2020-01-30 18:14:14 +01:00
Tzanio Kolev 9afe4ec37e Merge pull request #584 from mfem/complex-mfem-dev
Support for complex-valued linear systems [complex-mfem-dev]
2019-12-29 14:35:06 -08:00
Tzanio 93bb029ba4 Merge branch 'master' into complex-mfem-dev
Conflicts:
	examples/makefile
2019-12-27 13:35:14 -08:00
Tzanio fda21fe590 Final adjustments 2019-12-27 13:23:01 -08:00
Tzanio a901601ba1 Merge branch 'master' into ginkgo-interface-dev
Conflicts:
	CMakeLists.txt
	linalg/linalg.hpp
	makefile
2019-12-27 12:17:51 -08:00
Tzanio cbef4990f2 Properly treat ParaView saves in make distclean and .gitignore 2019-12-23 18:57:29 -08:00
Aaron Fisher f2d923a8e2 Added the ginko example to the make system and removed the attempt to link to HIP. 2019-12-13 14:51:46 -08:00
Stowell, Mark L f2220194b6 Merge remote-tracking branch 'origin/master' into complex-mfem-dev
# Conflicts:
#	examples/CMakeLists.txt
#	examples/makefile
2019-08-21 16:19:54 -07:00
Tzanio fbf12be2cf Renamed Example 22 to Example 21 to close the gap in numbering before the
mfem-4.0 release.
2019-05-15 13:15:51 -07:00
Stowell, Mark L de3e858f23 Merge remote-tracking branch 'origin/master' into complex-mfem-dev 2019-03-20 15:26:15 -07:00
Veselin Dobrev 659c807069 Update STRUMPACKSolver call in miniapps/nurbs/ex11p.cpp.
Add a test run of ex11p (in both build systems, GNU make and CMake) that
uses STRUMPACK when MFEM is built with it.

Update CHANGELOG.
2019-02-07 14:46:02 -08:00
Stowell, Mark L 311157fc82 Merge remote-tracking branch 'origin/master' into complex-mfem-dev
# Conflicts:
#	examples/CMakeLists.txt
#	examples/makefile
#	fem/linearform.hpp
#	fem/plinearform.hpp
2018-11-26 14:10:31 -08:00
Veselin Dobrev 2ae23b17d2 Added parallel version of example 22.
Enhanced class VectorMassIntegrator to support user specified
number of components using the new method SetVDim().

Tweaked the function L2ZZErrorEstimator() to support flux spaces
with any number of components; this is only supported when the
smooth flux space is a Cartesian power of a scalar space.

Updated and tested all sample runs in ex22/ex22p.
2018-11-07 19:21:04 -08:00
Veselin Dobrev 58ca57f0f3 In class ZienkiewiczZhuEstimator, add an option (set using the
method SetFluxAveraging) that corresponds to the optional
parameter 'with_subdomains' of the function ZZErrorEstimator().

In ex22, add a command line flag to set the new flux-averaging
option in class ZienkiewiczZhuEstimator; also, save the reference
and deformed meshes and displacement field at the end of the
adaptivity loop.
2018-11-06 19:46:36 -08:00
Stowell, Mark L 04bcbb4456 Adding serial example 'ex21' and improving comments in 'ex21p' 2018-10-26 20:53:06 -07:00
Stowell, Mark L 5b02795032 Updating sample runs in ex21p and modifying the "clean" make target 2018-10-26 19:51:36 -07:00
Stowell, Mark L cbe5703c80 Renaming "ex21p_proposed" to "ex21p". 2018-10-26 19:47:08 -07:00
Stowell, Mark L e4f26fa252 Merge remote-tracking branch 'origin/master' into hamiltonian-dev 2018-07-24 09:12:55 -07:00
Stowell, Mark L 887788da68 Merge branch 'hamiltonian-dev' of github.com:mfem/mfem into hamiltonian-dev
# Conflicts:
#	doc/CodeDocumentation.dox
#	examples/ex20.cpp
#	examples/ex20p.cpp
#	examples/makefile
2018-07-19 09:10:56 -07:00
Stowell, Mark L 8c4a3a7bf5 Adding example 20 2018-05-25 12:11:18 -07:00