Tzanio
a28a779df1
Merge branch 'okina' into okina-mm-object
...
Conflicts:
fem/bilininteg_ext.cpp
general/mem_manager.cpp
general/mem_manager.hpp
general/occa.cpp
2019-04-09 19:19:45 -07:00
camierjs
2020335b50
Renaming + free functions in mfem namespace
2019-04-09 18:17:00 -07:00
camierjs
94c5397c7d
Remove the memory manager singleton
2019-04-09 17:12:20 -07:00
Tzanio
e0c45fb9d4
Reserve okina name for future kernel interface
2019-04-08 23:39:10 -07:00
Veselin Dobrev
cbb4984234
Remove the void* version of Delete() from the memory manager
...
(just use a typecast when the pointer is void*).
2019-04-04 14:57:02 -07:00
Will Pazner
a5ecb742a0
Revert to using new and delete
...
Also rename mm::malloc to mm::New and mm::free to mm::Delete.
2019-04-04 13:44:10 -07:00
Will Pazner
4292eb80bc
Replace new and delete with malloc and free in mm
...
This matches the names of the functions in mm:: and also more closely
matches their use in the rest of mfem.
Also removed the template parameter for mm::free since it is not needed.
It is possible in the future to add equivalents of new and delete to the
mm class (with different names since those are keywords) in case it is
desirable to call the constructor and destructor.
2019-04-03 16:14:13 -07:00
camierjs
fa4df4b8b3
MFEM_USE_MM, EnsureNodes and MM logic
2018-12-20 16:53:25 -08:00
camierjs
840480b205
Cleanup with master
2018-10-11 10:34:24 -07:00
camierjs
3eaf4beb60
Cleanup and moved memcpy to mm
2018-10-03 16:39:27 -07:00
camierjs
3b0496d4a5
Ex2 OK, doing SetNodalFESpace before switching to GPU
2018-10-02 18:40:32 -07:00
Veselin Dobrev
25c728e723
Fix a bug in Array2D<T>::Load(const char *filename, int fmt).
2017-12-30 20:22:59 -08:00
Veselin Dobrev
ba733d86b5
When saving/loading Array2D, write/read the number of rows and columns
...
instead of their product.
A few small tweaks.
2017-12-25 13:15:20 -08:00
Ido Akkerman
02cd049021
Adding Load/Save and GetRow to array2d
2017-10-13 11:29:36 +02:00
gelever
05e40795a0
Fix const correctness of print
2017-08-01 11:12:40 -07:00
Stowell, Mark L
2c46e02692
Adding Print method to Array2D
2017-02-26 16:37:05 -08:00
Tzanio
1569425857
Version 3.3
2017-01-28 22:05:47 -08: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
Tzanio Kolev
fa169e4b92
Version 2.0
2011-11-18 11:39:53 -08:00
Tzanio Kolev
29ae8fb6ac
Version 1.2
2011-04-08 15:27:24 -07:00
Tzanio Kolev
075e00e9be
Version 1.1
2010-09-13 13:31:38 -07:00
Tzanio Kolev
6bfa95b718
Version 1.0
2010-07-21 13:14:05 -07:00