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
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
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
Veselin Dobrev
878338b1a5
Add support for building with make.
...
Apply astyle formatting to the PUMI examples.
2018-05-21 14:51:16 -07:00
Tzanio
cdb88eecfe
minor styling
2018-01-08 17:40:56 -08:00
Jamie A. Bramwell
c303dc4613
Merge branch 'master' into mixednonlin-dev
2018-01-08 14:18:35 -08:00
Veselin Dobrev
fee4ee98bd
Adding a new developer tool, config/sample-runs.sh, that extracts
...
the sample runs from all examples and miniapps and runs them.
Optionally, it can save the output from the execution to files,
allowing comparison between different versions and builds of the
library.
Adding a new makefile target, test-print, that prints the full
command lines executed by 'make test'.
2018-01-01 17:42:40 -08:00
Jamie A. Bramwell
4f7aa39e38
Cleaned makefile
2017-11-29 14:14:59 -08:00
Jamie A. Bramwell
24df612f74
First cut at adding serial ex19
2017-11-29 13:36:15 -08:00
Tzanio
981629fac6
Merge branch 'master' into hamiltonian-dev
2017-11-10 17:13:57 -08:00
Tzanio
7c6efc5fb6
Resolving conflicts with mfem-3.3.2.
...
Merge branch 'master' into mixednonlin-dev
2017-11-10 16:47:11 -08:00
Veselin Dobrev
2a31f6c367
Fix a small issue when building ex18/ex18p with GNU make and
...
out-of-source.
2017-11-09 18:55:11 -08:00
Tzanio Kolev
89ef05810f
Merge pull request #295 from mfem/xsdk-cpissues-dev
...
Compliance with the xSDK community policies [xsdk-cpissues-dev]
2017-11-08 17:13:54 -08:00
Veselin Dobrev
053b0a2960
Update both build systems to build and test the SUNDIALS and PETSc
...
examples with the rest of the examples if the respective libraries are
enabled when building MFEM.
In the GNU makefiles, this is enabled through the examples/makefile
instead of the main makefile.
2017-11-06 18:47:14 -08:00
Veselin Dobrev
320b4b6457
Move the targets for the ex18/ex18p dependencies after the default
...
target, 'all'.
2017-11-01 17:04:26 -07:00