Tzanio Kolev
e4c2152419
Update Copyright to 2010-2025
2025-02-03 12:17:26 -08:00
Will Pazner
19a1750527
Rename getenv wrapper to GetEnv
...
Also use getenv wrapper in KernelReporter
2024-12-26 16:55:45 -08:00
adam-sim-dev
d6e1063c5e
Update globals.cpp
2024-11-22 08:40:09 +08:00
adam-sim-dev
3f4dd4db7f
Resolve the review comments by Veselin
2024-11-21 15:17:47 +08:00
adam-sim-dev
8883f34f5d
Define a wrapper for getenv() to turn off CRT deprecation warnings
2024-11-15 09:28:11 +08:00
Tzanio Kolev
87290fbf56
Update Copyright to 2010-2024
2024-01-27 13:06:49 -08:00
Tzanio Kolev
96e00dc815
Updated COPYRIGHT to 2010-2023
2023-03-11 16:58:18 -08:00
Tzanio
6d2530775b
Extended copyright to 2022
2022-02-25 10:24:50 -08:00
Adrien M. Bernede
04fb572359
Let's forget about 2020
2021-01-26 11:55:36 -08:00
Tzanio
05125e19d5
Removed a space
2020-03-09 15:36:41 -07:00
Tzanio
58872c9e7b
Merge branch 'master' into okina-mmu
...
Conflicts:
fem/datacollection.cpp
tests/unit/CMakeLists.txt
2020-03-04 15:19:33 -08:00
Tzanio
ca55ef0217
The release number for mfem-4.1 is LLNL-CODE-806117
2020-03-02 17:18:46 -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
camierjs
4a1f8c67eb
make style
2020-02-14 17:01:50 -08:00
Veselin Dobrev
9499d49e9f
Variour tweaks and simplifications, coordinated with @camierjs.
2020-02-14 16:25:40 -08:00
Will Pazner
57b9d5a0b3
Move global flop_count to mfem::internal namespace
2019-05-30 16:51:34 -07:00
Will Pazner
0aa0e36139
Fix issue #938
...
Global variable defined in tconfig.hpp would cause duplicate
symbol errors when linking.
2019-05-30 16:38:09 -07:00
Veselin Dobrev
04e17853f5
Add a convenience function 'MakeParFilename'.
...
Tweak the output of MFEM_ASSERT and MFEM_VERIFY.
2018-01-08 23:26:53 -08:00
Veselin Dobrev
27ffe35369
Merged general/globalcomm.[ch]pp and general/globalostream.[ch]pp into
...
general/globals.[ch].
Renamed class WrappedOStream to OutStream and use a different
implementation in order to support the case when the OutStream is passed
as a parameter of type std::ostream.
In class MPI_Session, added an MPI_Comm parameter to both constructors,
with a default value of MPI_COMM_WORLD.
Hide the global variable MFEM_COMM_WORLD and allow access (read and
write) with global functions: GetGlobalMPI_Comm() and
SetGlobalMPI_Comm() - in the future, we may want to perform some tasks
when changing the "global" MPI communicator.
In mfem_error(), use GetGlobalMPI_Comm() instead of MPI_COMM_WORLD.
Minor formatting changes and #include reordering.
2017-09-29 15:52:51 -07:00