]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
18 years agoNo output of level for faces.
hartmann [Mon, 3 Jul 2006 15:44:39 +0000 (15:44 +0000)]
No output of level for faces.

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

18 years agoInstead of returning a useless level number 0, face->level() and line->level() in...
hartmann [Mon, 3 Jul 2006 14:19:19 +0000 (14:19 +0000)]
Instead of returning a useless level number 0, face->level() and line->level() in 2d, additionally quad->level() in 3d now throw an exception (in debug mode). This forces users to avoid these level() function calls.

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

18 years agoDo not output level for faces, or lines/quads a face consists of.
hartmann [Mon, 3 Jul 2006 14:15:51 +0000 (14:15 +0000)]
Do not output level for faces, or lines/quads a face consists of.

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

18 years agoadd 1D problem
guido [Mon, 3 Jul 2006 09:07:47 +0000 (09:07 +0000)]
add 1D problem

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

18 years agonew functions for multigrid boundaries
guido [Mon, 3 Jul 2006 07:57:23 +0000 (07:57 +0000)]
new functions for multigrid boundaries

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

18 years agoAdd missing forward declarations
guido [Sat, 1 Jul 2006 22:36:16 +0000 (22:36 +0000)]
Add missing forward declarations

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

18 years agoReinclude face level output. Change this later in a second step.
hartmann [Fri, 30 Jun 2006 13:03:11 +0000 (13:03 +0000)]
Reinclude face level output. Change this later in a second step.

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

18 years agoNew objectdim variable. Overload level function. Make sure level() is not called...
hartmann [Fri, 30 Jun 2006 12:57:50 +0000 (12:57 +0000)]
New objectdim variable. Overload level function. Make sure level() is not called for lines and quads being part of faces.

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

18 years agoMake sure level() is not called for lines and quads being part of faces.
hartmann [Fri, 30 Jun 2006 12:55:54 +0000 (12:55 +0000)]
Make sure level() is not called for lines and quads being part of faces.

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

18 years agoFix for static linking.
hartmann [Fri, 30 Jun 2006 11:15:30 +0000 (11:15 +0000)]
Fix for static linking.

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

18 years agoFix color_lines_level functionality in write_eps
hartmann [Fri, 30 Jun 2006 08:35:59 +0000 (08:35 +0000)]
Fix color_lines_level functionality in write_eps

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

18 years agoFix color_lines_level functionality in write_eps
hartmann [Thu, 29 Jun 2006 16:08:58 +0000 (16:08 +0000)]
Fix color_lines_level functionality in write_eps

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

18 years agoReplace non existing line->level by cell->level to fix color_lines_level functionalit...
hartmann [Thu, 29 Jun 2006 14:46:20 +0000 (14:46 +0000)]
Replace non existing line->level by cell->level to fix color_lines_level functionality in write_eps.

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

18 years agobranch merged
guido [Thu, 29 Jun 2006 14:46:07 +0000 (14:46 +0000)]
branch merged

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

18 years agoput these auxiliary functions into a reasonable place
guido [Thu, 29 Jun 2006 12:11:27 +0000 (12:11 +0000)]
put these auxiliary functions into a reasonable place
instead of duplicating them

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

18 years agoremove @
guido [Tue, 27 Jun 2006 16:29:44 +0000 (16:29 +0000)]
remove @

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

18 years agoException in load_refine_flags also in optimized mode.
hartmann [Fri, 23 Jun 2006 10:47:18 +0000 (10:47 +0000)]
Exception in load_refine_flags also in optimized mode.

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

18 years agodoc fixes due to bug fix in fix_coarsening_flags()
leicht [Thu, 22 Jun 2006 15:23:28 +0000 (15:23 +0000)]
doc fixes due to bug fix in fix_coarsening_flags()

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

18 years agoRevert changes since something goes wrong on Wolfgangs computers
guido [Thu, 22 Jun 2006 14:53:35 +0000 (14:53 +0000)]
Revert changes since something goes wrong on Wolfgangs computers

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

18 years agoupdate refs due to bug fix in fix_coarsen_flags()
leicht [Thu, 22 Jun 2006 14:30:40 +0000 (14:30 +0000)]
update refs due to bug fix in fix_coarsen_flags()

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

18 years agobug fix in fix_coarsening_flags(): allow coarsening case which has been forbidden...
leicht [Thu, 22 Jun 2006 14:21:47 +0000 (14:21 +0000)]
bug fix in fix_coarsening_flags(): allow coarsening case which has been forbidden so far

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

18 years agobug fix in fix_coarsening_flags(): allow coarsening case which has been forbidden...
leicht [Thu, 22 Jun 2006 14:05:21 +0000 (14:05 +0000)]
bug fix in fix_coarsening_flags(): allow coarsening case which has been forbidden so far

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

18 years agodiffsearch reverted
guido [Thu, 22 Jun 2006 07:51:12 +0000 (07:51 +0000)]
diffsearch reverted

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

18 years agoFix recent compile issues.
wolf [Wed, 21 Jun 2006 16:04:41 +0000 (16:04 +0000)]
Fix recent compile issues.

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

18 years agoFix typo.
wolf [Wed, 21 Jun 2006 15:36:16 +0000 (15:36 +0000)]
Fix typo.

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

18 years agouse -l depedencies for deal libraries
guido [Mon, 19 Jun 2006 21:11:03 +0000 (21:11 +0000)]
use -l depedencies for deal libraries

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

18 years agoand add missing space
guido [Mon, 19 Jun 2006 19:31:39 +0000 (19:31 +0000)]
and add missing space

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

18 years agoand add missing space
guido [Mon, 19 Jun 2006 18:20:52 +0000 (18:20 +0000)]
and add missing space

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

18 years agouse diffsearch instead of hierarchy
guido [Mon, 19 Jun 2006 18:10:37 +0000 (18:10 +0000)]
use diffsearch instead of hierarchy

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

18 years agoignore CVS directories and add newline
guido [Mon, 19 Jun 2006 18:04:16 +0000 (18:04 +0000)]
ignore CVS directories and add newline

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

18 years agoadd new script for test evaluation
guido [Mon, 19 Jun 2006 17:48:50 +0000 (17:48 +0000)]
add new script for test evaluation

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

18 years agoadd parameter for subdivisions
guido [Sun, 18 Jun 2006 19:32:03 +0000 (19:32 +0000)]
add parameter for subdivisions

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

18 years agofix case in vpath options
guido [Sun, 18 Jun 2006 18:47:03 +0000 (18:47 +0000)]
fix case in vpath options

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

18 years agoadd missing path component for rpath option
guido [Sun, 18 Jun 2006 18:44:40 +0000 (18:44 +0000)]
add missing path component for rpath option

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

18 years agoMake dummy a template function to avoid duplicate symbols.
wolf [Fri, 16 Jun 2006 21:39:37 +0000 (21:39 +0000)]
Make dummy a template function to avoid duplicate symbols.

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

18 years agoAdd FullMatrix::trace
wolf [Fri, 16 Jun 2006 14:55:43 +0000 (14:55 +0000)]
Add FullMatrix::trace

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

18 years agoAdd a missing include file.
wolf [Fri, 16 Jun 2006 14:38:43 +0000 (14:38 +0000)]
Add a missing include file.

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

18 years agoWorkaround for icc8 compiler: explicit reference to invalid_dof_index variable within...
hartmann [Fri, 16 Jun 2006 14:20:15 +0000 (14:20 +0000)]
Workaround for icc8 compiler: explicit reference to invalid_dof_index variable within a dummy function.

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

18 years ago.
hartmann [Fri, 16 Jun 2006 11:07:39 +0000 (11:07 +0000)]
.

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

18 years agoRemove inlines to avoid icc8's undefined reference to DoFObjects::n_active_fe_indices...
hartmann [Fri, 16 Jun 2006 08:46:57 +0000 (08:46 +0000)]
Remove inlines to avoid icc8's undefined reference to DoFObjects::n_active_fe_indices. Clean up.

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

18 years agoIndenting region.
hartmann [Thu, 15 Jun 2006 15:47:31 +0000 (15:47 +0000)]
Indenting region.

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

18 years agoChange due to branch_faces_without_level integration.
hartmann [Thu, 15 Jun 2006 13:50:53 +0000 (13:50 +0000)]
Change due to branch_faces_without_level integration.

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

18 years agoNew TriaObjectAccessor::lines and quads functions. Fix indentation.
hartmann [Thu, 15 Jun 2006 12:26:23 +0000 (12:26 +0000)]
New TriaObjectAccessor::lines and quads functions. Fix indentation.

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

18 years agoNew TriaObjectAccessor<1,dim>::lines() and TriaObjectAccessor<2,dim>::quads() functio...
hartmann [Thu, 15 Jun 2006 11:42:45 +0000 (11:42 +0000)]
New TriaObjectAccessor<1,dim>::lines() and TriaObjectAccessor<2,dim>::quads() functions allow to remove 30 (cd deal.II/) function specializations.

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

18 years agoFor consistency add level arguments to all declarations of explicit specializations.
hartmann [Thu, 15 Jun 2006 09:24:39 +0000 (09:24 +0000)]
For consistency add level arguments to all declarations of explicit specializations.

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

18 years agoClean up.
hartmann [Thu, 15 Jun 2006 09:21:07 +0000 (09:21 +0000)]
Clean up.

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

18 years agoRemove obsolete #if deal_II_dimension directive.
hartmann [Thu, 15 Jun 2006 09:20:47 +0000 (09:20 +0000)]
Remove obsolete #if deal_II_dimension directive.

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

18 years agoAdd missing declarations of explicit specializations
hartmann [Thu, 15 Jun 2006 09:20:06 +0000 (09:20 +0000)]
Add missing declarations of explicit specializations

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

18 years agoFix indentation.
hartmann [Thu, 15 Jun 2006 09:19:16 +0000 (09:19 +0000)]
Fix indentation.

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

18 years agoMove declarations of explicit specializations from tria.cc to tria.h
hartmann [Thu, 15 Jun 2006 09:18:45 +0000 (09:18 +0000)]
Move declarations of explicit specializations from tria.cc to tria.h

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

18 years agoChanges required for static linking of the library.
hartmann [Thu, 15 Jun 2006 07:59:27 +0000 (07:59 +0000)]
Changes required for static linking of the library.

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

18 years agooutput block structure and sort by component
guido [Wed, 14 Jun 2006 15:59:51 +0000 (15:59 +0000)]
output block structure and sort by component

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

18 years agoSlightly different form of the example program.
wolf [Wed, 14 Jun 2006 15:20:37 +0000 (15:20 +0000)]
Slightly different form of the example program.

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

18 years agoadd example to documentation
guido [Wed, 14 Jun 2006 14:12:07 +0000 (14:12 +0000)]
add example to documentation

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

18 years agoexample for CompressedBlockSparsityPattern
guido [Wed, 14 Jun 2006 14:02:42 +0000 (14:02 +0000)]
example for CompressedBlockSparsityPattern

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

18 years agoAdd default constructor and set_memory to PointerMatrixAux
guido [Wed, 14 Jun 2006 12:02:57 +0000 (12:02 +0000)]
Add default constructor and set_memory to PointerMatrixAux

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

18 years agoMove TriaLevel implementations to new tria_levels.cc file (similar to the *dof_levels...
hartmann [Wed, 14 Jun 2006 09:09:15 +0000 (09:09 +0000)]
Move TriaLevel implementations to new tria_levels.cc file (similar to the *dof_levels.cc files).

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

18 years agoAdd some missing #if.
hartmann [Wed, 14 Jun 2006 09:05:39 +0000 (09:05 +0000)]
Add some missing #if.

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

18 years agoMove functions into the right file
wolf [Wed, 14 Jun 2006 01:57:30 +0000 (01:57 +0000)]
Move functions into the right file

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

18 years agoLast patch (faces without level) moved to Incompatibilities. Small changes to the...
hartmann [Tue, 13 Jun 2006 15:49:03 +0000 (15:49 +0000)]
Last patch (faces without level) moved to Incompatibilities. Small changes to the text.

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

18 years agochanges from branch_faces_without_level
leicht [Tue, 13 Jun 2006 13:35:49 +0000 (13:35 +0000)]
changes from branch_faces_without_level

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

18 years agoChange of refs due to different ordering of faces.
hartmann [Tue, 13 Jun 2006 12:55:38 +0000 (12:55 +0000)]
Change of refs due to different ordering of faces.

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

18 years agoMerge branch_faces_without_level to main branch.
hartmann [Tue, 13 Jun 2006 12:15:41 +0000 (12:15 +0000)]
Merge branch_faces_without_level to main branch.

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

18 years agoNo output to std out.
hartmann [Tue, 13 Jun 2006 07:53:29 +0000 (07:53 +0000)]
No output to std out.

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

18 years agoadd a directory with useful functions for tests
guido [Fri, 9 Jun 2006 07:33:39 +0000 (07:33 +0000)]
add a directory with useful functions for tests

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

18 years agocheck derivatives on faces
guido [Fri, 9 Jun 2006 07:31:50 +0000 (07:31 +0000)]
check derivatives on faces

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

18 years agoadd tests for face DoFs
guido [Fri, 9 Jun 2006 07:28:46 +0000 (07:28 +0000)]
add tests for face DoFs

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

18 years agotest all integrer functions of GeometryInfo
guido [Fri, 9 Jun 2006 07:01:40 +0000 (07:01 +0000)]
test all integrer functions of GeometryInfo

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

18 years agobug in 1d removed
guido [Fri, 9 Jun 2006 06:22:47 +0000 (06:22 +0000)]
bug in 1d removed

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

18 years agoFix documentation.
wolf [Thu, 8 Jun 2006 17:18:58 +0000 (17:18 +0000)]
Fix documentation.

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

18 years agosimplify face_to_equivalent_cell_index and add face_to_cell_index
guido [Thu, 8 Jun 2006 08:01:20 +0000 (08:01 +0000)]
simplify face_to_equivalent_cell_index and add face_to_cell_index

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

18 years agoadd primitive of polynomials
guido [Thu, 8 Jun 2006 08:00:26 +0000 (08:00 +0000)]
add primitive of polynomials

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

18 years agoadditional test
guido [Thu, 8 Jun 2006 07:54:50 +0000 (07:54 +0000)]
additional test

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

18 years agotypo
guido [Thu, 8 Jun 2006 07:50:42 +0000 (07:50 +0000)]
typo

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

18 years agoadd include files
guido [Thu, 8 Jun 2006 07:46:05 +0000 (07:46 +0000)]
add include files

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

18 years agoadd test for face_to_equivalent_cell_index
guido [Thu, 8 Jun 2006 07:35:45 +0000 (07:35 +0000)]
add test for face_to_equivalent_cell_index

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

18 years agoDo not include iomanip any more.
wolf [Wed, 7 Jun 2006 20:41:36 +0000 (20:41 +0000)]
Do not include iomanip any more.

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

18 years agoInclude iomanip.
wolf [Wed, 7 Jun 2006 20:41:21 +0000 (20:41 +0000)]
Include iomanip.

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

18 years agoMove FullMatrix::print into header file to make it visible for all template arguments...
wolf [Wed, 7 Jun 2006 20:37:58 +0000 (20:37 +0000)]
Move FullMatrix::print into header file to make it visible for all template arguments. This follows an email by Roger Young on 2006-04-26 to the mailing list.

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

18 years agoDoc fix.
wolf [Wed, 7 Jun 2006 20:15:29 +0000 (20:15 +0000)]
Doc fix.

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

18 years agoadd description of Gauss-Lobatto formula
guido [Wed, 7 Jun 2006 14:04:57 +0000 (14:04 +0000)]
add description of Gauss-Lobatto formula

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

18 years agoextend slit to 3D
guido [Wed, 7 Jun 2006 14:00:00 +0000 (14:00 +0000)]
extend slit to 3D

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

18 years agoimplementation moved to templates.h
guido [Wed, 7 Jun 2006 13:56:03 +0000 (13:56 +0000)]
implementation moved to templates.h

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

18 years agoadd and remove files required on branch_faces_without_leve
leicht [Wed, 7 Jun 2006 12:21:42 +0000 (12:21 +0000)]
add and remove files required on branch_faces_without_leve

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

18 years agoadd and remove files required on branch_faces_without_leve
leicht [Wed, 7 Jun 2006 12:21:16 +0000 (12:21 +0000)]
add and remove files required on branch_faces_without_leve

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

18 years agoadd and remove files required on branch_faces_without_level
leicht [Wed, 7 Jun 2006 06:23:58 +0000 (06:23 +0000)]
add and remove files required on branch_faces_without_level

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

18 years agoadd and remove files required on branch_faces_without_level
leicht [Wed, 7 Jun 2006 06:23:28 +0000 (06:23 +0000)]
add and remove files required on branch_faces_without_level

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

18 years agoRevert last patch as it, seemingly, was checked in accidentally.
hartmann [Wed, 7 Jun 2006 05:50:03 +0000 (05:50 +0000)]
Revert last patch as it, seemingly, was checked in accidentally.

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

18 years agoAdd and remove new files required on branch_faces_without_level.
leicht [Fri, 2 Jun 2006 11:32:55 +0000 (11:32 +0000)]
Add and remove new files required on branch_faces_without_level.

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

18 years agoAdd and remove new files required on branch_faces_without_level.
leicht [Fri, 2 Jun 2006 11:31:19 +0000 (11:31 +0000)]
Add and remove new files required on branch_faces_without_level.

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

18 years agoSmall fix.
hartmann [Fri, 2 Jun 2006 09:15:29 +0000 (09:15 +0000)]
Small fix.

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

18 years agoRemove now unnecessary files
wolf [Thu, 1 Jun 2006 23:09:19 +0000 (23:09 +0000)]
Remove now unnecessary files

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

18 years agoRemove now unnecessary file
wolf [Thu, 1 Jun 2006 23:06:17 +0000 (23:06 +0000)]
Remove now unnecessary file

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

18 years agoDetect 4.1.[23]
wolf [Wed, 31 May 2006 01:53:26 +0000 (01:53 +0000)]
Detect 4.1.[23]

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

18 years agoLink to upcoming step-22
wolf [Fri, 26 May 2006 11:34:22 +0000 (11:34 +0000)]
Link to upcoming step-22

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

18 years agoFix up wording and remove redundancy. Link to upcoming step-22
wolf [Fri, 26 May 2006 11:33:53 +0000 (11:33 +0000)]
Fix up wording and remove redundancy. Link to upcoming step-22

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

18 years agoLink to planned step-22
wolf [Fri, 26 May 2006 11:33:15 +0000 (11:33 +0000)]
Link to planned step-22

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

18 years agoFix typo.
wolf [Thu, 25 May 2006 21:05:17 +0000 (21:05 +0000)]
Fix typo.

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

18 years agoRevert last patch that was probably by accident
wolf [Wed, 24 May 2006 19:24:29 +0000 (19:24 +0000)]
Revert last patch that was probably by accident

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

18 years agoMention that we run tutorial programs through doxygen.
wolf [Tue, 23 May 2006 15:31:50 +0000 (15:31 +0000)]
Mention that we run tutorial programs through doxygen.

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