]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
18 years agoSmall doc update.
Wolfgang Bangerth [Tue, 2 May 2006 01:19:18 +0000 (01:19 +0000)]
Small doc update.

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

18 years agoMove the stuff that is common to all space dimensions to their own file. This
Wolfgang Bangerth [Tue, 2 May 2006 01:18:13 +0000 (01:18 +0000)]
Move the stuff that is common to all space dimensions to their own file. This
worked by accident before.

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

18 years agoFor the moment, a last wave of restructuring and consolidation of code.
Wolfgang Bangerth [Mon, 1 May 2006 22:30:11 +0000 (22:30 +0000)]
For the moment, a last wave of restructuring and consolidation of code.

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

18 years agoMerge a bunch of code.
Wolfgang Bangerth [Mon, 1 May 2006 22:00:23 +0000 (22:00 +0000)]
Merge a bunch of code.

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

18 years agoMore moving around to allow sharing code between non-hp and hp accessors. Also move...
Wolfgang Bangerth [Mon, 1 May 2006 21:29:08 +0000 (21:29 +0000)]
More moving around to allow sharing code between non-hp and hp accessors. Also move control over the format for data storage to the classes that actually handle it

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

18 years agoRe-organize the inheritance structure of DoF accessor classes and unify some of the...
Wolfgang Bangerth [Mon, 1 May 2006 20:23:17 +0000 (20:23 +0000)]
Re-organize the inheritance structure of DoF accessor classes and unify some of the code found in these classes.

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

18 years agoAdd a couple of TODOs.
Wolfgang Bangerth [Mon, 1 May 2006 17:51:09 +0000 (17:51 +0000)]
Add a couple of TODOs.

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

18 years agoShuffle a few things around a bit more. Pretty much finish what needed to be done...
Wolfgang Bangerth [Mon, 1 May 2006 17:47:18 +0000 (17:47 +0000)]
Shuffle a few things around a bit more. Pretty much finish what needed to be done for hp.

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

18 years agoAdd a dummy operator[] to make generic programming for non-hp/hp
Wolfgang Bangerth [Mon, 1 May 2006 16:18:50 +0000 (16:18 +0000)]
Add a dummy operator[] to make generic programming for non-hp/hp
accessors simpler.

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

18 years agoA few more functions to access hp dofs
Wolfgang Bangerth [Fri, 28 Apr 2006 20:20:49 +0000 (20:20 +0000)]
A few more functions to access hp dofs

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

18 years agoAdd previously forgotten definitions of static variables.
Wolfgang Bangerth [Fri, 28 Apr 2006 19:47:51 +0000 (19:47 +0000)]
Add previously forgotten definitions of static variables.

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

18 years agoFix a stupid problem that prevented compilation and that was introduced in my last...
Wolfgang Bangerth [Fri, 28 Apr 2006 19:08:54 +0000 (19:08 +0000)]
Fix a stupid problem that prevented compilation and that was introduced in my last checkin. Make code a lot simpler actually.

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

18 years agofixed problem with 2nd derivatives on faces
Guido Kanschat [Fri, 28 Apr 2006 18:56:16 +0000 (18:56 +0000)]
fixed problem with 2nd derivatives on faces

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

18 years agoMove a few functions around to avoid the apparently troublesome anonymous namespace...
Wolfgang Bangerth [Fri, 28 Apr 2006 14:23:44 +0000 (14:23 +0000)]
Move a few functions around to avoid the apparently troublesome anonymous namespace in a header file.

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

18 years agoGuard a bunch of functions with deal_II_dimension==??? to make static linking possible.
Wolfgang Bangerth [Fri, 28 Apr 2006 14:01:07 +0000 (14:01 +0000)]
Guard a bunch of functions with deal_II_dimension==??? to make static linking possible.

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

18 years agoupdate to what is in .emacs of wolfgang.
Ralf Hartmann [Fri, 28 Apr 2006 06:30:34 +0000 (06:30 +0000)]
update to what is in .emacs of wolfgang.

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

18 years agoStart implementing accessing hp dofs.
Wolfgang Bangerth [Thu, 27 Apr 2006 21:11:17 +0000 (21:11 +0000)]
Start implementing accessing hp dofs.

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

18 years agoFix one typo.
Wolfgang Bangerth [Thu, 27 Apr 2006 20:59:06 +0000 (20:59 +0000)]
Fix one typo.

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

18 years agoAdded the "initialise_restriction" method, which currently is a copy
oliver [Thu, 27 Apr 2006 16:23:39 +0000 (16:23 +0000)]
Added the "initialise_restriction" method, which currently is a copy
of the same method from "FE_RT".

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

18 years agoImplemented the ABF functionality for the other "interpolate" method and
oliver [Thu, 27 Apr 2006 16:22:54 +0000 (16:22 +0000)]
Implemented the ABF functionality for the other "interpolate" method and
copied the "initialise_restriction" method from the FE_RT class.

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

18 years agoAdd fe_index to functions that need to distinguish between different finite elements...
Wolfgang Bangerth [Thu, 27 Apr 2006 16:03:55 +0000 (16:03 +0000)]
Add fe_index to functions that need to distinguish between different finite elements in the hp case.

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

18 years agoAdd hp::DoFHandler::default_fe_index
Wolfgang Bangerth [Thu, 27 Apr 2006 15:02:46 +0000 (15:02 +0000)]
Add hp::DoFHandler::default_fe_index

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

18 years agoAdd DoFHandler::default_fe_index
Wolfgang Bangerth [Thu, 27 Apr 2006 15:00:28 +0000 (15:00 +0000)]
Add DoFHandler::default_fe_index

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

18 years agoThe numbering generated by DoFTools::map_dofs_to_boundary_index has changed
Wolfgang Bangerth [Thu, 27 Apr 2006 05:52:02 +0000 (05:52 +0000)]
The numbering generated by DoFTools::map_dofs_to_boundary_index has changed

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

18 years ago <li> <p>
Wolfgang Bangerth [Thu, 27 Apr 2006 05:03:53 +0000 (05:03 +0000)]
  <li> <p>
       Changed: In order to facilitate the implementation of hp finite
       elements, the ordering of boundary DoFs returned by <code
       class="member">DoFTools::map_dof_to_boundary_indices</code> has been
       changed. Fortunately, this is a rarely used function so that the effect
       should be limited to only a few programs.
       <br>
       (WB 2006/04/26)
       </p>

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

18 years agoSplit off a few functions that will have to be implemented differently for hp and...
Wolfgang Bangerth [Thu, 27 Apr 2006 05:01:34 +0000 (05:01 +0000)]
Split off a few functions that will have to be implemented differently for hp and non-hp

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

18 years agoThe change to DoFTools::map_dof_to_boundary_indices reorders the mapping of dofs
Wolfgang Bangerth [Thu, 27 Apr 2006 04:06:42 +0000 (04:06 +0000)]
The change to DoFTools::map_dof_to_boundary_indices reorders the mapping of dofs

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

18 years agoFix omitted this->
Wolfgang Bangerth [Thu, 27 Apr 2006 02:14:16 +0000 (02:14 +0000)]
Fix omitted this->

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

18 years agoRewrite a few algorithms to only use get_fe() on cells, not faces, where it
Wolfgang Bangerth [Thu, 27 Apr 2006 02:01:34 +0000 (02:01 +0000)]
Rewrite a few algorithms to only use get_fe() on cells, not faces, where it
doesn't make much sense.

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

18 years agoReindent the whole file.
Wolfgang Bangerth [Wed, 26 Apr 2006 22:14:53 +0000 (22:14 +0000)]
Reindent the whole file.

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

18 years agoSplit out functions that are different between DoFHandler and hp::DoFHandler. The...
Wolfgang Bangerth [Wed, 26 Apr 2006 22:13:59 +0000 (22:13 +0000)]
Split out functions that are different between DoFHandler and hp::DoFHandler. The differences are still to be implemented, however.

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

18 years agoMove distribute_local_to_global from arbitrary accessors to cell accessors.
Wolfgang Bangerth [Wed, 26 Apr 2006 20:56:57 +0000 (20:56 +0000)]
Move distribute_local_to_global from arbitrary accessors to cell accessors.

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

18 years agoRemove an invalid assertion: we may have the case that the last few
Wolfgang Bangerth [Wed, 26 Apr 2006 17:12:31 +0000 (17:12 +0000)]
Remove an invalid assertion: we may have the case that the last few
vertices are all unused. See hp/hp_dof_handler for a case in point.

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

18 years agoOne more reindent.
Wolfgang Bangerth [Wed, 26 Apr 2006 16:08:43 +0000 (16:08 +0000)]
One more reindent.

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

18 years agoRe-indent.
Wolfgang Bangerth [Wed, 26 Apr 2006 15:52:52 +0000 (15:52 +0000)]
Re-indent.

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

18 years agoHandle allocating space for vertices in 2d.
Wolfgang Bangerth [Wed, 26 Apr 2006 15:47:04 +0000 (15:47 +0000)]
Handle allocating space for vertices in 2d.

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

18 years agoClean up a few things in the hp parts. For example, some functions
Wolfgang Bangerth [Wed, 26 Apr 2006 15:45:53 +0000 (15:45 +0000)]
Clean up a few things in the hp parts. For example, some functions
only make sense for dim==structdim.

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

18 years agoAdd necessary offsets field.
Wolfgang Bangerth [Wed, 26 Apr 2006 15:08:26 +0000 (15:08 +0000)]
Add necessary offsets field.

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

18 years agoMove us a step further towards hp for continuous elements.
Wolfgang Bangerth [Wed, 26 Apr 2006 04:49:49 +0000 (04:49 +0000)]
Move us a step further towards hp for continuous elements.

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

18 years agoTriangulation::clear_user_flags_XXX
Wolfgang Bangerth [Wed, 26 Apr 2006 04:19:34 +0000 (04:19 +0000)]
Triangulation::clear_user_flags_XXX

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

18 years agoReindent some code.
Wolfgang Bangerth [Wed, 26 Apr 2006 03:56:24 +0000 (03:56 +0000)]
Reindent some code.

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

18 years agoAdd new test that presently fails
Wolfgang Bangerth [Wed, 26 Apr 2006 03:53:40 +0000 (03:53 +0000)]
Add new test that presently fails

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

18 years agoAdd an instantiation to make all the tests run again.
Wolfgang Bangerth [Wed, 26 Apr 2006 03:33:13 +0000 (03:33 +0000)]
Add an instantiation to make all the tests run again.

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

18 years agoSparseDirectUmfpack now also works for sparse matrices with floats, as well as for...
Wolfgang Bangerth [Tue, 25 Apr 2006 23:12:39 +0000 (23:12 +0000)]
SparseDirectUmfpack now also works for sparse matrices with floats, as well as for block sparse matrices.

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

18 years agoBlockSparsityPattern::row_length.
Wolfgang Bangerth [Tue, 25 Apr 2006 21:31:24 +0000 (21:31 +0000)]
BlockSparsityPattern::row_length.

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

18 years agoAdded the header file for the implementation of the ABF elements.
oliver [Tue, 25 Apr 2006 19:06:57 +0000 (19:06 +0000)]
Added the header file for the implementation of the ABF elements.

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

18 years agoAdded a first implementation of the ABF elements, which are a
oliver [Tue, 25 Apr 2006 19:05:53 +0000 (19:05 +0000)]
Added a first implementation of the ABF elements, which are a
subspace of H_div.

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

18 years agoAdded the header file for the polynomial space, which builds the
oliver [Tue, 25 Apr 2006 19:04:04 +0000 (19:04 +0000)]
Added the header file for the polynomial space, which builds the
basis of the ABF elements.

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

18 years agoAdded an implementation of the polynomials for the Arnold Boffi Falk
oliver [Tue, 25 Apr 2006 19:03:12 +0000 (19:03 +0000)]
Added an implementation of the polynomials for the Arnold Boffi Falk
spaces.

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

18 years agox
Wolfgang Bangerth [Tue, 25 Apr 2006 15:18:21 +0000 (15:18 +0000)]
x

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

18 years agoNew tests that presently fail
Wolfgang Bangerth [Tue, 25 Apr 2006 15:17:14 +0000 (15:17 +0000)]
New tests that presently fail

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

18 years agoFix output file name.
Wolfgang Bangerth [Tue, 25 Apr 2006 15:15:19 +0000 (15:15 +0000)]
Fix output file name.

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

18 years agoAnother test that presently fails...
Wolfgang Bangerth [Tue, 25 Apr 2006 15:14:41 +0000 (15:14 +0000)]
Another test that presently fails...

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

18 years agoCatch the exception that is presently thrown to reduce the amount of
Wolfgang Bangerth [Tue, 25 Apr 2006 15:08:07 +0000 (15:08 +0000)]
Catch the exception that is presently thrown to reduce the amount of
output. The result is still not correct, though.

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

18 years agoAdd a test that presently fails.
Wolfgang Bangerth [Tue, 25 Apr 2006 15:03:47 +0000 (15:03 +0000)]
Add a test that presently fails.

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

18 years agoWe now do have identity matrices.
Wolfgang Bangerth [Mon, 24 Apr 2006 23:13:44 +0000 (23:13 +0000)]
We now do have identity matrices.

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

18 years agoImprove documentation.
Wolfgang Bangerth [Mon, 24 Apr 2006 23:11:23 +0000 (23:11 +0000)]
Improve documentation.

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

18 years agoCopy operations from identity matrix
Wolfgang Bangerth [Mon, 24 Apr 2006 23:06:59 +0000 (23:06 +0000)]
Copy operations from identity matrix

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

18 years agoNew tests
Wolfgang Bangerth [Mon, 24 Apr 2006 23:06:30 +0000 (23:06 +0000)]
New tests

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

18 years agoadd test for float as well
Wolfgang Bangerth [Mon, 24 Apr 2006 20:27:13 +0000 (20:27 +0000)]
add test for float as well

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

18 years agoAdd identity matrix class.
Wolfgang Bangerth [Mon, 24 Apr 2006 20:24:27 +0000 (20:24 +0000)]
Add identity matrix class.

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

18 years agoAdd documentation.
Wolfgang Bangerth [Mon, 24 Apr 2006 20:18:33 +0000 (20:18 +0000)]
Add documentation.

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

18 years agoIndent properly.
Wolfgang Bangerth [Mon, 24 Apr 2006 20:03:51 +0000 (20:03 +0000)]
Indent properly.

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

18 years agoAdd missing files
Wolfgang Bangerth [Wed, 19 Apr 2006 03:45:30 +0000 (03:45 +0000)]
Add missing files

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

18 years agoMake VectorTools::project fit for other types of vectors as well.
Wolfgang Bangerth [Tue, 18 Apr 2006 21:52:12 +0000 (21:52 +0000)]
Make VectorTools::project fit for other types of vectors as well.

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

18 years agoFix typo.
Wolfgang Bangerth [Tue, 18 Apr 2006 18:30:28 +0000 (18:30 +0000)]
Fix typo.

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

18 years agoIgnore png's.
Wolfgang Bangerth [Sat, 15 Apr 2006 15:39:14 +0000 (15:39 +0000)]
Ignore png's.

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

18 years agoVerify that we can read 2d gmsh files
Wolfgang Bangerth [Fri, 14 Apr 2006 21:20:50 +0000 (21:20 +0000)]
Verify that we can read 2d gmsh files

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

18 years agoGridTools::have_same_coarse_mesh, GridTools::get_finest_common_cells
Wolfgang Bangerth [Fri, 14 Apr 2006 20:41:09 +0000 (20:41 +0000)]
GridTools::have_same_coarse_mesh, GridTools::get_finest_common_cells

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

18 years agotypo
Guido Kanschat [Fri, 14 Apr 2006 11:59:20 +0000 (11:59 +0000)]
typo

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

18 years agounify references to software
Guido Kanschat [Fri, 14 Apr 2006 11:52:38 +0000 (11:52 +0000)]
unify references to software

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

18 years agoPrefer abbreviation of VTK for referencing
Guido Kanschat [Fri, 14 Apr 2006 11:45:50 +0000 (11:45 +0000)]
Prefer abbreviation of VTK for referencing

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

18 years agoInclude hp::DoFHandler for find_active_cell_around_point
Wolfgang Bangerth [Fri, 14 Apr 2006 11:43:24 +0000 (11:43 +0000)]
Include hp::DoFHandler for find_active_cell_around_point

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

18 years agoLink GMV Homepage
Guido Kanschat [Fri, 14 Apr 2006 11:42:24 +0000 (11:42 +0000)]
Link GMV Homepage

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

18 years agoDataOutBase::none
Guido Kanschat [Fri, 14 Apr 2006 11:37:57 +0000 (11:37 +0000)]
DataOutBase::none

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

18 years agoMention hp::DoFHandler.
Wolfgang Bangerth [Fri, 14 Apr 2006 11:17:37 +0000 (11:17 +0000)]
Mention hp::DoFHandler.

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

18 years agoAnd fix a typo.
Wolfgang Bangerth [Thu, 13 Apr 2006 20:18:35 +0000 (20:18 +0000)]
And fix a typo.

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

18 years agoList Moritz's diplome thesis.
Wolfgang Bangerth [Thu, 13 Apr 2006 20:18:25 +0000 (20:18 +0000)]
List Moritz's diplome thesis.

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

18 years agointroduce pseudo format not writing data
Guido Kanschat [Wed, 12 Apr 2006 15:14:19 +0000 (15:14 +0000)]
introduce pseudo format not writing data

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

18 years agoFix typo.
Wolfgang Bangerth [Wed, 12 Apr 2006 01:42:53 +0000 (01:42 +0000)]
Fix typo.

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

18 years agodifferences are actually the other way round
Guido Kanschat [Tue, 11 Apr 2006 14:23:47 +0000 (14:23 +0000)]
differences are actually the other way round

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

18 years agoplot shape functions
Guido Kanschat [Thu, 6 Apr 2006 13:51:07 +0000 (13:51 +0000)]
plot shape functions

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

18 years agomake write functions const and remove irritating specializations
Guido Kanschat [Tue, 4 Apr 2006 22:43:42 +0000 (22:43 +0000)]
make write functions const and remove irritating specializations

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

18 years agoUpdate output after Guido's fixes
Wolfgang Bangerth [Tue, 4 Apr 2006 14:36:40 +0000 (14:36 +0000)]
Update output after Guido's fixes

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

18 years ago.
Wolfgang Bangerth [Tue, 4 Apr 2006 14:25:56 +0000 (14:25 +0000)]
.

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

18 years agojoin tests and change format to opendx
Guido Kanschat [Tue, 4 Apr 2006 14:18:23 +0000 (14:18 +0000)]
join tests and change format to opendx

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

18 years agooutput fixed
Guido Kanschat [Tue, 4 Apr 2006 14:12:44 +0000 (14:12 +0000)]
output fixed

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

18 years agoAdd a comment.
Wolfgang Bangerth [Tue, 4 Apr 2006 03:55:09 +0000 (03:55 +0000)]
Add a comment.

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

18 years agoAdd new testcase that presently fails
Wolfgang Bangerth [Tue, 4 Apr 2006 03:53:00 +0000 (03:53 +0000)]
Add new testcase that presently fails

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

18 years agoFix output corresponding to the fix in data_out_stack.cc
Wolfgang Bangerth [Tue, 4 Apr 2006 03:50:09 +0000 (03:50 +0000)]
Fix output corresponding to the fix in data_out_stack.cc

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

18 years agoWrite to the correct stream
Wolfgang Bangerth [Mon, 3 Apr 2006 22:55:18 +0000 (22:55 +0000)]
Write to the correct stream

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

18 years agoFix a problem with vertex numbering Guido introduced when re-ordering vertices and...
Wolfgang Bangerth [Mon, 3 Apr 2006 22:47:06 +0000 (22:47 +0000)]
Fix a problem with vertex numbering Guido introduced when re-ordering vertices and quadrature points

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

18 years agoRemove bogus entry.
Wolfgang Bangerth [Mon, 3 Apr 2006 17:47:00 +0000 (17:47 +0000)]
Remove bogus entry.

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

18 years agoRegenerate
Wolfgang Bangerth [Fri, 31 Mar 2006 19:09:40 +0000 (19:09 +0000)]
Regenerate

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

18 years agoDetect gcc 4.0.4 and 4.0.5
Wolfgang Bangerth [Fri, 31 Mar 2006 19:08:46 +0000 (19:08 +0000)]
Detect gcc 4.0.4 and 4.0.5

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

18 years agoAllow assignment from block vectors to vectors and back.
Wolfgang Bangerth [Fri, 31 Mar 2006 15:19:12 +0000 (15:19 +0000)]
Allow assignment from block vectors to vectors and back.

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

18 years agoAnd re-add the const in the correct place.... :-(
Wolfgang Bangerth [Fri, 31 Mar 2006 14:32:23 +0000 (14:32 +0000)]
And re-add the const in the correct place.... :-(

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

18 years agoRemove duplicate const.
Wolfgang Bangerth [Fri, 31 Mar 2006 14:30:11 +0000 (14:30 +0000)]
Remove duplicate const.

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

18 years agoSmall doc changes.
Wolfgang Bangerth [Fri, 31 Mar 2006 14:27:37 +0000 (14:27 +0000)]
Small doc changes.

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

18 years agoFix typo.
Wolfgang Bangerth [Fri, 31 Mar 2006 14:26:41 +0000 (14:26 +0000)]
Fix typo.

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