]>
https://gitweb.dealii.org/ - dealii.git/log
Matthias Maier [Thu, 17 Mar 2016 19:42:41 +0000 (14:42 -0500)]
add a changes.h entry
Matthias Maier [Sat, 5 Mar 2016 09:05:45 +0000 (03:05 -0600)]
Update documentation
Matthias Maier [Sat, 5 Mar 2016 09:02:56 +0000 (03:02 -0600)]
CMake: remove legacy Make.global_options
Matthias Maier [Thu, 17 Mar 2016 18:42:31 +0000 (13:42 -0500)]
Merge pull request #2338 from luca-heltai/relocate-libs
Relocate libraries.
Timo Heister [Thu, 17 Mar 2016 18:11:07 +0000 (19:11 +0100)]
Merge pull request #2364 from Rombur/fix_typename
Remove typename from instantiation file.
Bruno Turcksin [Thu, 17 Mar 2016 16:35:58 +0000 (12:35 -0400)]
Remove typename from instantiation file.
David Wells [Thu, 17 Mar 2016 15:42:42 +0000 (11:42 -0400)]
Merge pull request #2363 from davydden/deal_solver_02_mkl_fix
adjust petsc/deal_solver_02 test to pass on Ubuntu 14.04 + GNU compil…
Timo Heister [Thu, 17 Mar 2016 15:03:49 +0000 (16:03 +0100)]
Merge pull request #2359 from drwells/remove-intel-workaround
Remove a workaround for an old intel compiler.
Denis Davydov [Thu, 17 Mar 2016 14:41:29 +0000 (15:41 +0100)]
fix arpack/step-36_ar test to run on Ubuntu 14.04 + GNU compilers + MKL
Denis Davydov [Thu, 17 Mar 2016 14:24:20 +0000 (15:24 +0100)]
adjust petsc/deal_solver_02 test to pass on Ubuntu 14.04 + GNU compilers + MKL
Bruno Turcksin [Thu, 17 Mar 2016 14:01:33 +0000 (09:01 -0500)]
Merge pull request #2361 from kronbichler/master
Performance improvements: Triangulation::end(level) can be expensive
Martin Kronbichler [Thu, 17 Mar 2016 13:14:39 +0000 (14:14 +0100)]
Performance improvements: Triangulation::end(level) can be expensive
Bruno Turcksin [Thu, 17 Mar 2016 12:53:07 +0000 (07:53 -0500)]
Merge pull request #2312 from jgedicke/Meshworker_InhomConstraints
Inhomogeneous constraints in Meshworker
Joscha Gedicke [Thu, 17 Mar 2016 10:39:41 +0000 (11:39 +0100)]
corrected language spelling in comments
Bruno Turcksin [Thu, 17 Mar 2016 01:13:08 +0000 (20:13 -0500)]
Merge pull request #2358 from drwells/fix-assignment-assertion
Fix an assertion in read_tecplot to not use '='.
David Wells [Wed, 16 Mar 2016 17:45:53 +0000 (13:45 -0400)]
Remove a workaround for an old intel compiler.
This was added in April 2005 in commit
0a58949ace and is no longer
necessary.
David Wells [Thu, 17 Mar 2016 00:22:56 +0000 (20:22 -0400)]
Fix an assertion in read_tecplot to not use '='.
Bruno Turcksin [Thu, 17 Mar 2016 00:01:48 +0000 (19:01 -0500)]
Merge pull request #2354 from guidokanschat/additional_elasticity
Add weak tangential boundary condition for elasticity
Bruno Turcksin [Wed, 16 Mar 2016 17:57:13 +0000 (12:57 -0500)]
Merge pull request #2357 from drwells/la-vector-block-read-assertion
Fix a block read assertion in VectorSpaceVector.
David Wells [Wed, 16 Mar 2016 17:51:02 +0000 (13:51 -0400)]
Fix a block read assertion in VectorSpaceVector.
Caught by intel 13.
Bruno Turcksin [Wed, 16 Mar 2016 12:08:39 +0000 (07:08 -0500)]
Merge pull request #2355 from drwells/check-number-of-support-points
Check the number of nodes in FE_DGQArbitraryNodes.
David Wells [Tue, 15 Mar 2016 20:07:39 +0000 (16:07 -0400)]
Check the number of nodes in FE_DGQArbitraryNodes.
Currently, one can create an FE_DGQArbitraryNodes instance from a
quadrature rule with zero points, which causes segmentation faults (even
in debug mode) when one tries to use the element. This assertion
verifies that this cannot happen, at least in debug mode.
Guido Kanschat [Mon, 14 Mar 2016 15:28:06 +0000 (10:28 -0500)]
add weak tangential boundary condition for elasticity
Bruno Turcksin [Tue, 15 Mar 2016 16:09:47 +0000 (11:09 -0500)]
Merge pull request #2230 from davydden/branch_petscscalar_complex_tests
Petsc complex tests
Denis Davydov [Tue, 15 Mar 2016 15:51:44 +0000 (16:51 +0100)]
minor cleanup of petsc_complex/vector_02
Denis Davydov [Tue, 15 Mar 2016 15:44:24 +0000 (16:44 +0100)]
fix CMAKE_MINIMUM_REQUIRED in petsc_complex and slepc_complex
Denis Davydov [Tue, 15 Mar 2016 15:43:14 +0000 (16:43 +0100)]
use AssertThrow instead of Assert in petsc_complex tests
Wolfgang Bangerth [Tue, 15 Mar 2016 08:16:23 +0000 (03:16 -0500)]
Merge pull request #2352 from drwells/remove-repeated-sentence
Remove unimplemented assignment operators.
David Wells [Tue, 15 Mar 2016 00:58:32 +0000 (20:58 -0400)]
Remove unimplemented assignment operators.
These have been commented out since they were added in
ce50155aea (March
2010). Since the comment blocks begin with '/**' this caused this
amusing doxygen description for 'operator==':
Assignment operator. Assignment operator. Assignment
operator. Compare for equality.
Luca Heltai [Mon, 14 Mar 2016 09:40:41 +0000 (10:40 +0100)]
Merge pull request #2344 from bangerth/new-new-thread
Add Threads::new_thread() function for lambdas and std::bind objects.
Luca Heltai [Mon, 14 Mar 2016 09:12:14 +0000 (10:12 +0100)]
Added entry to changes.h
Luca Heltai [Mon, 14 Mar 2016 09:08:41 +0000 (10:08 +0100)]
Split info message on mac.
Luca Heltai [Mon, 14 Mar 2016 08:57:08 +0000 (09:57 +0100)]
Added copyright.
Luca Heltai [Fri, 11 Mar 2016 16:22:58 +0000 (17:22 +0100)]
Added new relocate target and script.
Matthias Maier [Mon, 14 Mar 2016 02:05:34 +0000 (21:05 -0500)]
Merge pull request #2347 from drwells/forward-declaration-warning
Fix a clang warning.
Matthias Maier [Mon, 14 Mar 2016 02:05:16 +0000 (21:05 -0500)]
Merge pull request #2348 from drwells/opencascade-warnings
Silence some OpenCascade warnings.
Matthias Maier [Mon, 14 Mar 2016 02:05:01 +0000 (21:05 -0500)]
Merge pull request #2349 from drwells/add-opencascade-copyright
Add opencascade copyright
David Wells [Mon, 14 Mar 2016 01:55:49 +0000 (21:55 -0400)]
Add copyright notices for some opencascade files.
David Wells [Mon, 14 Mar 2016 01:55:16 +0000 (21:55 -0400)]
Remove $Id$ tags.
David Wells [Mon, 14 Mar 2016 01:23:26 +0000 (21:23 -0400)]
Silence some OpenCascade warnings.
David Wells [Mon, 14 Mar 2016 00:07:10 +0000 (20:07 -0400)]
Fix a clang warning.
The declaration of ConstraintValues uses 'struct', so the forward
declaration should also use 'struct'.
Denis Davydov [Fri, 11 Mar 2016 10:03:38 +0000 (11:03 +0100)]
add a note in change.h on PETSc complex unit tests
Denis Davydov [Fri, 11 Mar 2016 09:49:30 +0000 (10:49 +0100)]
do not use Trilinos inside petsc_compelx tests
Denis Davydov [Mon, 7 Mar 2016 10:15:14 +0000 (11:15 +0100)]
fix petsc_complex/parallel_sparse_matrix_01
Denis Davydov [Sun, 6 Mar 2016 21:40:09 +0000 (22:40 +0100)]
update output for petsc_complex/solver_real_01/02
Denis Davydov [Sun, 6 Mar 2016 17:20:23 +0000 (18:20 +0100)]
fix petsc_complex test
Denis Davydov [Tue, 23 Feb 2016 10:48:03 +0000 (11:48 +0100)]
do not run tests/petsc when complex-valued PETSc is used as most of them fail
Toby D. Young [Tue, 23 Feb 2016 06:57:45 +0000 (07:57 +0100)]
add unit tests for complex-valued PETSc and SLEPc
Wolfgang Bangerth [Sat, 12 Mar 2016 18:36:18 +0000 (12:36 -0600)]
Merge pull request #2343 from davydden/mpi_logical
fixed a bug with MPI_LOGICAL
David Wells [Sat, 12 Mar 2016 14:52:41 +0000 (09:52 -0500)]
Merge pull request #2346 from bangerth/fix-doc-3
Fix doxygen markup.
Luca Heltai [Sat, 12 Mar 2016 10:59:52 +0000 (11:59 +0100)]
Merge pull request #2345 from bangerth/fix-compilation-3
Remove an unnecessary (and nonexistent) include file.
Denis Davydov [Fri, 11 Mar 2016 22:27:46 +0000 (23:27 +0100)]
fix a bug where MPI_LOGICAL fortran type was used
add a simple trilinos test with vec.reinit() which previously
triggered MPI_LOGICAL-related error in IndexSet class.
Wolfgang Bangerth [Sat, 12 Mar 2016 02:05:46 +0000 (20:05 -0600)]
Fix doxygen markup.
Wolfgang Bangerth [Sat, 12 Mar 2016 00:14:26 +0000 (18:14 -0600)]
Remove an unnecessary (and nonexistent) include file.
Wolfgang Bangerth [Sat, 12 Mar 2016 00:07:57 +0000 (18:07 -0600)]
New test.
Wolfgang Bangerth [Sat, 12 Mar 2016 00:07:47 +0000 (18:07 -0600)]
Add Threads::new_thread() function for lambdas and std::bind objects.
Wolfgang Bangerth [Fri, 11 Mar 2016 20:06:14 +0000 (14:06 -0600)]
Merge pull request #2342 from drwells/fix-compilation
Fix compilation on clang.
David Wells [Fri, 11 Mar 2016 19:18:08 +0000 (14:18 -0500)]
Fix compilation on clang.
I added this header previously in
d34f4fc116 to be consistent with the
inclusion of the accessors header in the hp DoFHandler file. However,
this header is not necessary, and including it breaks compilation under
clang for reasons I do not fully understand.
Timo Heister [Fri, 11 Mar 2016 17:58:56 +0000 (12:58 -0500)]
Merge pull request #2341 from bangerth/fix-compilation-2
Fix compilation.
Wolfgang Bangerth [Fri, 11 Mar 2016 17:20:18 +0000 (11:20 -0600)]
Fix compilation.
Luca Heltai [Fri, 11 Mar 2016 16:00:34 +0000 (17:00 +0100)]
Merge pull request #2336 from tamiko/fix_rpath_handling_for_mac
CMake: Fix rpath handling on Mac OSX
Matthias Maier [Fri, 11 Mar 2016 15:20:11 +0000 (09:20 -0600)]
CMake: Fix rpath handling on Mac OSX
This forces global paths upon installation to avoid error messages like
dyld: Library not loaded: /lib/libdeal_II.g.8.4.0-rc3.dylib
Referenced from: /[...]/step-18
Reason: image not found
In Reference to #1938
Matthias Maier [Fri, 11 Mar 2016 04:40:35 +0000 (22:40 -0600)]
Merge pull request #2332 from drwells/remove-unused-forward-declarations
Remove unused forward declarations
David Wells [Fri, 11 Mar 2016 03:15:51 +0000 (22:15 -0500)]
Describe forward declarations in the style guide.
David Wells [Sun, 6 Mar 2016 04:41:30 +0000 (23:41 -0500)]
Add headers for values returned by methods.
Currently, one could include this header and then write something like
dof_handler.begin_active()->set_active_fe_index(1)
and this will fail to compile with obscure template errors because the
DoFCellAccessor (the value returned by '->') is only forward declared
without this extra header.
David Wells [Sun, 6 Mar 2016 04:40:31 +0000 (23:40 -0500)]
Add missing headers.
David Wells [Sun, 6 Mar 2016 02:19:49 +0000 (21:19 -0500)]
Include headers for default template parameters.
David Wells [Sun, 6 Mar 2016 02:19:23 +0000 (21:19 -0500)]
Update headers in some tests.
David Wells [Sat, 5 Mar 2016 20:13:28 +0000 (15:13 -0500)]
Forward declare things where they are used.
David Wells [Sat, 5 Mar 2016 17:08:33 +0000 (12:08 -0500)]
Remove some unused headers.
David Wells [Sat, 5 Mar 2016 17:04:06 +0000 (12:04 -0500)]
Use headers instead of forward declarations.
We use typedefs inside of these classes so the header is necessary. The
header is currently included anyway through mapping_q1.h.
David Wells [Sat, 5 Mar 2016 17:03:44 +0000 (12:03 -0500)]
Move a header into a .templates file.
David Wells [Sat, 5 Mar 2016 20:12:41 +0000 (15:12 -0500)]
Explicitly include needed header files.
David Wells [Sat, 5 Mar 2016 20:11:14 +0000 (15:11 -0500)]
Improve forward declarations in dof_tools.h.
This commit does two things: it brings in hp/dof_handler.h
explicitly (since details of that class are used) and cleans up the
forward declarations already present.
David Wells [Sat, 5 Mar 2016 19:53:46 +0000 (14:53 -0500)]
Remove unused forward declarations.
David Wells [Thu, 10 Mar 2016 18:06:53 +0000 (13:06 -0500)]
Merge pull request #2329 from bangerth/provide-cmake-message
Let the 'indent' custom target print a better message.
Wolfgang Bangerth [Thu, 10 Mar 2016 14:59:58 +0000 (08:59 -0600)]
Don't generate status output.
Also provide an error if we couldn't find the right version of
astyle. This didn't matter much before because the tool was always
called on the command line, but is important now that it can be called
by 'make indent'.
David Wells [Thu, 10 Mar 2016 05:37:51 +0000 (00:37 -0500)]
Merge pull request #2330 from bangerth/fix-compilation
Fix compilation.
Wolfgang Bangerth [Thu, 10 Mar 2016 04:28:02 +0000 (22:28 -0600)]
Perform the same modifications for new_thread() as well.
Wolfgang Bangerth [Thu, 10 Mar 2016 01:33:31 +0000 (19:33 -0600)]
Fix compilation.
GCC 4.6.3 does support C++11 but apparently runs into
trouble with the recent addition of the new Threads::new_task()
function. This patch ensures that the right overload is found
by not specifying a template argument explicitly, but explicitly
casting the argument to the type of the argument of the function
we want to call. This cast would have to be performed also when
specifying the template argument explicitly.
Wolfgang Bangerth [Thu, 10 Mar 2016 01:31:14 +0000 (19:31 -0600)]
Let the 'indent' custom target print a better message.
The existing message displays the command that is being executed. Instead
say what it *does*.
Joscha Gedicke [Wed, 9 Mar 2016 17:31:01 +0000 (18:31 +0100)]
test assembler_simple_system_inhom_01
Luca Heltai [Wed, 9 Mar 2016 18:16:20 +0000 (19:16 +0100)]
Merge pull request #2324 from ESeNonFossiIo/NURBSPatchManifold
Nurbs patch manifold
ESeNonFossiIo [Tue, 8 Mar 2016 21:16:47 +0000 (22:16 +0100)]
documentation
ESeNonFossiIo [Tue, 8 Mar 2016 20:48:45 +0000 (21:48 +0100)]
test for ../tests/opencascade/nurbs_patches_manifold_00
ESeNonFossiIo [Tue, 8 Mar 2016 20:48:25 +0000 (21:48 +0100)]
NURBSPatchManifold
Luca Heltai [Wed, 9 Mar 2016 14:23:33 +0000 (15:23 +0100)]
Merge pull request #2326 from bangerth/new-new-task
Implement a C++11 conforming way to pass lambdas etc to new_task().
Wolfgang Bangerth [Wed, 9 Mar 2016 13:55:07 +0000 (07:55 -0600)]
Add another note.
Wolfgang Bangerth [Wed, 9 Mar 2016 13:49:29 +0000 (07:49 -0600)]
Add another test.
Wolfgang Bangerth [Wed, 9 Mar 2016 02:08:54 +0000 (20:08 -0600)]
Add tests.
Wolfgang Bangerth [Wed, 9 Mar 2016 02:08:32 +0000 (20:08 -0600)]
Implement a C++11 conforming way to pass lambdas etc to new_task().
Wolfgang Bangerth [Tue, 8 Mar 2016 12:35:40 +0000 (06:35 -0600)]
Merge pull request #2323 from nicola-giuliani/interpolate_codim_one
instantiation codim
Wolfgang Bangerth [Tue, 8 Mar 2016 12:35:14 +0000 (06:35 -0600)]
Merge pull request #2322 from appiazzolla/master
Remove only one block warning.
Nicola Giuliani [Tue, 8 Mar 2016 12:25:57 +0000 (13:25 +0100)]
typo
Joscha Gedicke [Tue, 8 Mar 2016 10:42:24 +0000 (11:42 +0100)]
indent corrected
Joscha Gedicke [Tue, 8 Mar 2016 09:09:35 +0000 (10:09 +0100)]
solved row vs column issue
Nicola Giuliani [Tue, 8 Mar 2016 10:33:19 +0000 (11:33 +0100)]
instantiation codim
Pablo Lucero [Tue, 8 Mar 2016 06:09:57 +0000 (07:09 +0100)]
Eliminating lines instead of commenting them out
Pablo Lucero [Mon, 7 Mar 2016 22:12:42 +0000 (23:12 +0100)]
Remove only one block warning. I find it not that useful and very annoying in a matrix free setup when this class is called frequently
Joscha Gedicke [Mon, 7 Mar 2016 17:44:07 +0000 (18:44 +0100)]
Re-use constraint pointer from ResidualSimple
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams
Typeset in
Trocchi and Trocchi Bold Sans Serif.