Commit Graph
17 Commits
Author SHA1 Message Date
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07: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
Veselin Dobrev 40378a046b Introduce a new Memory class for handling host + device allocations
and transfers.

The Memory class is now used by some MFEM classes (like Array and
Vector) which can be used on the Device. Such classes now provide
methods to access the underlying Memory object, e.g. GetMemory.

Updated ex1/ex1p and ex6/ex6p to not need to enable/disable the
Device at specific points -- the Device is now enabled just at the
start. Also, the same examples can now run on Device (e.g. -d cuda)
without the partial assembly option (-pa) -- full assembly will
be still done on CPU but the sparse matrix action and vector
operations will be done using the Device.

Reverted changes in class DenseMatrix related to using the Device.
At this point, DenseMatrix operations are only used for small matrices
and using the Device in this case is not a good option.
2019-05-16 14:53:39 -07:00
Tzanio bf2d8bb275 Few small fixes. 2017-04-18 16:55:37 -07:00
Scott MacLachlan c62c45d510 Fixing bug in range of loop for MultTranspose in BlockLowerTriangular preconditioner 2017-04-17 20:54:51 -04:00
Tzanio Kolev 5d10ea83d7 Merge pull request #130 from mfem/blockprec-dev
Adding block lower triangular preconditioner to blockoperator.?pp [blockprec-dev]
2017-03-10 16:38:23 -08:00
Veselin Dobrev 6374536e13 In class BlockOperator:
* add method SetBlockCoef
* add 'const' to GetBlockCoeff
* fuse vector operations in Mult and MultTranspose.
2017-03-03 18:55:16 -08:00
Tzanio 196c147e47 Small updates in the comments 2017-03-02 08:32:57 -08:00
Veselin Dobrev 000bf74160 Update CHANGELOG.
Tweak doxygen docs, and 'make style'.
2017-03-01 12:36:03 -08:00
Scott MacLachlan 867c697111 Added check on BlockLowerTriangularPreconditioner::SetBlock to ensure only lower triangle is filled. Also added missing dimension check for SetDiagonalBlock. 2017-03-01 14:04:22 -03:30
Scott MacLachlan f07d80f556 Updating to remove redundant row/column block counts and offset arrays. Also updated documentation to reflect difference between diagonal and off-diagonal blocks in the preconditioner.
Not done (because I'm waiting for confirmation on it) is adding a check in SetBlock to ensure we only fill the lower triangular.
2017-02-28 11:23:25 -03:30
Tzanio dfaf0251b6 make style 2017-02-27 07:59:19 -08:00
Scott MacLachlan a082b99efa Adding block lower triangular preconditioner to blockoperator.?pp 2017-02-27 10:03:36 -03:30
Stowell, Mark L 7c8bfaeeb3 Augmenting BlockOperator
Adding an optional scalar multiple for each individual block.  For
example, block operators where different blocks differ only by a
constant multiple.
2017-02-26 16:54:05 -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