]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
15 years agoMake test use iterator typedefs rather than the underlying type to make it more robus...
bangerth [Thu, 6 Nov 2008 20:30:33 +0000 (20:30 +0000)]
Make test use iterator typedefs rather than the underlying type to make it more robust against changes in the library.

git-svn-id: https://svn.dealii.org/trunk@17498 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoNeed to update step-18 with a new include file to CompressedSparsityPattern.
kronbichler [Thu, 6 Nov 2008 12:46:41 +0000 (12:46 +0000)]
Need to update step-18 with a new include file to CompressedSparsityPattern.

git-svn-id: https://svn.dealii.org/trunk@17487 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdded a templated call to PETSc matrix initialization with SparsityPattern to allow...
kronbichler [Thu, 6 Nov 2008 12:41:33 +0000 (12:41 +0000)]
Added a templated call to PETSc matrix initialization with SparsityPattern to allow different types of SparsityPatterns.

git-svn-id: https://svn.dealii.org/trunk@17486 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoCorrected an error in Trilinos vector class.
kronbichler [Thu, 6 Nov 2008 10:28:59 +0000 (10:28 +0000)]
Corrected an error in Trilinos vector class.

git-svn-id: https://svn.dealii.org/trunk@17485 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdded an MPI_InitFinalize to the files, so that at least some tests work now.
kronbichler [Thu, 6 Nov 2008 10:21:30 +0000 (10:21 +0000)]
Added an MPI_InitFinalize to the files, so that at least some tests work now.

git-svn-id: https://svn.dealii.org/trunk@17484 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoThe Trilinos sparse matrix class can now insert elements using set(i,j) as long as...
kronbichler [Thu, 6 Nov 2008 09:52:15 +0000 (09:52 +0000)]
The Trilinos sparse matrix class can now insert elements using set(i,j) as long as compress() is not called.

git-svn-id: https://svn.dealii.org/trunk@17483 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUse clear() to release memory, rather than doing it by hand in each of the derived...
bangerth [Thu, 6 Nov 2008 03:20:07 +0000 (03:20 +0000)]
Use clear() to release memory, rather than doing it by hand in each of the derived classes.

git-svn-id: https://svn.dealii.org/trunk@17482 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoPrevent a memory leak in the block matrix base class.
bangerth [Wed, 5 Nov 2008 23:20:44 +0000 (23:20 +0000)]
Prevent a memory leak in the block matrix base class.

git-svn-id: https://svn.dealii.org/trunk@17481 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoPrint warning that the path to the trilinos libs needs to be added to DYLIB_LIBRARY_P...
bangerth [Wed, 5 Nov 2008 22:54:16 +0000 (22:54 +0000)]
Print warning that the path to the trilinos libs needs to be added to DYLIB_LIBRARY_PATH. Do so only on Mac OS X because we should be able to take care of this on ELF systems through the use of -rpath.

git-svn-id: https://svn.dealii.org/trunk@17480 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUse -dynamic -install_name instead of -dylib_install_name on Mac OS X.
bangerth [Wed, 5 Nov 2008 20:09:09 +0000 (20:09 +0000)]
Use -dynamic -install_name instead of -dylib_install_name on Mac OS X.

git-svn-id: https://svn.dealii.org/trunk@17478 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix a problem in the GMSH reader with type-15 cells (nodes) where we failed to read...
bangerth [Wed, 5 Nov 2008 19:20:38 +0000 (19:20 +0000)]
Fix a problem in the GMSH reader with type-15 cells (nodes) where we failed to read the vertices.

git-svn-id: https://svn.dealii.org/trunk@17477 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix a missing endline.
bangerth [Wed, 5 Nov 2008 17:49:28 +0000 (17:49 +0000)]
Fix a missing endline.

git-svn-id: https://svn.dealii.org/trunk@17476 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUse the corrected spelling GXX_VERSION.
bangerth [Wed, 5 Nov 2008 03:16:59 +0000 (03:16 +0000)]
Use the corrected spelling GXX_VERSION.

git-svn-id: https://svn.dealii.org/trunk@17475 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoChanged some more things to make the class more consistent with the deal.II block...
kronbichler [Tue, 4 Nov 2008 16:16:32 +0000 (16:16 +0000)]
Changed some more things to make the class more consistent with the deal.II block matrix class.

git-svn-id: https://svn.dealii.org/trunk@17471 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAnnounce step-28.
bangerth [Tue, 4 Nov 2008 15:27:37 +0000 (15:27 +0000)]
Announce step-28.

git-svn-id: https://svn.dealii.org/trunk@17469 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoWhen testing for -dylib_install_name, we need to link into a shared library, not...
bangerth [Tue, 4 Nov 2008 14:33:56 +0000 (14:33 +0000)]
When testing for -dylib_install_name, we need to link into a shared library, not an executable.

git-svn-id: https://svn.dealii.org/trunk@17468 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix a memory leak in the block matrix.
kronbichler [Tue, 4 Nov 2008 13:37:21 +0000 (13:37 +0000)]
Fix a memory leak in the block matrix.

git-svn-id: https://svn.dealii.org/trunk@17467 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUpdate after changes to DoFTools::get_subdomain_association.
bangerth [Mon, 3 Nov 2008 03:01:37 +0000 (03:01 +0000)]
Update after changes to DoFTools::get_subdomain_association.

git-svn-id: https://svn.dealii.org/trunk@17458 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAssociate DoFs on interfaces between subdomains pseudo-randomly with the subdomains...
bangerth [Sun, 2 Nov 2008 23:21:38 +0000 (23:21 +0000)]
Associate DoFs on interfaces between subdomains pseudo-randomly with the subdomains. This is done to better equilibrate the number of DoFs per subdomain even if the number of cells is already well equilibrated.

git-svn-id: https://svn.dealii.org/trunk@17457 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoNeed to initialize the array with invalid values.
bangerth [Fri, 31 Oct 2008 21:32:11 +0000 (21:32 +0000)]
Need to initialize the array with invalid values.

git-svn-id: https://svn.dealii.org/trunk@17452 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoNow also compiles if we use METIS.
bangerth [Fri, 31 Oct 2008 19:10:04 +0000 (19:10 +0000)]
Now also compiles if we use METIS.

git-svn-id: https://svn.dealii.org/trunk@17441 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSet properties.
bangerth [Fri, 31 Oct 2008 18:03:32 +0000 (18:03 +0000)]
Set properties.

git-svn-id: https://svn.dealii.org/trunk@17437 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoIgnore unused variables.
bangerth [Fri, 31 Oct 2008 17:49:59 +0000 (17:49 +0000)]
Ignore unused variables.

git-svn-id: https://svn.dealii.org/trunk@17434 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAck, more stupid mistakes.
bangerth [Fri, 31 Oct 2008 17:45:20 +0000 (17:45 +0000)]
Ack, more stupid mistakes.

git-svn-id: https://svn.dealii.org/trunk@17433 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoClean up code some.
bangerth [Fri, 31 Oct 2008 17:41:23 +0000 (17:41 +0000)]
Clean up code some.

git-svn-id: https://svn.dealii.org/trunk@17432 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoCompute reverse and inverse permutations.
bangerth [Fri, 31 Oct 2008 17:41:03 +0000 (17:41 +0000)]
Compute reverse and inverse permutations.

git-svn-id: https://svn.dealii.org/trunk@17431 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSplit out the function that does the actual Cuthill-McKee algorithm from DoFRenumberi...
bangerth [Fri, 31 Oct 2008 17:24:43 +0000 (17:24 +0000)]
Split out the function that does the actual Cuthill-McKee algorithm from DoFRenumbering into SparsityTools.

git-svn-id: https://svn.dealii.org/trunk@17429 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoImprove documentation. There's too much cruft in here, and it all reads like it was...
bangerth [Fri, 31 Oct 2008 17:22:58 +0000 (17:22 +0000)]
Improve documentation. There's too much cruft in here, and it all reads like it was written by a German native speaker...

git-svn-id: https://svn.dealii.org/trunk@17428 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix syntax error introduced at the last minute.
bangerth [Fri, 31 Oct 2008 16:51:46 +0000 (16:51 +0000)]
Fix syntax error introduced at the last minute.

git-svn-id: https://svn.dealii.org/trunk@17427 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSplit the generation of a connectivity pattern between cells into a separate function...
bangerth [Fri, 31 Oct 2008 16:50:17 +0000 (16:50 +0000)]
Split the generation of a connectivity pattern between cells into a separate function in GridTools.

git-svn-id: https://svn.dealii.org/trunk@17426 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSplit the SparsityPattern::partition function into a separate function in a new names...
bangerth [Fri, 31 Oct 2008 16:13:19 +0000 (16:13 +0000)]
Split the SparsityPattern::partition function into a separate function in a new namespace SparsityTools.

git-svn-id: https://svn.dealii.org/trunk@17425 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoMake sure that the Trilinos and Petsc libs come after our own. Otherwise, linking...
bangerth [Thu, 30 Oct 2008 13:42:07 +0000 (13:42 +0000)]
Make sure that the Trilinos and Petsc libs come after our own. Otherwise, linking with static libs fails.

git-svn-id: https://svn.dealii.org/trunk@17415 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoEpetra depends on Teuchos, so move the latter towards the end of the library list.
bangerth [Thu, 30 Oct 2008 13:34:22 +0000 (13:34 +0000)]
Epetra depends on Teuchos, so move the latter towards the end of the library list.

git-svn-id: https://svn.dealii.org/trunk@17414 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFurther cleanup after bothced commit.
bangerth [Wed, 29 Oct 2008 23:00:10 +0000 (23:00 +0000)]
Further cleanup after bothced commit.

git-svn-id: https://svn.dealii.org/trunk@17408 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoRemove input files that aren't needed here (we get them from a different directory).
bangerth [Wed, 29 Oct 2008 22:54:37 +0000 (22:54 +0000)]
Remove input files that aren't needed here (we get them from a different directory).

git-svn-id: https://svn.dealii.org/trunk@17407 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoClean up after previously botched commit.
bangerth [Wed, 29 Oct 2008 22:53:43 +0000 (22:53 +0000)]
Clean up after previously botched commit.

git-svn-id: https://svn.dealii.org/trunk@17406 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd simpler test.
bangerth [Wed, 29 Oct 2008 22:49:41 +0000 (22:49 +0000)]
Add simpler test.

git-svn-id: https://svn.dealii.org/trunk@17405 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAlso output level wise information.
bangerth [Wed, 29 Oct 2008 22:13:58 +0000 (22:13 +0000)]
Also output level wise information.

git-svn-id: https://svn.dealii.org/trunk@17404 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd new testcase.
bangerth [Wed, 29 Oct 2008 22:08:15 +0000 (22:08 +0000)]
Add new testcase.

git-svn-id: https://svn.dealii.org/trunk@17403 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSort Trilinos libs by dependency. This is necessary for static linking.
bangerth [Wed, 29 Oct 2008 19:06:56 +0000 (19:06 +0000)]
Sort Trilinos libs by dependency. This is necessary for static linking.

git-svn-id: https://svn.dealii.org/trunk@17398 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoRemove -static from the linker flags when using static libraries. The svn log doesn...
bangerth [Wed, 29 Oct 2008 17:15:48 +0000 (17:15 +0000)]
Remove -static from the linker flags when using static libraries. The svn log doesn't give much of an indication as to why it was there (Ralf commented that it was necessary but not why), but from reading through the gcc documentation I believe it has a different purpose than for example -shared: -shared needs to be given on the command line if we link object files into a shared library. On the other hand, we link into a static library using 'ar', and when we link *with* a static library we simply list it on the command line. -static, on the other hand, when given on the command line, has the effect to that a flag like -lbase should refer to libbase.a even if libbase.so is available. Since we don't really care which system libraries are being used we really have no business specifying this flag at all.

The underlying reason for the change is that with the proliferation of libraries we link with there are cases where a system library is only available as a shared lib. The current case was that with MPI the compiler passes -lmpi_cxx to the linker but mpi_cxx only exists as libmpi_cxx.so and consequently the link fails. This is unnecessary since all we wanted to ensure is that the *deal.II* libraries are used in their static form.

git-svn-id: https://svn.dealii.org/trunk@17397 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUse viscosity 2 eta instead of eta in Stokes system -- this is the usual way of writi...
kronbichler [Wed, 29 Oct 2008 14:14:23 +0000 (14:14 +0000)]
Use viscosity 2 eta instead of eta in Stokes system -- this is the usual way of writing the problem in engineering.

git-svn-id: https://svn.dealii.org/trunk@17396 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoRestructure the TrilinosTools a bit: Call it System::MPI_InitFinalize because that...
bangerth [Wed, 29 Oct 2008 13:51:18 +0000 (13:51 +0000)]
Restructure the TrilinosTools a bit: Call it System::MPI_InitFinalize because that's what it does, after all. Take all functions that don't really rely on the state of this object out and make them global functions.

git-svn-id: https://svn.dealii.org/trunk@17395 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd comment.
bangerth [Wed, 29 Oct 2008 12:18:40 +0000 (12:18 +0000)]
Add comment.

git-svn-id: https://svn.dealii.org/trunk@17394 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoChanged some comment when interpolating the Stokes solution, since we need it for...
kronbichler [Wed, 29 Oct 2008 08:47:11 +0000 (08:47 +0000)]
Changed some comment when interpolating the Stokes solution, since we need it for the extrapolation in the temperature equation.

git-svn-id: https://svn.dealii.org/trunk@17392 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoPatch by Christian Cornelssen: Make links relative to allow moving install directories.
bangerth [Wed, 29 Oct 2008 02:26:12 +0000 (02:26 +0000)]
Patch by Christian Cornelssen: Make links relative to allow moving install directories.

git-svn-id: https://svn.dealii.org/trunk@17391 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSimplify things a bit: let all DataOut* classes use the same internal data structure...
bangerth [Wed, 29 Oct 2008 02:20:03 +0000 (02:20 +0000)]
Simplify things a bit: let all DataOut* classes use the same internal data structure for parallelization.

git-svn-id: https://svn.dealii.org/trunk@17390 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoRegenerate
bangerth [Wed, 29 Oct 2008 00:09:38 +0000 (00:09 +0000)]
Regenerate

git-svn-id: https://svn.dealii.org/trunk@17387 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoReindent.
bangerth [Wed, 29 Oct 2008 00:09:30 +0000 (00:09 +0000)]
Reindent.

git-svn-id: https://svn.dealii.org/trunk@17386 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSpecify a few template arguments explicitly to help IBM's xlC.
bangerth [Wed, 29 Oct 2008 00:00:24 +0000 (00:00 +0000)]
Specify a few template arguments explicitly to help IBM's xlC.

git-svn-id: https://svn.dealii.org/trunk@17385 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoMake things work with xlC
bangerth [Tue, 28 Oct 2008 23:42:15 +0000 (23:42 +0000)]
Make things work with xlC

git-svn-id: https://svn.dealii.org/trunk@17384 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoIBM's xlC is unhappy if we do -DBOOST_NO_SLIST on the command line and later do ...
bangerth [Tue, 28 Oct 2008 23:24:24 +0000 (23:24 +0000)]
IBM's xlC is unhappy if we do -DBOOST_NO_SLIST on the command line and later do #define BOOST_NO_SLIST, claiming that the two have differing definitions. I assume that means that the former is equivalent to -DBOOST_NO_SLIST=1 whereas the latter sets it to ''. I'm relatively unsure about this, however. That said, the problem is easily solved by simply not redefining the symbol if it is already defined.

git-svn-id: https://svn.dealii.org/trunk@17383 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoCan run on AIX using gcc4.3
bangerth [Tue, 28 Oct 2008 22:23:35 +0000 (22:23 +0000)]
Can run on AIX using gcc4.3

git-svn-id: https://svn.dealii.org/trunk@17382 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd newline to end of file. Apparently this confuses sed on AIX...
bangerth [Tue, 28 Oct 2008 22:01:44 +0000 (22:01 +0000)]
Add newline to end of file. Apparently this confuses sed on AIX...

git-svn-id: https://svn.dealii.org/trunk@17381 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoDo resize left hand side operand in BlockVector::operator=(BlockVector).
bangerth [Tue, 28 Oct 2008 21:56:12 +0000 (21:56 +0000)]
Do resize left hand side operand in BlockVector::operator=(BlockVector).

git-svn-id: https://svn.dealii.org/trunk@17380 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoMore comments.
bangerth [Tue, 28 Oct 2008 19:52:12 +0000 (19:52 +0000)]
More comments.

git-svn-id: https://svn.dealii.org/trunk@17378 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoTake over some changes from step-31.
bangerth [Tue, 28 Oct 2008 19:46:24 +0000 (19:46 +0000)]
Take over some changes from step-31.

git-svn-id: https://svn.dealii.org/trunk@17377 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoWrite time step in a more standard format.
bangerth [Tue, 28 Oct 2008 19:27:34 +0000 (19:27 +0000)]
Write time step in a more standard format.

git-svn-id: https://svn.dealii.org/trunk@17376 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix up a number of other issues and finish reading through the document.
bangerth [Tue, 28 Oct 2008 19:26:58 +0000 (19:26 +0000)]
Fix up a number of other issues and finish reading through the document.

git-svn-id: https://svn.dealii.org/trunk@17375 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoComment the output strategy when using the new time stepping.
kronbichler [Tue, 28 Oct 2008 14:33:16 +0000 (14:33 +0000)]
Comment the output strategy when using the new time stepping.

git-svn-id: https://svn.dealii.org/trunk@17368 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoOnly create the memory leak when linking with Trilinos.
bangerth [Tue, 28 Oct 2008 14:05:23 +0000 (14:05 +0000)]
Only create the memory leak when linking with Trilinos.

git-svn-id: https://svn.dealii.org/trunk@17365 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoNow the Stokes solution is computed at the old time level with the old temperature...
kronbichler [Tue, 28 Oct 2008 12:17:56 +0000 (12:17 +0000)]
Now the Stokes solution is computed at the old time level with the old temperature, instead of the new one. This makes the discretization O(h^2) again.

git-svn-id: https://svn.dealii.org/trunk@17359 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUpdate test results after the change to the .cc file.
bangerth [Mon, 27 Oct 2008 22:13:02 +0000 (22:13 +0000)]
Update test results after the change to the .cc file.

git-svn-id: https://svn.dealii.org/trunk@17356 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUpdate after the fix to GridOut in 17156.
bangerth [Mon, 27 Oct 2008 22:10:48 +0000 (22:10 +0000)]
Update after the fix to GridOut in 17156.

git-svn-id: https://svn.dealii.org/trunk@17355 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoEncode in the finite element name which quadrature formula was used.
bangerth [Mon, 27 Oct 2008 22:08:44 +0000 (22:08 +0000)]
Encode in the finite element name which quadrature formula was used.

git-svn-id: https://svn.dealii.org/trunk@17354 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoupdate
bangerth [Mon, 27 Oct 2008 21:51:52 +0000 (21:51 +0000)]
update

git-svn-id: https://svn.dealii.org/trunk@17353 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoupdate
bangerth [Mon, 27 Oct 2008 21:50:26 +0000 (21:50 +0000)]
update

git-svn-id: https://svn.dealii.org/trunk@17352 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdded MatrixTools::apply_boundary_values for PETScWrappers::MPI::BlockSparseMatrix...
heister [Mon, 27 Oct 2008 15:39:00 +0000 (15:39 +0000)]
Added MatrixTools::apply_boundary_values for PETScWrappers::MPI::BlockSparseMatrix and added CompressedSimpleSparsityPattern in doc/news/changes.

git-svn-id: https://svn.dealii.org/trunk@17351 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFurther cleanups and documentation work.
bangerth [Mon, 27 Oct 2008 14:57:31 +0000 (14:57 +0000)]
Further cleanups and documentation work.

git-svn-id: https://svn.dealii.org/trunk@17350 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSlight changes in comments.
kronbichler [Mon, 27 Oct 2008 13:32:22 +0000 (13:32 +0000)]
Slight changes in comments.

git-svn-id: https://svn.dealii.org/trunk@17349 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoMore docs.
bangerth [Mon, 27 Oct 2008 03:51:38 +0000 (03:51 +0000)]
More docs.

git-svn-id: https://svn.dealii.org/trunk@17348 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUpdate after fix to GridOut in 17155.
bangerth [Mon, 27 Oct 2008 03:48:56 +0000 (03:48 +0000)]
Update after fix to GridOut in 17155.

git-svn-id: https://svn.dealii.org/trunk@17347 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUpdate after the changes to the Triangulation class in 17114.
bangerth [Mon, 27 Oct 2008 03:27:02 +0000 (03:27 +0000)]
Update after the changes to the Triangulation class in 17114.

git-svn-id: https://svn.dealii.org/trunk@17346 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoComment on two more functions. Change choice of quadrature points both in step-31...
bangerth [Mon, 27 Oct 2008 03:17:16 +0000 (03:17 +0000)]
Comment on two more functions. Change choice of quadrature points both in step-31 and -32.

git-svn-id: https://svn.dealii.org/trunk@17345 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoNew results after the change 17156 for the gnuplot output of GridOut.
bangerth [Mon, 27 Oct 2008 01:34:29 +0000 (01:34 +0000)]
New results after the change 17156 for the gnuplot output of GridOut.

git-svn-id: https://svn.dealii.org/trunk@17344 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoPatch by Christian Cornelssen: If on .so systems, use the form libxx.so.6.2.1 fo...
bangerth [Sun, 26 Oct 2008 23:49:08 +0000 (23:49 +0000)]
Patch by Christian Cornelssen: If on .so systems, use the form libxx.so.6.2.1 fo shared libraries. Otherwise use libxx.6.2.1.so.

git-svn-id: https://svn.dealii.org/trunk@17343 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoPatch by Christian Cornelssen: Fix an obvious misspelling.
bangerth [Sun, 26 Oct 2008 23:47:55 +0000 (23:47 +0000)]
Patch by Christian Cornelssen: Fix an obvious misspelling.

git-svn-id: https://svn.dealii.org/trunk@17342 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoReindent.
bangerth [Sat, 25 Oct 2008 03:58:35 +0000 (03:58 +0000)]
Reindent.

git-svn-id: https://svn.dealii.org/trunk@17339 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix one bug (weighting the Schur complement) and add to the documentation.
bangerth [Sat, 25 Oct 2008 03:57:29 +0000 (03:57 +0000)]
Fix one bug (weighting the Schur complement) and add to the documentation.

git-svn-id: https://svn.dealii.org/trunk@17338 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoSome small updates.
kronbichler [Fri, 24 Oct 2008 16:21:47 +0000 (16:21 +0000)]
Some small updates.

git-svn-id: https://svn.dealii.org/trunk@17337 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUpdated some comments, removed some unnecessary code.
kronbichler [Fri, 24 Oct 2008 14:21:13 +0000 (14:21 +0000)]
Updated some comments, removed some unnecessary code.

git-svn-id: https://svn.dealii.org/trunk@17335 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoCorrected one error.
kronbichler [Fri, 24 Oct 2008 11:15:37 +0000 (11:15 +0000)]
Corrected one error.

git-svn-id: https://svn.dealii.org/trunk@17333 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoWrote a TrilinosTools class that makes the use of Trilinos a bit easier.
kronbichler [Fri, 24 Oct 2008 10:36:50 +0000 (10:36 +0000)]
Wrote a TrilinosTools class that makes the use of Trilinos a bit easier.

git-svn-id: https://svn.dealii.org/trunk@17332 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoRemoved some nonsens.
kronbichler [Fri, 24 Oct 2008 09:43:58 +0000 (09:43 +0000)]
Removed some nonsens.

git-svn-id: https://svn.dealii.org/trunk@17331 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoGenerate template instantiations for all currently available vectors.
bangerth [Thu, 23 Oct 2008 20:10:09 +0000 (20:10 +0000)]
Generate template instantiations for all currently available vectors.

git-svn-id: https://svn.dealii.org/trunk@17330 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoDon't forget to also multiply the preconditioner term with eta.
bangerth [Thu, 23 Oct 2008 18:37:54 +0000 (18:37 +0000)]
Don't forget to also multiply the preconditioner term with eta.

git-svn-id: https://svn.dealii.org/trunk@17326 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoNow step-31 is fully commented. However, one should look them through once again...
kronbichler [Thu, 23 Oct 2008 15:40:34 +0000 (15:40 +0000)]
Now step-31 is fully commented. However, one should look them through once again...

git-svn-id: https://svn.dealii.org/trunk@17324 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUnify constructors in Trilinos matrices.
kronbichler [Thu, 23 Oct 2008 13:30:04 +0000 (13:30 +0000)]
Unify constructors in Trilinos matrices.

git-svn-id: https://svn.dealii.org/trunk@17321 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd a function that allows to generate a sparse matrix only using m,n,n_nonzero_per_r...
bangerth [Thu, 23 Oct 2008 04:04:41 +0000 (04:04 +0000)]
Add a function that allows to generate a sparse matrix only using m,n,n_nonzero_per_row, creating a local matrix. This allows to compile a bunch of testcases, but they abort right now. Will have to investigate later.

git-svn-id: https://svn.dealii.org/trunk@17318 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix references to PETSc.
bangerth [Thu, 23 Oct 2008 03:41:35 +0000 (03:41 +0000)]
Fix references to PETSc.

git-svn-id: https://svn.dealii.org/trunk@17317 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix a few references to non-existent classes.
bangerth [Thu, 23 Oct 2008 03:39:13 +0000 (03:39 +0000)]
Fix a few references to non-existent classes.

git-svn-id: https://svn.dealii.org/trunk@17314 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoWe don't support Trilinos full matrix types.
bangerth [Thu, 23 Oct 2008 03:30:03 +0000 (03:30 +0000)]
We don't support Trilinos full matrix types.

git-svn-id: https://svn.dealii.org/trunk@17313 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoFix copyright dates.
bangerth [Thu, 23 Oct 2008 03:25:45 +0000 (03:25 +0000)]
Fix copyright dates.

git-svn-id: https://svn.dealii.org/trunk@17312 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAlways copy vector in equ.
bangerth [Thu, 23 Oct 2008 03:25:40 +0000 (03:25 +0000)]
Always copy vector in equ.

git-svn-id: https://svn.dealii.org/trunk@17311 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoUpdate several tests.
bangerth [Thu, 23 Oct 2008 03:10:32 +0000 (03:10 +0000)]
Update several tests.

git-svn-id: https://svn.dealii.org/trunk@17310 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoThe template functions that copied a deal.II vector to a Trilinos vector were there...
bangerth [Thu, 23 Oct 2008 03:06:09 +0000 (03:06 +0000)]
The template functions that copied a deal.II vector to a Trilinos vector were there but not instantiated. Rewrite this to move the function into the base class and instantiate the template.

git-svn-id: https://svn.dealii.org/trunk@17309 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdd a bunch of tests for Trilinos. Many of them fail right now, we'll work on that...
bangerth [Thu, 23 Oct 2008 02:08:33 +0000 (02:08 +0000)]
Add a bunch of tests for Trilinos. Many of them fail right now, we'll work on that over time.

git-svn-id: https://svn.dealii.org/trunk@17308 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoDrop the 'petsc_' prefix from all filenames to make it simpler to adapt the tests...
bangerth [Thu, 23 Oct 2008 01:52:20 +0000 (01:52 +0000)]
Drop the 'petsc_' prefix from all filenames to make it simpler to adapt the tests to Trilinos.

git-svn-id: https://svn.dealii.org/trunk@17307 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoAdded a publication of mine.
kronbichler [Wed, 22 Oct 2008 13:45:12 +0000 (13:45 +0000)]
Added a publication of mine.

git-svn-id: https://svn.dealii.org/trunk@17306 0785d39b-7218-0410-832d-ea1e28bc413d

15 years agoOmit the constrained entries that will never be created anyway.
kronbichler [Wed, 22 Oct 2008 13:31:48 +0000 (13:31 +0000)]
Omit the constrained entries that will never be created anyway.

git-svn-id: https://svn.dealii.org/trunk@17305 0785d39b-7218-0410-832d-ea1e28bc413d


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.