Commit Graph
1219 Commits
Author SHA1 Message Date
Will Pazner 6dac4554c0 Merge remote-tracking branch 'origin/master' into br2-dev 2020-11-30 15:37:13 -08:00
camierjs 3d314e419a Remove duplicate ex3p tests 2020-11-17 08:29:03 -08:00
camierjs 72fe130e7e Put back np to 4 for no-pa runs 2020-11-16 12:20:59 -08:00
camierjs e0efc56aa2 Switch debug device for cuda in ex3p sample no-pa run 2020-11-16 12:12:33 -08:00
camierjs 64eb077e50 Add device w/o partial assembly runs 2020-11-16 11:26:27 -08:00
camierjs 020a97f0fc FullSimplify & revert ex3p 2020-11-13 16:37:55 -08:00
camierjs f82d078562 Simplify 2020-11-13 16:17:22 -08:00
camierjs dab294dabf Initial run 2020-11-13 15:25:36 -08:00
Veselin Dobrev 7bf942176e Merge branch 'master' into mumps-solver 2020-11-01 03:10:08 -08:00
Tzanio 9bfe9cac44 Removed some non-ASCII characters 2020-10-26 07:19:28 -07:00
Tzanio a53d9c1299 Changes in the examples/ directory before the mfem-4.2 release 2020-10-25 17:07:24 -07:00
Veselin Dobrev 3ab4dd4194 Some formatting edits. 2020-10-22 11:54:40 -07:00
Adrien M. Bernede 89de74c545 Remove remaining html files 2020-10-21 14:10:41 -07:00
psocratis 8cc5feb057 resolving conflicts with master. Minor changes addressing reviewers' comments 2020-10-18 15:33:05 -07:00
Arturo Vargas dc768abcab fixed verify message 2020-10-18 14:56:01 -07:00
Arturo Vargas a38b8081b2 add verify for basic example 2020-10-18 14:53:45 -07:00
Arturo Vargas 89d257c335 minor edits 2020-10-18 14:34:05 -07:00
Arturo Vargas 0e36573436 minor documenation fixes, adjust solver preconditioner 2020-10-18 14:13:54 -07:00
Tzanio 0d95f455f9 Final updates for the SuperLU PR #1756 2020-10-18 12:43:52 -07:00
Tzanio a3563bd454 Merge branch 'master' into superlu-update-dev
Conflicts:
	examples/makefile
2020-10-18 11:21:20 -07:00
Tzanio Kolev e17b0c5aee Merge pull request #1386 from mfem/feature/artv3/amgx
Add support for AmgX
2020-10-18 11:20:00 -07:00
Tzanio 1dafb75576 Final updates for the AmgX PR #1386 2020-10-18 11:16:37 -07:00
Tzanio Kolev 740178cfcf Merge pull request #1714 from mfem/libceed-hip
Enable HIP backend in libCEED
2020-10-18 11:02:53 -07:00
Tzanio 3b01fd0741 Updated CHANGELOG and Example 1 sample runs 2020-10-18 11:00:25 -07:00
Tzanio Kolev ef0c14eb6e Merge pull request #1673 from wcdawn/master
Address leaks in SlepcEigenSolver
2020-10-17 21:43:05 -07:00
Aaron Fisher 9c269df22d Merge branch 'superlu-update-dev' of github.com:mfem/mfem into superlu-update-dev 2020-10-15 11:53:15 -07:00
Aaron Fisher d668a28b29 Fixed make test in the superlu example. 2020-10-15 11:52:38 -07:00
Aaron Fisher 592abbbd41 Merge branch 'superlu-update-dev' of https://github.com/mfem/mfem into superlu-update-dev 2020-10-13 11:55:20 -07:00
Aaron Fisher e99eab4197 Removed a static condensation sample run that I missed. 2020-10-13 11:43:11 -07:00
Tzanio Kolev f931e46e5d Merge branch 'master' into superlu-update-dev 2020-10-13 11:37:02 -07:00
Arturo Vargas af7bc8f988 minor fixes to examples 2020-10-12 18:32:21 -07:00
psocratis 84d4013a50 fix conflicts 2020-10-12 18:09:01 -07:00
Aaron Fisher 44bfdec7fc Fixed some verbiage, removed some defunct sample runs and added some SuperLU command line options to the example. 2020-10-12 17:00:59 -07:00
Tzanio 983c83d4b5 Minor editing 2020-10-12 15:11:40 -07:00
Julian Andrej aa06473d31 Merge branch 'master' into jfnk 2020-10-12 14:54:28 -07:00
Arturo Vargas 07b02018b2 Merge branch 'feature/artv3/amgx' of github.com:mfem/mfem into feature/artv3/amgx 2020-10-12 13:21:17 -07:00
Arturo Vargas 7a30f9d690 merge with master + conflicts 2020-10-12 13:21:02 -07:00
Tzanio Kolev 9e8396f5ca Merge pull request #1784 from mfem/mkl-pardiso
Interface to MKL Parallel Direct Sparse Solver for Clusters
2020-10-12 12:39:01 -07:00
Arturo Vargas 48df14a60b make style 2020-10-12 12:34:53 -07:00
Arturo Vargas c8c72d285b PR example fixes 2020-10-12 12:32:50 -07:00
Tzanio 7a917bec44 minor 2020-10-12 11:26:40 -07:00
Julian Andrej c7a32cd6e7 style in ex11p 2020-10-12 10:02:34 -07:00
Arturo Vargas be9180d7b8 revert ex1,1p, change log, keep amgx examples under amgx folder 2020-10-12 09:22:38 -07:00
Arturo Vargas d0cae7b65e improve documentation based on feedback 2020-10-09 10:36:16 -07:00
Veselin Dobrev 58066cb40a Various updates to the build systems mostly related to AmgX. 2020-10-08 22:29:47 -07:00
Arturo Vargas 17c5a5d42c clean up pass for amgx examples 2020-10-08 07:59:19 -07:00
Arturo Vargas 9f4db78cf5 PR comments pass 2020-10-08 05:21:57 -07:00
Julian Andrej a2dd91f7a8 Merge branch 'master' into jfnk 2020-10-05 15:24:43 -07:00
Arturo Vargas d528b94e2e amgx option to example 1 2020-10-04 23:24:32 -07:00
Arturo Vargas 0697f7a2fe reorg for default parameters 2020-10-04 22:15:57 -07:00