Commit Graph
42 Commits
Author SHA1 Message Date
Tzanio Kolev d983b34924 Renamed ftype -> real_t 2023-12-13 12:51:43 -08:00
Dylan Copeland 3b4fc3b1df Generalized for MPI and hypre. 2023-10-31 21:12:15 -07:00
Will Pazner 6ac671baa7 Use Mpi class instead of MPI_Init and MPI_Finalize 2022-03-11 17:58:01 -08:00
Tzanio 8f7cb0b3db Switch to a singleton for the hypre session object: 'HYPRE_Session hypre;' -> 'Hypre::Init();' 2022-03-08 18:06:43 -08:00
Tzanio 447f00d80b Added a HYPRE_Session class to hypre.?pp and examples/miniapps 2022-03-07 14:22:22 -08:00
Julian Andrej a9ea9cba15 Merge branch 'master' into hypre-mixedint 2021-04-09 12:00:35 -07:00
Gauthier Folzan 88558ba552 Correction in the example description 2020-12-15 09:54:11 +01:00
Tzanio a53d9c1299 Changes in the examples/ directory before the mfem-4.2 release 2020-10-25 17:07:24 -07:00
Veselin Dobrev 785486f12f Update examples, miniapps, tests to use HYPRE_BigInt instead
of HYPRE_Int where appropriate.
2020-07-25 20:47:06 -07:00
Stefan Henneking 91eacf5af7 Removing typo. 2020-07-01 09:37:46 -07:00
Stefan Henneking de34bf094c Setting block vector memory type to support device computation. 2020-07-01 09:12:14 -07:00
Dylan Copeland 1f4024879c Adding -d cuda support to ex5p. 2020-06-30 17:51:38 -07:00
Dylan Copeland 1d0e05b5fd Added the option to specify the number of serial mesh refinements in ex5p, and changed the star.mesh -pa sample run to use a coarser mesh. 2020-04-28 11:50:34 -07:00
Dylan Copeland 49bb10823a Fixed memory leaks. 2020-04-27 22:32:07 -07:00
Dylan Copeland b252ea0bb1 Removing device support from example 5. 2020-04-15 18:51:05 -07:00
Dylan Copeland d7b0a8ce64 Merge branch 'master' of https://github.com/mfem/mfem into rtpa
Conflicts:
	examples/ex24.cpp
	examples/ex24p.cpp
	examples/ex5p.cpp
	fem/CMakeLists.txt
	tests/unit/fem/test_pa_coeff.cpp
2020-03-29 19:54:52 -07:00
Tzanio 661a52077d Updated examples 2020-03-29 12:37:43 -07:00
William F Godoy 9c379891bf Resolving conflicts with latest master 2020-03-18 09:41:46 -04:00
Dylan Copeland 447a73cdac Implemented PA for ex5(p), with a new MixedBilinearForm function to assemble the diagonal of ADA^T for a diagonal D. 2020-03-13 13:59:54 -07:00
Tzanio 057d3f149d Minor changes in ex5/5p description 2020-03-08 19:38:25 -07:00
Will Pazner 988e317854 Reorganize: move VTK code from mesh.cpp to vtk.cpp 2020-02-16 14:02:13 -08:00
Will Pazner 983b0b75f2 Slightly modify example code 2020-02-16 13:33:44 -08:00
Will Pazner 9ee126cd7f Improve ex5p ParaView output 2020-02-14 09:32:04 -08:00
Will Pazner ffccc6e32c Change ParaView output location for ex5p 2020-02-14 09:12:07 -08:00
Tzanio 76a2579dbf Final adjustments 2019-12-26 18:29:56 -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 c445981c23 modified: ex5.cpp
modified:   ex5p.cpp
2019-12-13 16:01:20 -08:00
blaz c45160db6e modified: ex5.cpp
modified:   ex5p.cpp
2019-11-27 10:24:39 -08:00
blaz 566d3bcc2b modified: examples/ex5p.cpp
modified:   fem/datacollection.cpp
2019-11-26 15:34:49 -08:00
blaz c48388ef5e modified: ex5p.cpp 2019-11-26 09:20:42 -08:00
blaz c98367435b modified: examples/ex5p.cpp
modified:   fem/datacollection.cpp
	modified:   fem/datacollection.hpp
2019-11-20 16:47:02 -08:00
blaz 3b07bc4f52 modified: examples/ex5.cpp
modified:   examples/ex5p.cpp
	modified:   fem/datacollection.cpp
	modified:   fem/datacollection.hpp
	modified:   mesh/mesh.cpp
2019-11-20 09:59:02 -08:00
blaz 92d330b5ca modified: examples/ex5p.cpp 2019-11-19 22:28:41 -08:00
blaz a2390986c1 modified: examples/ex5.cpp
modified:   examples/ex5p.cpp
	modified:   fem/datacollection.cpp
	modified:   fem/datacollection.hpp
2019-11-19 22:19:16 -08:00
Veselin Dobrev 7c68bd9a5a In example 5p and its PETSc version, added an option to specify
the format (serial vs parallel) used for VisIt output.
2018-01-18 17:35:50 -08:00
Veselin Dobrev c533d75759 Rename the constants in the enum DataCollection::Format to
'SERIAL_FORMAT' and 'PARALLEL_FORMAT'.

Mention the parallel format option in a comment in ex9p.cpp.
2018-01-15 23:49:36 -08:00
Veselin Dobrev 83dd511027 In class DataCollection, add enumeration Format to be used with
the SetFormat method.

Some doxygen edits.
2017-12-26 17:16:18 -08:00
Veselin Dobrev 98394c3457 Add a comment in Example 5p that shows how to save the mesh in parallel
format with the VisItDataCollection.
2017-12-18 21:24:55 -08:00
Tzanio 1569425857 Version 3.3 2017-01-28 22:05:47 -08:00
Jakub Cerveny 125ff226e4 Version 3.2 2016-06-30 10:37:30 -07:00
Tzanio dbae60fe32 Version 3.1 2016-02-16 15:45:48 -08:00
Tzanio Kolev 9d7774a03e Version 3.0 2015-01-26 15:07:34 -08:00