]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
17 years agoRemove accidental JobID
bangerth [Tue, 6 Mar 2007 20:54:09 +0000 (20:54 +0000)]
Remove accidental JobID

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

17 years agoadd
bangerth [Tue, 6 Mar 2007 20:53:18 +0000 (20:53 +0000)]
add

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

17 years agoLeave a TODO for Guido.
bangerth [Tue, 6 Mar 2007 20:17:29 +0000 (20:17 +0000)]
Leave a TODO for Guido.

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

17 years agoFix mark-up again.
bangerth [Tue, 6 Mar 2007 20:04:19 +0000 (20:04 +0000)]
Fix mark-up again.

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

17 years agoRe-order some member functions and variables.
bangerth [Tue, 6 Mar 2007 20:03:09 +0000 (20:03 +0000)]
Re-order some member functions and variables.

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

17 years agoRemove some now outdated comments.
bangerth [Tue, 6 Mar 2007 20:02:53 +0000 (20:02 +0000)]
Remove some now outdated comments.

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

17 years agoFix some markups.
bangerth [Tue, 6 Mar 2007 20:02:34 +0000 (20:02 +0000)]
Fix some markups.

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

17 years agoFix html tag.
bangerth [Tue, 6 Mar 2007 19:58:37 +0000 (19:58 +0000)]
Fix html tag.

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

17 years agoLet 'doc' be an alias to 'online-doc', since one so often forgets what exactly the...
bangerth [Tue, 6 Mar 2007 19:50:57 +0000 (19:50 +0000)]
Let 'doc' be an alias to 'online-doc', since one so often forgets what exactly the target was.

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

17 years agoBug fix in GridIn::parse_tecplot_header: Replace reference to unsigned int array...
hartmann [Tue, 6 Mar 2007 09:45:39 +0000 (09:45 +0000)]
Bug fix in GridIn::parse_tecplot_header: Replace reference to unsigned int array[dim] by reference to vector<unsigned int> array as the previous implementation caused wrong data access.

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

17 years agoMove some documentation. Document the new partial specialization of TriaAccessor.
bangerth [Mon, 5 Mar 2007 23:09:54 +0000 (23:09 +0000)]
Move some documentation. Document the new partial specialization of TriaAccessor.

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

17 years agoSplit the TriaAccessor class into two, one that handles cells and one that handles...
bangerth [Mon, 5 Mar 2007 20:45:49 +0000 (20:45 +0000)]
Split the TriaAccessor class into two, one that handles cells and one that handles everything else. The point being that only the former needs levels.

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

17 years agoAdd some timers to produce numbers for the paper.
bangerth [Mon, 5 Mar 2007 17:27:34 +0000 (17:27 +0000)]
Add some timers to produce numbers for the paper.

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

17 years agoSimplify an assertion
bangerth [Mon, 5 Mar 2007 01:04:29 +0000 (01:04 +0000)]
Simplify an assertion

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

17 years agoMake a number of functions 'inline' that apparently have been forgotten
bangerth [Mon, 5 Mar 2007 01:03:36 +0000 (01:03 +0000)]
Make a number of functions 'inline' that apparently have been forgotten

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

17 years agoMove exceptions out of TriaAccessor. This has always been a source of complications...
bangerth [Fri, 2 Mar 2007 17:18:35 +0000 (17:18 +0000)]
Move exceptions out of TriaAccessor. This has always been a source of complications because then they became dependent on the space dimension. This is also a first step to making TriaAccessor different for cells and faces/edges, because only the former need level information.

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

17 years agoadd function for xomputing permutation vectors
kanschat [Tue, 27 Feb 2007 22:06:14 +0000 (22:06 +0000)]
add function for xomputing permutation vectors

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

17 years agopublicize function in private base class
kanschat [Tue, 27 Feb 2007 22:05:36 +0000 (22:05 +0000)]
publicize function in private base class

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

17 years agonew data for fixed block preconditioner
kanschat [Tue, 27 Feb 2007 20:04:41 +0000 (20:04 +0000)]
new data for fixed block preconditioner

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

17 years agosimplify functions and fix bug in PreconditionBlockSSOR
kanschat [Tue, 27 Feb 2007 20:04:13 +0000 (20:04 +0000)]
simplify functions and fix bug in PreconditionBlockSSOR

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

17 years agotest new block PSOR
kanschat [Tue, 27 Feb 2007 05:54:48 +0000 (05:54 +0000)]
test new block PSOR

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

17 years agonew permuted block SOR
kanschat [Tue, 27 Feb 2007 05:52:31 +0000 (05:52 +0000)]
new permuted block SOR

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

17 years agoPrefix std::
bangerth [Sun, 25 Feb 2007 14:46:35 +0000 (14:46 +0000)]
Prefix std::

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

17 years agoPrefix std::
bangerth [Sun, 25 Feb 2007 14:46:03 +0000 (14:46 +0000)]
Prefix std::

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

17 years agoAdd #include <functional> for std::bind2nd
bangerth [Sun, 25 Feb 2007 14:45:02 +0000 (14:45 +0000)]
Add #include <functional> for std::bind2nd

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

17 years agoAdd a comment.
bangerth [Sun, 25 Feb 2007 14:41:23 +0000 (14:41 +0000)]
Add a comment.

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

17 years agoFix PETSc instantiations.
bangerth [Sun, 25 Feb 2007 05:25:47 +0000 (05:25 +0000)]
Fix PETSc instantiations.

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

17 years agoImplement more corner cases of FESystem elements.
bangerth [Sun, 25 Feb 2007 05:16:22 +0000 (05:16 +0000)]
Implement more corner cases of FESystem elements.

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

17 years agoIgnore executable
bangerth [Sat, 24 Feb 2007 15:01:52 +0000 (15:01 +0000)]
Ignore executable

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

17 years agoIgnore *vtk
bangerth [Sat, 24 Feb 2007 15:01:39 +0000 (15:01 +0000)]
Ignore *vtk

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

17 years agoFix another corner case
bangerth [Sat, 24 Feb 2007 14:58:32 +0000 (14:58 +0000)]
Fix another corner case

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

17 years agoLeave a TODO
bangerth [Sat, 24 Feb 2007 14:57:05 +0000 (14:57 +0000)]
Leave a TODO

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

17 years agoAdd the possibility of a maximal number of cells upon mesh refinement.
bangerth [Sat, 24 Feb 2007 14:55:39 +0000 (14:55 +0000)]
Add the possibility of a maximal number of cells upon mesh refinement.

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

17 years agoAdd the possibility of a maximal number of cells upon mesh refinement.
bangerth [Sat, 24 Feb 2007 14:54:43 +0000 (14:54 +0000)]
Add the possibility of a maximal number of cells upon mesh refinement.

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

17 years agoadd missing std::
kanschat [Fri, 23 Feb 2007 16:14:00 +0000 (16:14 +0000)]
add missing std::

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

17 years agoadd debug functionality
kanschat [Thu, 22 Feb 2007 17:11:03 +0000 (17:11 +0000)]
add debug functionality

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

17 years agogenerate 64 bit file
kanschat [Wed, 21 Feb 2007 20:34:29 +0000 (20:34 +0000)]
generate 64 bit file

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

17 years agogenerate 64 bit file
kanschat [Wed, 21 Feb 2007 20:15:32 +0000 (20:15 +0000)]
generate 64 bit file
set ignore flags

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

17 years agoUpdate test grids for tecplot input to correspond to the new assumptions concerning...
leicht [Wed, 21 Feb 2007 16:42:05 +0000 (16:42 +0000)]
Update test grids for tecplot input to correspond to the new assumptions concerning coordinates, see patch 14492

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

17 years agoChange default coordinates for GridIn::read_tecplot to something more sensible, i...
leicht [Wed, 21 Feb 2007 16:40:46 +0000 (16:40 +0000)]
Change default coordinates for GridIn::read_tecplot to something more sensible, i.e. use x in 1d, x and y in 2d and x, y and z in 3d and ignore other variables.

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

17 years agoadd vector valued versions
kanschat [Sat, 17 Feb 2007 03:52:57 +0000 (03:52 +0000)]
add vector valued versions

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

17 years agouse single character space instead of " "
bangerth [Fri, 16 Feb 2007 23:19:27 +0000 (23:19 +0000)]
use single character space instead of " "

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

17 years agoFix another typo.
bangerth [Fri, 16 Feb 2007 23:17:18 +0000 (23:17 +0000)]
Fix another typo.

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

17 years agoMove a test that now works away from fail/
bangerth [Thu, 15 Feb 2007 21:33:16 +0000 (21:33 +0000)]
Move a test that now works away from fail/

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

17 years agorename testcase, since grid_generator_04 has already been added
bangerth [Thu, 15 Feb 2007 21:32:54 +0000 (21:32 +0000)]
rename testcase, since grid_generator_04 has already been added

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

17 years agoSet props.
bangerth [Thu, 15 Feb 2007 20:45:10 +0000 (20:45 +0000)]
Set props.

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

17 years agoadd
kanschat [Thu, 15 Feb 2007 20:43:25 +0000 (20:43 +0000)]
add

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

17 years agoOnly use the maximal coefficient for each |k|.
bangerth [Thu, 15 Feb 2007 20:17:06 +0000 (20:17 +0000)]
Only use the maximal coefficient for each |k|.

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

17 years agoMove test that now works.
bangerth [Thu, 15 Feb 2007 20:13:55 +0000 (20:13 +0000)]
Move test that now works.

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

17 years agoMove test that now works.
bangerth [Thu, 15 Feb 2007 20:13:21 +0000 (20:13 +0000)]
Move test that now works.

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

17 years agoFix previously wrong output.
bangerth [Thu, 15 Feb 2007 20:11:33 +0000 (20:11 +0000)]
Fix previously wrong output.

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

17 years agoTypo.
heltai [Thu, 15 Feb 2007 19:26:03 +0000 (19:26 +0000)]
Typo.

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

17 years agoSpelling error in documentation
heltai [Thu, 15 Feb 2007 19:18:59 +0000 (19:18 +0000)]
Spelling error in documentation

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

17 years agoWorkaround for gmsh output mesh.
heltai [Thu, 15 Feb 2007 19:16:08 +0000 (19:16 +0000)]
Workaround for gmsh output mesh.
New funcition:
GridGenerator::hyper_cube_with_cylindrical_hole.

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

17 years agoTest for GridGenerator::hyper_cube_with_cylindrical_hole
heltai [Thu, 15 Feb 2007 18:30:58 +0000 (18:30 +0000)]
Test for GridGenerator::hyper_cube_with_cylindrical_hole

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

17 years agoGeneralize GridIn::read_netcdf to multiple bmarker on zero plane.
hartmann [Thu, 15 Feb 2007 15:27:28 +0000 (15:27 +0000)]
Generalize GridIn::read_netcdf to multiple bmarker on zero plane.

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

17 years agoDon't forget to copy the list of RefinementListeners when copying a Triangulation.
leicht [Thu, 15 Feb 2007 06:01:25 +0000 (06:01 +0000)]
Don't forget to copy the list of RefinementListeners when copying a Triangulation.

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

17 years agoMove things a bit forward.
bangerth [Wed, 14 Feb 2007 19:34:42 +0000 (19:34 +0000)]
Move things a bit forward.

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

17 years agoProper order for names
bangerth [Wed, 14 Feb 2007 03:48:53 +0000 (03:48 +0000)]
Proper order for names

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

17 years agoadd another convenient reinit function
kanschat [Wed, 14 Feb 2007 00:31:09 +0000 (00:31 +0000)]
add another convenient reinit function

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

17 years agoMore text.
bangerth [Tue, 13 Feb 2007 23:50:40 +0000 (23:50 +0000)]
More text.

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

17 years agoLeave a TODO.
bangerth [Tue, 13 Feb 2007 18:33:49 +0000 (18:33 +0000)]
Leave a TODO.

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

17 years agoFix a case reported on the mailing list. extract_dofs for hp DoF handlers still to...
bangerth [Tue, 13 Feb 2007 18:33:23 +0000 (18:33 +0000)]
Fix a case reported on the mailing list. extract_dofs for hp DoF handlers still to be implemented.

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

17 years agoA first couple of paragraphs on the new smoothness indicator
bangerth [Tue, 13 Feb 2007 04:31:09 +0000 (04:31 +0000)]
A first couple of paragraphs on the new smoothness indicator

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

17 years agoUpdate authors' universities.
hartmann [Mon, 12 Feb 2007 17:02:45 +0000 (17:02 +0000)]
Update authors' universities.

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

17 years agoUpdate authors.
hartmann [Mon, 12 Feb 2007 16:57:38 +0000 (16:57 +0000)]
Update authors.

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

17 years agoAdd support for previously unorientable meshes to the news.
hartmann [Mon, 12 Feb 2007 10:39:55 +0000 (10:39 +0000)]
Add support for previously unorientable meshes to the news.

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

17 years agoupdate
bangerth [Sun, 11 Feb 2007 19:56:09 +0000 (19:56 +0000)]
update

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

17 years agoFix a comment typo.
bangerth [Sun, 11 Feb 2007 05:44:42 +0000 (05:44 +0000)]
Fix a comment typo.

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

17 years agoAdd a TODO, fix a reference.
bangerth [Sun, 11 Feb 2007 05:22:35 +0000 (05:22 +0000)]
Add a TODO, fix a reference.

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

17 years agoRemove the feature of logging all communications. This takes time and memory, and...
bangerth [Sat, 10 Feb 2007 06:09:15 +0000 (06:09 +0000)]
Remove the feature of logging all communications. This takes time and memory, and appears to be the cause of weird crashed on some occasion that may be related to race conditions in multithreaded programs.

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

17 years agoRemove the feature of logging all communications. This takes time and memory, and...
bangerth [Sat, 10 Feb 2007 05:40:13 +0000 (05:40 +0000)]
Remove the feature of logging all communications. This takes time and memory, and appears to be the cause of weird crashed on some occasion that may be related to race conditions in multithreaded programs.

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

17 years agoFix a bug where we were happily using iterators into a list even though this list...
bangerth [Sat, 10 Feb 2007 04:10:00 +0000 (04:10 +0000)]
Fix a bug where we were happily using iterators into a list even though this list is having its elements erased.

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

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


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.