Commit Graph
746 Commits
Author SHA1 Message Date
Tomov 58a459ab66 Fixed an option string. 2020-05-29 13:53:42 -07:00
Tomov 3c45d38250 Fixed the makefile. 2020-05-28 12:18:07 -07:00
Tomov 944dd26aa7 Fixed the sample runs. 2020-05-28 12:15:48 -07:00
Tomov 41d508dacd Moved a common function to mesh_optimizer.hpp. 2020-05-27 12:29:25 -07:00
Tomov 437cd41773 Merge branch 'master' into adapt-lim 2020-05-27 12:24:14 -07:00
Veselin Dobrev 50de57707d Merge branch 'master' into tmop-multidiscrete-dev 2020-05-25 12:18:19 -07:00
Tomov c6d74cda89 Fixed an include. 2020-05-21 19:38:53 -07:00
Tomov c072176287 cmake fix. 2020-05-21 17:29:01 -07:00
Tomov aae15033bc The common lib gets built for the meshing miniapps. 2020-05-21 17:05:31 -07:00
Veselin Dobrev 13a2b369c2 In the miniapps/performance makefile, run compiler auto-detection
only when needed.
2020-05-20 12:23:32 -07:00
Ketan Mittal 6d101ca8bd merge with master and update changelog 2020-05-19 08:23:16 -07:00
camierjs 0a1019669f Merge branch 'master' into x86 2020-05-18 15:46:22 -07:00
Veselin Dobrev 1be972b036 In the performance miniapps, print the SIMD width in terms of "doubles". 2020-05-18 10:56:06 -07:00
Veselin Dobrev 41e5c9b205 A few small fixes and tweaks. 2020-05-16 15:28:04 -07:00
Veselin Dobrev b68643cbec In the performance miniapps, print the MFEM SIMD width.
In the miniapps/performance makefile, print the auto-detected compiler
and if that fails, the print the output used for auto-dection.
2020-05-16 14:04:54 -07:00
Veselin Dobrev c9d9d0f8ff Various tweaks in the template + SIMD code. Make sure the SIMD
interinsics can be used when CUDA is enabled.

A few tweaks related to adios2 when building with GNU make.
2020-05-15 12:33:07 -07:00
Tomov 6dffbbfa0b Merge branch 'master' into adapt-lim 2020-05-11 19:51:21 -07:00
Tzanio Kolev 8829b5ef03 Merge pull request #1415 from mfem/findpts-serialpatch
Additional interface for FindPointsGSLIB methods and bug fix
2020-05-10 17:03:04 -07:00
Tomov f77273f92a Forgot a delete statement. 2020-05-03 19:33:51 -07:00
Tomov ab68fd9a78 Shows the final value of the limiting term. 2020-05-03 18:48:04 -07:00
Tomov 53006001ce Added a testing mesh. 2020-05-03 15:44:16 -07:00
Tomov 00d182618f Improved the interface. 2020-05-03 15:42:18 -07:00
Veselin Dobrev a95474b1e5 Proposed updates for the 'x86' branch. 2020-05-03 01:19:08 -07:00
Tomov e1fc7d94b7 Corresponding changes in the serial miniapp. 2020-05-02 23:47:46 -07:00
Tomov 1fbad9f62d Avoids double counting of the adaptive limiting terms for FD. 2020-05-02 00:45:44 -07:00
Tomov 2856c64994 Fixed the normalization constant of the limiting term, for the case
when the target matrices don't contain volumetric information.
2020-05-02 00:21:24 -07:00
Tomov aa80429c54 Restructuring to avoid a segfault. 2020-05-01 23:33:14 -07:00
Tomov 6ec8be76f1 Return const reference in combo::getintegrators. 2020-05-01 15:13:00 -07:00
Ketan Mittal 46752b3620 minor fix to CMakeLists for gslib miniapp in parallel 2020-05-01 08:08:33 -07:00
Veselin Dobrev d07a98fff2 Fix typos in the MFEM_THREAD_SAFE sections of nurbs_ex1/1p.
Add '-no-vis' option to the 'minimal-surface' tests in CMake.

Thread-safe issue reported by: @makeclean (#1452)
2020-04-30 23:27:23 -07:00
Tomov 29f9e6cb90 Moved together all integration rule initializations. 2020-04-30 17:10:23 -07:00
Tomov ea1685e4cc Option to use gslib or advection. 2020-04-30 16:36:52 -07:00
camierjs 90f1552b94 Merge branch 'master' into x86 2020-04-30 09:52:08 -07:00
Tomov ecfb8c755d Merge branch 'master' into adapt-lim 2020-04-29 19:17:47 -07:00
Tomov 1000f0118c Option to use gslib for the interpolation. 2020-04-29 11:50:44 -07:00
Ketan Mittal 52ce77da81 reviewer comments 2020-04-28 10:31:38 -07:00
camierjs 3e98c0b552 Address reviewer's comments 2020-04-27 11:03:04 -07:00
Tomov 33b9f04412 Modified some of the sample runs to use GSLIB as they
don't work well with the advection.
Fixed some debug build warnings.
2020-04-23 23:59:14 -07:00
Tomov ad483c2d21 Merge branch 'master' into tmop-multidiscrete-dev 2020-04-23 22:35:18 -07:00
Tomov ca10dca105 Minor edits in mesh-optimizer. 2020-04-23 22:33:30 -07:00
Veselin Dobrev 99cf263ee4 Merge pull request #1330 from mfem/navier-miniapp
Navier-Stokes miniapp
2020-04-23 20:26:50 -07:00
Ketan Mittal d9566397fd additional interface 2020-04-23 15:01:29 -07:00
Ketan Mittal 7102e5f53e ading cube.mesh 2020-04-23 12:13:08 -07:00
Ketan Mittal aea7ed6069 changes to discrete adaptivity 2020-04-22 14:00:29 -07:00
Jean-Sylvain CAMIER 8e251ca987 Navier miniapp compilation with nvcc (#1433)
* navier_solver FORALL scope

* MFEM_FLAGS to MFEM_LINK_FLAGS

* Fext Write => ReadWrite
2020-04-22 08:27:03 -07:00
camierjs ab57721a3d Merge branch 'master' into x86 2020-04-21 13:55:28 -07:00
Ketan Mittal 408fe9270d merge with master and resolve conflicts 2020-04-21 12:32:50 -07:00
Tzanio 2eba787d3b minor 2020-04-21 10:40:21 -07:00
Tzanio 004294f2fe Merge branch 'master' into minimal-surf-dev-rewritten
Conflicts:
	CHANGELOG
2020-04-21 10:17:51 -07:00
Tzanio Kolev 47d5689376 Merge pull request #1394 from mfem/tmop-combos
Combinations of TMOPIntegrators
2020-04-21 10:09:20 -07:00