Veselin Dobrev
de80deeb0b
Merge branch 'master' into testing/pedantic_flags
2020-07-15 22:56:20 -07:00
Veselin Dobrev
9238db6d2b
In .travis.yml:
...
* For the "code-style" job, use the "xenial" distro because "bionic"
does not have the required version of astyle.
* For the "documentation" job, do not use mpi.
* Run the "branch-history" job only if branch != next.
In tests/scripts/documentation, do not run 'make config' and
'make status'.
2020-07-15 21:25:37 -07:00
Veselin Dobrev
f3771a22a5
Merge branch 'master' into ode-state-io-dev
2020-07-15 14:29:50 -07:00
Tzanio
fbe242a2e2
Updated CHANGELOG. Minor styling
2020-07-14 17:18:59 -07:00
Tzanio Kolev
ae880b4ee8
Merge branch 'master' into yohann/fa
2020-07-14 16:42:03 -07:00
Tzanio Kolev
c4d8bd4744
Merge branch 'master' into yohann/fa
2020-07-14 15:27:10 -07:00
Tzanio Kolev
0fb7f04d6c
Merge branch 'master' into mixedcurl
2020-07-14 15:26:40 -07:00
Veselin Dobrev
b4b72a95ee
Merge branch 'master' into vector-add-dev
2020-07-09 12:31:06 -07:00
Veselin Dobrev
cdfe1db094
Merge branch 'master' into ode-state-io-dev
2020-07-07 21:26:29 -07:00
Tzanio Kolev
df7aec2506
Merge pull request #1513 from mfem/quadspace-visit-dev
...
Add quadraturefunctions to visit datacollection [quadspace-visit-dev]
2020-07-07 21:13:53 -07:00
Tzanio Kolev
2d065de342
Merge branch 'master' into mixedcurl
2020-07-04 14:25:04 -07:00
Tzanio Kolev
a96c057950
Merge pull request #1521 from mfem/hypreblocks-bigj
...
Fixing big integer issue in HypreParMatrixFromBlocks.
2020-07-04 13:43:45 -07:00
Veselin Dobrev
79dd7c14b2
Merge branch 'master' into ode-state-io-dev
2020-07-02 14:47:31 -07:00
Stowell, Mark L
b0f7299444
Adding serial and parallel unit tests for the GetValue and GetVectorValue methods with element index arguments
2020-06-29 20:55:05 -07:00
Veselin Dobrev
ab019493f2
Fix integration issue with the concurrent PR #1429 .
2020-06-26 17:53:00 -07:00
Ido Akkerman
bd695bc74c
Make style
2020-06-26 11:02:08 +02:00
Ido Akkerman
e165101b27
Revert gitignore and make clean back to old version as unit test output has disappeared
2020-06-26 10:40:43 +02:00
Ido Akkerman
096e5ffb93
Adding quadfunctions to visit unit test
2020-06-26 10:36:42 +02:00
Ido Akkerman
fb8e595da3
Reverting back unit test and cmake file
2020-06-26 10:24:21 +02:00
Veselin Dobrev
6dd2d81def
Merge branch 'master' into hypreblocks-bigj
...
Resolved conflict:
linalg/superlu.cpp
2020-06-25 01:41:00 -07:00
Veselin Dobrev
8798a933f3
Add support for 64bit HYPRE_Int in HypreParMatrixFromBlocks() and
...
GatherBlockOffsetData().
Add overflow check in GatherBlockOffsetData().
In the SuperLURowLocMatrix constructor from HypreParMatrix,
remove the check for the number of columns and add a note why it is
not necessary at the moment.
Add a compile-time check when building with SuperLU_DIST support
that HYPRE_Int is int which is required by the current implementation.
2020-06-25 01:17:30 -07:00
Ido Akkerman
f29e1b82f7
Add vector unit test
2020-06-24 17:20:38 +02:00
Ido Akkerman
6201d7c5bb
Adding to clean
2020-06-24 10:40:15 +02:00
Stowell, Mark L
f8f928028c
Merge remote-tracking branch 'origin/gf-getgradient-dev' into bugfix/gf-getvalue-dev
...
# Conflicts:
# mesh/pmesh.cpp
# tests/unit/fem/test_get_value.cpp
2020-06-23 19:05:29 -07:00
Dylan Copeland
83ec745644
Revert "Implemented matrix coefficients in H(curl) mass integrator, for symmetric and asymmetric cases. Added symmetry property to MatrixCoefficient. Unit tests cover the new features."
...
This reverts commit 7929766814 .
Conflicts:
fem/coefficient.hpp
2020-06-23 14:22:07 -07:00
Ido Akkerman
18007107d8
make style
2020-06-23 10:34:21 +02:00
Veselin Dobrev
126e75048c
Merge branch 'master' into gf-getgradient-dev
2020-06-22 14:15:58 -07:00
Dylan Copeland
7e88d111f9
Merge branch 'master' of https://github.com/mfem/mfem into mixedcurl
...
Conflicts:
fem/coefficient.hpp
2020-06-19 23:15:18 -07:00
Dylan Copeland
7929766814
Implemented matrix coefficients in H(curl) mass integrator, for symmetric and asymmetric cases. Added symmetry property to MatrixCoefficient. Unit tests cover the new features.
2020-06-19 22:58:08 -07:00
Stowell, Mark L
a9fd6daf3c
Merge remote-tracking branch 'origin/master' into bugfix/gf-getvalue-dev
2020-06-19 15:35:52 -07:00
Tzanio
efd5b9f019
minor
2020-06-12 18:05:23 -07:00
Ido Akkerman
21e6e7f669
Adding quadfun read write unit_test
2020-06-11 18:21:30 +02:00
Stowell, Mark L
defc3378c6
Expanding GetVectorValue tests in parallel
2020-06-10 16:36:04 -07:00
Stowell, Mark L
371a5cc714
Changing function calls to coefficient evaluations
2020-06-10 16:18:53 -07:00
Stowell, Mark L
39f26a201f
Bugfix in unit test
2020-06-09 15:18:50 -07:00
Stowell, Mark L
cebce14371
Further reducing the mesh size in 2D and 3D.
2020-06-09 15:18:36 -07:00
Stowell, Mark L
27f720ac20
Removing unneeded calls to ExchangeFaceNbrData and decreasing parallel mesh sizes
2020-06-09 15:07:45 -07:00
Tzanio Kolev
c8118c532a
Merge branch 'master' into gf-getgradient-dev
2020-06-09 07:28:36 -07:00
Stowell, Mark L
60db6756cb
Adding parallel unit tests to test_get_value
2020-06-08 16:32:26 -07:00
Yohann Dudouit
db626777be
make style
2020-06-08 13:31:42 -07:00
Yohann
c610cabe53
Merge branch 'master' into yohann/fa
2020-06-08 12:22:54 -07:00
Yohann Dudouit
802a4afce0
make style
2020-06-08 11:00:55 -07:00
Veselin Dobrev
56de3cc0b2
Merge branch 'master' into gpu/artv3/batch-lu
2020-06-03 22:39:09 -07:00
Veselin Dobrev
f4eeb1d34e
In cmake builds, the unit tests need the 'data' directory to be copied.
2020-06-03 22:27:39 -07:00
Arturo
53a8346c95
fix dtensor header
2020-06-02 22:16:16 -07:00
Yohann Dudouit
ff57240475
Update unit tests.
2020-06-02 15:23:11 -07:00
Tzanio Kolev
caedc3be67
Merge branch 'master' into mixedcurl
2020-05-28 10:44:51 -07:00
Yohann Dudouit
6e8001e206
Add a LEGACYFULL assembly mode.
2020-05-26 14:08:05 -07:00
Yohann Dudouit
27b6172257
Modify test_matrix_square to use the legacy full assembly.
2020-05-26 13:35:26 -07:00
Tomov
1d43d15b5c
Alignments.
2020-05-22 16:05:46 -07:00