]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
17 years agoadd subscriber information
kanschat [Fri, 9 Feb 2007 20:11:11 +0000 (20:11 +0000)]
add subscriber information

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

17 years agoFix a problem with a static variable
bangerth [Fri, 9 Feb 2007 17:31:38 +0000 (17:31 +0000)]
Fix a problem with a static variable

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

17 years agoDo not mark local variables static. They are EVIL.
bangerth [Fri, 9 Feb 2007 17:29:45 +0000 (17:29 +0000)]
Do not mark local variables static. They are EVIL.

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

17 years agoAdjust to new interface of QProjector.
leicht [Fri, 9 Feb 2007 09:10:32 +0000 (09:10 +0000)]
Adjust to new interface of QProjector.

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

17 years agoAdjust to new interface of QProjector.
leicht [Fri, 9 Feb 2007 09:09:13 +0000 (09:09 +0000)]
Adjust to new interface of QProjector.

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

17 years agoDue to more quadrature projections we have to increase the tolerance for passing...
leicht [Fri, 9 Feb 2007 09:07:42 +0000 (09:07 +0000)]
Due to more quadrature projections we have to increase the tolerance for passing the test.

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

17 years agoIt is now possible to read all gids provided in the regression tests, therefore the...
leicht [Fri, 9 Feb 2007 09:06:24 +0000 (09:06 +0000)]
It is now possible to read all gids provided in the regression tests, therefore the output has changed (no Exception).

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

17 years agoAnnounce the last changes merged from branch_general_meshes.
leicht [Fri, 9 Feb 2007 09:02:45 +0000 (09:02 +0000)]
Announce the last changes merged from branch_general_meshes.

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

17 years agoFix a bug resulting from previous merges.
leicht [Fri, 9 Feb 2007 07:52:46 +0000 (07:52 +0000)]
Fix a bug resulting from previous merges.

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

17 years agoUse new interfaces to GeometryInfo and QProjector where necessary. Furthermore, let...
leicht [Fri, 9 Feb 2007 07:13:14 +0000 (07:13 +0000)]
Use new interfaces to GeometryInfo and QProjector where necessary. Furthermore, let the FiniteElements tell, how dofs on faces and lines in 3D have to be permuted if the face has non-standard orientation, flip or rotation and/or the lines have non-standard orientation. Let DoFAccessor use this information if asked for the dofs on a cell. Currently this is only implemented for FE_Q and FESystem, for the other FEs there is a TODO. This is the last partial merge from branch_general_meshes.

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

17 years agoAdjust QProjector to create all eight (instead of two) face-quadrature rules originat...
leicht [Fri, 9 Feb 2007 07:05:32 +0000 (07:05 +0000)]
Adjust QProjector to create all eight (instead of two) face-quadrature rules originating from all combinations of face_orientation, face_flip and face_rotation. This is a partial merge from branch_general_meshes.

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

17 years agoModify creation and refinement of Triangulations to respect the new flags face_flip...
leicht [Fri, 9 Feb 2007 07:03:45 +0000 (07:03 +0000)]
Modify creation and refinement of Triangulations to respect the new flags face_flip, face_rotation and line_orientation. This is a partial merge from branch_general_meshes.

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

17 years agoAdjust GeometryInfo to use information from the new flags face_flip, face_rotation...
leicht [Fri, 9 Feb 2007 07:03:16 +0000 (07:03 +0000)]
Adjust GeometryInfo to use information from the new flags face_flip, face_rotation and line_orientation. Add some information about these flags (their meaning and purpose). This is a partial merge from branch_general_meshes.

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

17 years agoIntroduce new flags face_flip and face_rotation for cells in 3D and line_orientation...
leicht [Fri, 9 Feb 2007 06:59:30 +0000 (06:59 +0000)]
Introduce new flags face_flip and face_rotation for cells in 3D and line_orientation for quads in 3D. This is necessary in order to treat previously non-orientable meshes. This is a partial merge from branch_general_meshes.

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

17 years agoModify GridReordering: Instead of throwing an Assertion, return the original connecti...
leicht [Fri, 9 Feb 2007 06:52:36 +0000 (06:52 +0000)]
Modify GridReordering: Instead of throwing an Assertion, return the original connectivity if the grid could not be oriented. This is a partial merge from branch_general_meshes.

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

17 years agoUpdate doc.
leicht [Fri, 9 Feb 2007 06:49:15 +0000 (06:49 +0000)]
Update doc.

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

17 years agoNew function GridGenerator::moebius() creating a loop of cells which are rotated...
leicht [Fri, 9 Feb 2007 06:48:31 +0000 (06:48 +0000)]
New function GridGenerator::moebius() creating a loop of cells which are rotated against each other before one end of the string is attached to the other one. This is a partial merge from branch_general_meshes.

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

17 years agoAlso apply patch here.
bangerth [Fri, 9 Feb 2007 06:37:34 +0000 (06:37 +0000)]
Also apply patch here.

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

17 years agoAdd another test.
bangerth [Fri, 9 Feb 2007 06:03:12 +0000 (06:03 +0000)]
Add another test.

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

17 years agoAdd a comment.
bangerth [Fri, 9 Feb 2007 05:58:50 +0000 (05:58 +0000)]
Add a comment.

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

17 years agoRemove a comment since for this finite element, there is nothing we need to do as...
bangerth [Fri, 9 Feb 2007 05:55:03 +0000 (05:55 +0000)]
Remove a comment since for this finite element, there is nothing we need to do as far as adjusting quad dof indices are concerned.

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

17 years agoMinor adjustments.
bangerth [Fri, 9 Feb 2007 05:50:28 +0000 (05:50 +0000)]
Minor adjustments.

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

17 years agoupdate a few comments.
bangerth [Fri, 9 Feb 2007 05:44:15 +0000 (05:44 +0000)]
update a few comments.

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

17 years agocache the last field for which we didn't do this yet.
bangerth [Fri, 9 Feb 2007 05:35:51 +0000 (05:35 +0000)]
cache the last field for which we didn't do this yet.

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

17 years agofix up a TODO
bangerth [Fri, 9 Feb 2007 05:34:04 +0000 (05:34 +0000)]
fix up a TODO

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

17 years agoAlso write the corresponding tests for the Laplace matrix.
bangerth [Fri, 9 Feb 2007 03:20:17 +0000 (03:20 +0000)]
Also write the corresponding tests for the Laplace matrix.

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

17 years agoFinish the tests that check the mass matrix generator functions.
bangerth [Fri, 9 Feb 2007 03:16:15 +0000 (03:16 +0000)]
Finish the tests that check the mass matrix generator functions.

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

17 years agoAdd a currently half-finished test
bangerth [Fri, 9 Feb 2007 03:10:24 +0000 (03:10 +0000)]
Add a currently half-finished test

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

17 years agoAdd a test for SparseMatrixEZ::print_formatted().
bangerth [Fri, 9 Feb 2007 02:45:35 +0000 (02:45 +0000)]
Add a test for SparseMatrixEZ::print_formatted().

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

17 years agoFixed MatrixCreator::create_mass_matrix and create_laplace_matrix
allmaras [Thu, 8 Feb 2007 23:50:27 +0000 (23:50 +0000)]
Fixed MatrixCreator::create_mass_matrix and create_laplace_matrix

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

17 years agoAdded SparseMatrixEZ::print_formatted
allmaras [Thu, 8 Feb 2007 23:32:55 +0000 (23:32 +0000)]
Added SparseMatrixEZ::print_formatted

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

17 years agoImplement a version indicator for the intermediate format.
bangerth [Thu, 8 Feb 2007 21:39:10 +0000 (21:39 +0000)]
Implement a version indicator for the intermediate format.

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

17 years agoAdd a warning that intermediate format is volatile.
bangerth [Thu, 8 Feb 2007 20:44:52 +0000 (20:44 +0000)]
Add a warning that intermediate format is volatile.

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

17 years agoClarify a comment.
bangerth [Thu, 8 Feb 2007 20:20:05 +0000 (20:20 +0000)]
Clarify a comment.

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

17 years agoFix a hopelessly outdated comment.
bangerth [Thu, 8 Feb 2007 16:30:36 +0000 (16:30 +0000)]
Fix a hopelessly outdated comment.

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

17 years agoimplement vector data for residuals
kanschat [Wed, 7 Feb 2007 20:49:06 +0000 (20:49 +0000)]
implement vector data for residuals
remove superfluous arguments to local residuals

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

17 years agoRemove the mess introduced by the effort to be backward compatible in the deal.II...
leicht [Tue, 6 Feb 2007 12:46:34 +0000 (12:46 +0000)]
Remove the mess introduced by the effort to be backward compatible in the deal.II intermediate format. Wolfgang will commit a comment in the doc stating that no compatibility can be assumed.

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

17 years agoupdate
bangerth [Mon, 5 Feb 2007 23:30:42 +0000 (23:30 +0000)]
update

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

17 years agoupdate
bangerth [Mon, 5 Feb 2007 23:30:22 +0000 (23:30 +0000)]
update

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

17 years agoupdate
bangerth [Mon, 5 Feb 2007 23:29:17 +0000 (23:29 +0000)]
update

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

17 years agoupdate
bangerth [Mon, 5 Feb 2007 23:28:27 +0000 (23:28 +0000)]
update

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

17 years agoupdate
bangerth [Mon, 5 Feb 2007 23:28:00 +0000 (23:28 +0000)]
update

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

17 years agoupdate output files
bangerth [Mon, 5 Feb 2007 23:26:47 +0000 (23:26 +0000)]
update output files

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

17 years agoRemove file that isn't needed.
bangerth [Mon, 5 Feb 2007 23:24:23 +0000 (23:24 +0000)]
Remove file that isn't needed.

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

17 years agoFix output.
bangerth [Mon, 5 Feb 2007 23:24:07 +0000 (23:24 +0000)]
Fix output.

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

17 years agoSome time ago, the check for finite numbers has been included in the deal.II
kayser-herold [Mon, 5 Feb 2007 00:08:20 +0000 (00:08 +0000)]
Some time ago, the check for finite numbers has been included in the deal.II
libarary. In the method MatrixBase::set this check was still using the
std-lib methods instead of the method provided by deal.II. This caused
problems on a slightly outdated Mac OS-X system.

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

17 years agoIn the previous version it was impossible to use the "Assert"
kayser-herold [Sun, 4 Feb 2007 23:54:37 +0000 (23:54 +0000)]
In the previous version it was impossible to use the "Assert"
macros, if the dealii namespace was not globally included. This
is now fixed.

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

17 years agoAdd proper forward declarations of partial specializations before they are used
bangerth [Fri, 2 Feb 2007 17:16:29 +0000 (17:16 +0000)]
Add proper forward declarations of partial specializations before they are used

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

17 years agoAdd proper forward declarations of partial specializations before they are used
bangerth [Fri, 2 Feb 2007 17:15:45 +0000 (17:15 +0000)]
Add proper forward declarations of partial specializations before they are used

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

17 years agoUpdate the documentation a bit.
bangerth [Fri, 2 Feb 2007 03:28:18 +0000 (03:28 +0000)]
Update the documentation a bit.

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

17 years agoFix a few typos.
bangerth [Fri, 2 Feb 2007 02:59:47 +0000 (02:59 +0000)]
Fix a few typos.

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

17 years agoupdate number of tests
bangerth [Thu, 1 Feb 2007 21:46:08 +0000 (21:46 +0000)]
update number of tests

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

17 years agoAdd a TODO
bangerth [Thu, 1 Feb 2007 21:23:38 +0000 (21:23 +0000)]
Add a TODO

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

17 years agoFixed inversion of FullMatrix objects.
prill [Wed, 31 Jan 2007 13:07:34 +0000 (13:07 +0000)]
Fixed inversion of FullMatrix objects.

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

17 years agoMove Tobias' entry (patch 14392) from General to deal.II where this entry seems to...
hartmann [Wed, 31 Jan 2007 10:39:46 +0000 (10:39 +0000)]
Move Tobias' entry (patch 14392) from General to deal.II where this entry seems to fit in better.

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

17 years agoMake it compile in debug.
hartmann [Tue, 30 Jan 2007 09:05:07 +0000 (09:05 +0000)]
Make it compile in debug.

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

17 years agoMake DataOutReader::read() backwards compatible with old version of the deal.II inter...
leicht [Tue, 30 Jan 2007 07:49:55 +0000 (07:49 +0000)]
Make DataOutReader::read() backwards compatible with old version of the deal.II intermediate format.

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

17 years agoupdate some test refs due to patch 14392: a) different roundoff error, b) extended...
leicht [Tue, 30 Jan 2007 07:01:04 +0000 (07:01 +0000)]
update some test refs due to patch 14392: a) different roundoff error, b) extended deal.II intermediate format, c) bug fix for FE_RaviartThomas and FE_ABF elements (mapped function values)

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

17 years agoExtend DataOutBase and DataOut to store mapped (quadrature) points in each patch...
leicht [Tue, 30 Jan 2007 06:57:25 +0000 (06:57 +0000)]
Extend DataOutBase and DataOut to store mapped (quadrature) points in each patch at the boundary. Use a mapping to obtain function values and thus fix a bug for FE_RaviartThomas and FE_ABF elements, which need such a mapping for the function values.

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

17 years agodelete test ref for x86_64-unknown-linux-gnu+gcc4.1, as it is identical to the one...
leicht [Mon, 29 Jan 2007 15:49:41 +0000 (15:49 +0000)]
delete test ref for x86_64-unknown-linux-gnu+gcc4.1, as it is identical to the one for ...gcc3.3

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

17 years agoprovide a simpler constructor for ComressedBlockSparsityPattern
kanschat [Sun, 28 Jan 2007 06:38:12 +0000 (06:38 +0000)]
provide a simpler constructor for ComressedBlockSparsityPattern

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

17 years agoPut parentheses around the stronger binding operator.
bangerth [Sat, 27 Jan 2007 22:03:53 +0000 (22:03 +0000)]
Put parentheses around the stronger binding operator.

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

17 years agoimplement count dofs per block for multigrid
kanschat [Sat, 27 Jan 2007 03:45:06 +0000 (03:45 +0000)]
implement count dofs per block for multigrid

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

17 years agoUse -Wno-return-type if the flag -Wreturn-type (otherwise included in -Wall) would...
bangerth [Fri, 26 Jan 2007 20:22:51 +0000 (20:22 +0000)]
Use -Wno-return-type if the flag -Wreturn-type (otherwise included in -Wall) would lead to strange warning messages.

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

17 years agoNew output files.
bangerth [Fri, 26 Jan 2007 20:14:09 +0000 (20:14 +0000)]
New output files.

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

17 years agoupdate
bangerth [Fri, 26 Jan 2007 20:11:54 +0000 (20:11 +0000)]
update

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

17 years agoChanged the Makefile for Petsc libraries.
heltai [Fri, 26 Jan 2007 15:36:03 +0000 (15:36 +0000)]
Changed the Makefile for Petsc libraries.

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

17 years agoNew test: test dof reordering if the face is rotated against the standard orientation...
leicht [Fri, 26 Jan 2007 09:09:55 +0000 (09:09 +0000)]
New test: test dof reordering if the face is rotated against the standard orientation. Test this via projection of a function to a mesh using FE_Q<3>(3) elements. Currently only works on branch_general_meshes. Should be moved to tests/bits eventually.

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

17 years agoNew test for GridGenerator::moebius(). Currently only works on branch_general_meshes...
leicht [Fri, 26 Jan 2007 08:50:49 +0000 (08:50 +0000)]
New test for GridGenerator::moebius(). Currently only works on branch_general_meshes. Should be moved to tests/bits eventually.

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

17 years agoNew test: quadrature points reordering if the face is rotated against the standard...
leicht [Fri, 26 Jan 2007 08:48:02 +0000 (08:48 +0000)]
New test: quadrature points reordering if the face is rotated against the standard orientation. Currently only works on branch_general_meshes. Should be moved to tests/bits eventually.

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

17 years agoAdd a few test outputs.
bangerth [Fri, 26 Jan 2007 04:41:27 +0000 (04:41 +0000)]
Add a few test outputs.

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

17 years agoFix arguments of main().
bangerth [Fri, 26 Jan 2007 04:21:46 +0000 (04:21 +0000)]
Fix arguments of main().

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

17 years agoUse parentheses to avoid a warning in recent gcc4.3's
bangerth [Fri, 26 Jan 2007 04:20:19 +0000 (04:20 +0000)]
Use parentheses to avoid a warning in recent gcc4.3's

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

17 years agoFix the order of branches in a test for sunCC.
bangerth [Fri, 26 Jan 2007 04:10:34 +0000 (04:10 +0000)]
Fix the order of branches in a test for sunCC.

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

17 years agoRemove -Wconversion from the list of flags for gcc. With recent mainline versions...
bangerth [Thu, 25 Jan 2007 21:34:32 +0000 (21:34 +0000)]
Remove -Wconversion from the list of flags for gcc. With recent mainline versions, gcc also warns about things like
void f(int);
void g() {
  unsigned int i = 0;
  f(i);
}
because of the conversion from unsigned int to int. We have literally thousands of these places (and libstdc++ has many too) that are most likely ok.

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

17 years agoUse braces to avoid a new warning in gcc 4.3.
bangerth [Thu, 25 Jan 2007 21:28:51 +0000 (21:28 +0000)]
Use braces to avoid a new warning in gcc 4.3.

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

17 years agoUse braces to avoid a new warning in gcc 4.3.
bangerth [Thu, 25 Jan 2007 20:58:44 +0000 (20:58 +0000)]
Use braces to avoid a new warning in gcc 4.3.

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

17 years agoUse braces to avoid a new warning in gcc 4.3. Also use Assert instead of AssertThrow...
bangerth [Thu, 25 Jan 2007 20:57:20 +0000 (20:57 +0000)]
Use braces to avoid a new warning in gcc 4.3. Also use Assert instead of AssertThrow in two places.

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

17 years agoUse braces to avoid a new warning in gcc 4.3
bangerth [Thu, 25 Jan 2007 20:51:36 +0000 (20:51 +0000)]
Use braces to avoid a new warning in gcc 4.3

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

17 years agoDetect gcc 4.3.
bangerth [Thu, 25 Jan 2007 20:45:47 +0000 (20:45 +0000)]
Detect gcc 4.3.

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

17 years agolinks to new regression script
kanschat [Wed, 24 Jan 2007 20:46:13 +0000 (20:46 +0000)]
links to new regression script

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

17 years agoremove coarsen flag only for active cells, otherwise an Assertion would be thrown
leicht [Wed, 24 Jan 2007 08:18:44 +0000 (08:18 +0000)]
remove coarsen flag only for active cells, otherwise an Assertion would be thrown

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

17 years agocompute_row_lengths removed
kanschat [Mon, 22 Jan 2007 20:14:11 +0000 (20:14 +0000)]
compute_row_lengths removed

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

17 years agoDetect whether -library=... works.
bangerth [Mon, 22 Jan 2007 05:54:12 +0000 (05:54 +0000)]
Detect whether -library=... works.

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

17 years agoQualify (necessary or not) a call to std::transform
bangerth [Mon, 22 Jan 2007 05:19:00 +0000 (05:19 +0000)]
Qualify (necessary or not) a call to std::transform

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

17 years agoAdd an apparently needed include file.
bangerth [Mon, 22 Jan 2007 05:17:56 +0000 (05:17 +0000)]
Add an apparently needed include file.

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

17 years agoRemove unnecessary qualification that would also require a presently missing 'typename'
bangerth [Mon, 22 Jan 2007 02:23:14 +0000 (02:23 +0000)]
Remove unnecessary qualification that would also require a presently missing 'typename'

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

17 years agoFix a mistaken declaration.
bangerth [Mon, 22 Jan 2007 01:47:51 +0000 (01:47 +0000)]
Fix a mistaken declaration.

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

17 years agoset props correctly.
bangerth [Fri, 19 Jan 2007 23:27:01 +0000 (23:27 +0000)]
set props correctly.

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

17 years agoAdd a few output files.
bangerth [Fri, 19 Jan 2007 23:25:57 +0000 (23:25 +0000)]
Add a few output files.

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

17 years agoMove a test that now works.
bangerth [Fri, 19 Jan 2007 20:38:07 +0000 (20:38 +0000)]
Move a test that now works.

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

17 years agoAdd TODOs about the adjust_face_orientation field.
bangerth [Fri, 19 Jan 2007 20:36:11 +0000 (20:36 +0000)]
Add TODOs about the adjust_face_orientation field.

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

17 years agoFix a comment.
bangerth [Fri, 19 Jan 2007 20:29:14 +0000 (20:29 +0000)]
Fix a comment.

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

17 years agoAdd a comment
bangerth [Fri, 19 Jan 2007 20:28:50 +0000 (20:28 +0000)]
Add a comment

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

17 years agoFix a bug: the array size was already nonzero (the base class constructor sets it...
bangerth [Fri, 19 Jan 2007 20:26:13 +0000 (20:26 +0000)]
Fix a bug: the array size was already nonzero (the base class constructor sets it correctly, so we only have to copy data, not insert it.

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

17 years agoSet the array size to nonzero only in 3d, since we don't ever need this field otherwise.
bangerth [Fri, 19 Jan 2007 20:25:34 +0000 (20:25 +0000)]
Set the array size to nonzero only in 3d, since we don't ever need this field otherwise.

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

17 years agoMinor differences.
bangerth [Fri, 19 Jan 2007 18:30:15 +0000 (18:30 +0000)]
Minor differences.

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

17 years agoSmall variations lead to bigger differences.
bangerth [Fri, 19 Jan 2007 18:27:45 +0000 (18:27 +0000)]
Small variations lead to bigger differences.

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

17 years agorand() works differently on this platform
bangerth [Fri, 19 Jan 2007 18:27:13 +0000 (18:27 +0000)]
rand() works differently on this platform

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

17 years agoBinary data necessarily looks different.
bangerth [Thu, 18 Jan 2007 21:29:03 +0000 (21:29 +0000)]
Binary data necessarily looks different.

git-svn-id: https://svn.dealii.org/trunk@14344 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.