]>
https://gitweb.dealii.org/ - dealii-svn.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
bangerth [Thu, 18 Jan 2007 21:27:03 +0000 (21:27 +0000)]
Different results due to different random number generator.
git-svn-id: https://svn.dealii.org/trunk@14343
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 18 Jan 2007 21:23:34 +0000 (21:23 +0000)]
This processor has a different way of wrapping the largest and smallest long doubles onto doubles.
git-svn-id: https://svn.dealii.org/trunk@14342
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 18 Jan 2007 20:18:36 +0000 (20:18 +0000)]
The random number generator on this system works differently.
git-svn-id: https://svn.dealii.org/trunk@14341
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 18 Jan 2007 20:17:00 +0000 (20:17 +0000)]
The random number generator on this system works differently.
git-svn-id: https://svn.dealii.org/trunk@14340
0785d39b -7218-0410-832d-
ea1e28bc413d
leicht [Thu, 18 Jan 2007 10:43:46 +0000 (10:43 +0000)]
Reimplement the changes from patch 14330: Do not permute the shape functions on faces in 3D, but reorder the corresponding dofs in cell->get_dof_indices().
git-svn-id: https://svn.dealii.org/trunk@14339
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 17 Jan 2007 23:08:52 +0000 (23:08 +0000)]
New output files
git-svn-id: https://svn.dealii.org/trunk@14338
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 17 Jan 2007 23:08:00 +0000 (23:08 +0000)]
New output files
git-svn-id: https://svn.dealii.org/trunk@14337
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 17 Jan 2007 22:56:28 +0000 (22:56 +0000)]
update some results for mac os x
git-svn-id: https://svn.dealii.org/trunk@14336
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Wed, 17 Jan 2007 20:58:24 +0000 (20:58 +0000)]
ignore TAGS
git-svn-id: https://svn.dealii.org/trunk@14335
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.