Commit Graph
642 Commits
Author SHA1 Message Date
Tzanio bb4a1bad4f Final adjustments 2020-01-29 15:00:00 -08:00
Will Pazner e97158ee4b Merge branch 'master' into bilu0
# Conflicts:
#	tests/unit/CMakeLists.txt
2020-01-22 16:07:27 -08:00
Will Pazner c1e2303c46 Minor changes to ex9 and ex9p 2020-01-22 15:59:48 -08:00
Tzanio Kolev ceb59fa5a4 Merge pull request #1234 from mfem/complex-fem-memcheck-dev
Fixing issues uncovered by memcheck [complex-fem-memcheck-dev]
2020-01-17 18:25:21 -08:00
Will Pazner f06b0831c6 Handle source and boundary conditions in implicit ex9 and ex9p 2020-01-16 15:02:49 -08:00
Will Pazner f31b3d03da Attempt to future-proof BlockILU interface
Added a parameter for reordering method. Currently it is only possibly
to specify MDF or none, but it should be possible to add e.g. minimum
degree ordering fairly easily.

Also added a parameter k for ILU(k), but only k=0 is supported.
2020-01-16 07:53:35 -08:00
Stowell, Mark L 9d3482ebf3 Replacing return 0 at end of main 2020-01-15 16:59:11 -08:00
Will Pazner 9431fd8a4d Add sample runs to ex9 and ex9p 2020-01-15 15:33:09 -08:00
Stowell, Mark L c40d653c18 Removing "return" at end of main so that heap objects will be deleted 2020-01-15 00:45:10 -08:00
Stowell, Mark L 0cfffe7ff7 memory related bug fixes in ex22p 2020-01-14 20:06:16 -08:00
Stowell, Mark L a74458bee8 Deleting preconditioners 2020-01-14 19:59:36 -08:00
Stowell, Mark L a34f8feaa7 Initialize solution vector 2020-01-14 19:53:23 -08:00
Stowell, Mark L 3eb8852e5e Objects create on the heap do not destruct before return statement 2020-01-14 19:48:53 -08:00
Veselin Dobrev 0724286729 Merge branch 'master' into nc-tet-dev
Resolved conflicts:
   makefile
2020-01-13 20:37:06 -08:00
Veselin Dobrev e1186f4781 Yet another update of a random seed in ex12p.
In ex13p, in one of the sample runs, find 4 eigenvectors (instead of
5) to avoid a failure in LOBPCG.
2020-01-13 20:13:15 -08:00
Will Pazner 071fbc61e2 Formatting 2020-01-13 17:03:40 -08:00
Will Pazner c6cc197ffe Implicit example 9 with block ILU preconditioner 2020-01-13 13:40:27 -08:00
Will Pazner e2af78f5eb Implicit example 9 with block ILU preconditioner 2020-01-13 13:08:46 -08:00
Veselin Dobrev 0cdb33fe95 Another update of the random seed in ex12p. 2020-01-10 13:36:01 -08:00
Veselin Dobrev 0a024af85e Update the random seed for one of the sample runs in ex12p. 2020-01-09 19:10:57 -08:00
Jakub Červený 52be4032e9 Changed random seed because of different triangular refinement. 2020-01-09 11:58:32 +01:00
Yohann Dudouit c7953aa673 Change AssembleDiagonal to work with libCEED.
Merge branch 'master' into yohann/okina-gpu-libceed

Conflicts:
	INSTALL
	makefile
2020-01-08 09:37:28 -08:00
Jakub Červený 915b2cdf6f Both ex15 and ex15p now prefer nonconforming refinement. Updated descriptions too. 2020-01-07 14:10:59 +01:00
Tzanio b0a79d993b Final adjustments 2020-01-05 21:50:25 -08:00
Andrew T. Barker f1b0981d34 Fix dumb mistake in examples. 2020-01-03 14:42:53 -08:00
Andrew T. Barker 9f691f5460 Address issues from reviews by Veselin and Tzanio. 2020-01-03 13:22:11 -08:00
Tzanio 096951e913 Merge branch 'master' into feature/okina-jacobi 2020-01-02 12:54:50 -08:00
Tzanio 42701bb380 Merge branch 'master' into nc-tet-dev
Conflicts:
	CHANGELOG
2019-12-30 18:22:13 -08:00
Tzanio 4886cb45bd Merge branch 'master' into yohann/okina-gpu-libceed
Conflicts:
	CHANGELOG
	CMakeLists.txt
	makefile
2019-12-29 14:48:44 -08: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 a356c75fdb Final adjustments 2019-12-27 18:00:27 -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 76a2579dbf Final adjustments 2019-12-26 18:29:56 -08:00
Tzanio bef68c28e7 Merge branch 'master' into vtk_vtu 2019-12-26 18:10:32 -08:00
Tzanio f329c1cfe4 Final adjustments 2019-12-26 18:07:01 -08:00
Stowell, Mark L cdf787a54f Fixing compiler warnings 2019-12-24 11:02:53 -08:00
Tzanio cbef4990f2 Properly treat ParaView saves in make distclean and .gitignore 2019-12-23 18:57:29 -08:00
Stowell, Mark L d2ecffd6d5 Adding a block diagonal preconditioner in the serial example to improve solver performance 2019-12-18 10:32:11 -08:00
Stowell, Mark L 408ed4ef51 Switching to OperatorHandle::As rather than an explicit dynamic cast 2019-12-18 10:31:26 -08:00
blaz 4695afe395 modified: examples/ex9.cpp
modified:   examples/ex9p.cpp
	modified:   mesh/mesh.cpp
2019-12-14 10:46:32 -08:00
blaz 71a1c46ec5 modified: ex5.cpp
modified:   ex5p.cpp
	modified:   ex9.cpp
	modified:   ex9p.cpp
2019-12-14 10:08:25 -08:00
blaz e78c9c5d6c modified: ../examples/ex9p.cpp 2019-12-13 17:14:25 -08:00
blaz e2091dea83 modified: ex9p.cpp 2019-12-13 16:10:05 -08:00
blaz c445981c23 modified: ex5.cpp
modified:   ex5p.cpp
2019-12-13 16:01:20 -08:00
blaz eacf35d4e4 modified: ../CHANGELOG
modified:   ex9.cpp
2019-12-13 16:00:57 -08:00
Aaron Fisher d54cd15799 Fixed the defaults in the GINKGO example and polished up the makefile. 2019-12-13 15:29:51 -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
Will Pazner 7e8d95c4e6 Whitespace 2019-12-12 13:22:56 -08:00