]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
17 years agoImplement a somewhat working smoothness estimator.
bangerth [Fri, 15 Dec 2006 23:11:42 +0000 (23:11 +0000)]
Implement a somewhat working smoothness estimator.

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

17 years agoFix the one last testcase, where we ran into trouble generating constraints that...
bangerth [Fri, 15 Dec 2006 21:13:01 +0000 (21:13 +0000)]
Fix the one last testcase, where we ran into trouble generating constraints that produce an invertible matrix for the complex case described in the hp paper.

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

17 years agoA bunch of new tests that check whether h, p and hp constraints generated for a simpl...
bangerth [Fri, 15 Dec 2006 20:52:14 +0000 (20:52 +0000)]
A bunch of new tests that check whether h, p and hp constraints generated for a simple mesh make sense, by checking that if we interpolate a function of suitable polynomial degree onto this mesh, that the constraints are an identity operation.

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

17 years agoAlso implement the vector-valued version
bangerth [Fri, 15 Dec 2006 20:39:01 +0000 (20:39 +0000)]
Also implement the vector-valued version

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

17 years agoFunctions::Monomial
bangerth [Fri, 15 Dec 2006 19:57:14 +0000 (19:57 +0000)]
Functions::Monomial

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

17 years agoCheck in forgotten hunk
bangerth [Fri, 15 Dec 2006 14:09:35 +0000 (14:09 +0000)]
Check in forgotten hunk

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

17 years agoFix a few of the compilation errors.
bangerth [Fri, 15 Dec 2006 03:58:50 +0000 (03:58 +0000)]
Fix a few of the compilation errors.

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

17 years agoGet us closer to where we want to be.
bangerth [Fri, 15 Dec 2006 03:57:38 +0000 (03:57 +0000)]
Get us closer to where we want to be.

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

17 years agoMake the program do something useful, and do it without bombing out...
bangerth [Fri, 15 Dec 2006 03:53:15 +0000 (03:53 +0000)]
Make the program do something useful, and do it without bombing out...

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

17 years agoUse the same quadrature formula for the error estimator for both sides of a face...
bangerth [Fri, 15 Dec 2006 03:13:24 +0000 (03:13 +0000)]
Use the same quadrature formula for the error estimator for both sides of a face, even for the hp case.

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

17 years agoMake the rowstart field of the sparsity pattern class of type std::size_t, to allow...
bangerth [Fri, 15 Dec 2006 02:34:08 +0000 (02:34 +0000)]
Make the rowstart field of the sparsity pattern class of type std::size_t, to allow matrices with more than 4B elements on 64-bit machines.

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

17 years agoSuppress warnings in 1d.
bangerth [Thu, 14 Dec 2006 23:33:31 +0000 (23:33 +0000)]
Suppress warnings in 1d.

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

17 years agoCheck in stubs for hp functions. They're presently not implemented, but will be next.
bangerth [Thu, 14 Dec 2006 22:00:23 +0000 (22:00 +0000)]
Check in stubs for hp functions. They're presently not implemented, but will be next.

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

17 years agoTypo fixes
bangerth [Thu, 14 Dec 2006 21:59:57 +0000 (21:59 +0000)]
Typo fixes

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

17 years agoSimplify code a bit.
bangerth [Thu, 14 Dec 2006 17:45:22 +0000 (17:45 +0000)]
Simplify code a bit.

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

17 years agohp-ify the code.
bangerth [Thu, 14 Dec 2006 17:41:58 +0000 (17:41 +0000)]
hp-ify the code.

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

17 years agoOutput a bit more information.
bangerth [Thu, 14 Dec 2006 17:32:44 +0000 (17:32 +0000)]
Output a bit more information.

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

17 years agoGo back to step-6, step-13 is too complicated for the present purpose.
bangerth [Thu, 14 Dec 2006 17:21:17 +0000 (17:21 +0000)]
Go back to step-6, step-13 is too complicated for the present purpose.

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

17 years agoPolish testcase a bit.
bangerth [Thu, 14 Dec 2006 17:03:20 +0000 (17:03 +0000)]
Polish testcase a bit.

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

17 years agoupdate test ref due to new suffixes for grid input files in PathSearch
leicht [Thu, 14 Dec 2006 14:32:04 +0000 (14:32 +0000)]
update test ref due to new suffixes for grid input files in PathSearch

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

17 years agonew test: read in tecplot grid files
leicht [Thu, 14 Dec 2006 10:59:21 +0000 (10:59 +0000)]
new test: read in tecplot grid files

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

17 years agoadd functionality to read in tecplot (grid) files (in 2d)
leicht [Thu, 14 Dec 2006 10:58:11 +0000 (10:58 +0000)]
add functionality to read in tecplot (grid) files (in 2d)

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

17 years agonew test for the GridReordering::invert_all_cells_of_negative_grid() function
leicht [Thu, 14 Dec 2006 10:18:27 +0000 (10:18 +0000)]
new test for the GridReordering::invert_all_cells_of_negative_grid() function

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

17 years agoallow larger integer numbers to be read from a string
leicht [Thu, 14 Dec 2006 08:50:21 +0000 (08:50 +0000)]
allow larger integer numbers to be read from a string

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

17 years agoadd
kanschat [Wed, 13 Dec 2006 22:56:40 +0000 (22:56 +0000)]
add

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

17 years agodo something in invert_all_cells_of_negative_grid() also in 2d
leicht [Wed, 13 Dec 2006 13:33:14 +0000 (13:33 +0000)]
do something in invert_all_cells_of_negative_grid() also in 2d

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

17 years agonew function: delete_duplicated_vertices
leicht [Wed, 13 Dec 2006 12:48:10 +0000 (12:48 +0000)]
new function: delete_duplicated_vertices

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

17 years agoreplace repeated division (by 2) by a single division
leicht [Wed, 13 Dec 2006 12:01:07 +0000 (12:01 +0000)]
replace repeated division (by 2) by a single division

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

17 years agobug fix: up to now we ended up with the wrong result (or an error), if we tried to...
leicht [Wed, 13 Dec 2006 11:58:51 +0000 (11:58 +0000)]
bug fix: up to now we ended up with the wrong result (or an error), if we tried to split a text into lines which does not fit into width

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

17 years agofix typo
leicht [Wed, 13 Dec 2006 11:57:02 +0000 (11:57 +0000)]
fix typo

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

17 years agoReplace the hp adaptation of step-12 by a mixture between step-13 and step-14. It...
bangerth [Wed, 13 Dec 2006 05:44:44 +0000 (05:44 +0000)]
Replace the hp adaptation of step-12 by a mixture between step-13 and step-14. It still has to be hp-ified, but has more promise and is less of a crutch of a code.

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

17 years agoReimplement the algorithm by which we decide which will be the master dofs. This...
bangerth [Wed, 13 Dec 2006 00:26:41 +0000 (00:26 +0000)]
Reimplement the algorithm by which we decide which will be the master dofs. This should now work, and indeed hp/crash_12 now passes.

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

17 years agoMove now functioning test to the hp directory.
bangerth [Wed, 13 Dec 2006 00:24:52 +0000 (00:24 +0000)]
Move now functioning test to the hp directory.

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

17 years agoAdd one more comment. Check in correct output.
bangerth [Wed, 13 Dec 2006 00:22:40 +0000 (00:22 +0000)]
Add one more comment. Check in correct output.

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

17 years agoAdd a few comments
bangerth [Wed, 13 Dec 2006 00:20:34 +0000 (00:20 +0000)]
Add a few comments

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

17 years agoAdd comment
bangerth [Tue, 12 Dec 2006 23:39:53 +0000 (23:39 +0000)]
Add comment

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

17 years agoFix docu of patch_level_1.
hartmann [Tue, 12 Dec 2006 09:24:13 +0000 (09:24 +0000)]
Fix docu of patch_level_1.

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

17 years agoReplace floating point comparison with fabs(...)<eps
bangerth [Thu, 7 Dec 2006 20:40:30 +0000 (20:40 +0000)]
Replace floating point comparison with fabs(...)<eps

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

17 years agoModified a few comments in SparseDirectUMFPACK to match the actually
kayser-herold [Wed, 6 Dec 2006 03:49:31 +0000 (03:49 +0000)]
Modified a few comments in SparseDirectUMFPACK to match the actually
implemented behaviour of the methods.

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

17 years agoUnconditionally instantiate a few symbols.
bangerth [Mon, 4 Dec 2006 23:49:48 +0000 (23:49 +0000)]
Unconditionally instantiate a few symbols.

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

17 years agoDo the same as in hp_dof_levels.cc: move all the functions to the .all_dimensions...
bangerth [Mon, 4 Dec 2006 16:29:21 +0000 (16:29 +0000)]
Do the same as in hp_dof_levels.cc: move all the functions to the .all_dimensions.cc file, since they will always be needed and since they would otherwise create linker errors when linking 2d and 3d together.

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

17 years agoMake sure we can at least write to the output file.
bangerth [Thu, 30 Nov 2006 22:49:05 +0000 (22:49 +0000)]
Make sure we can at least write to the output file.

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

17 years agoUndo last change because it leads to errors when linking libraries.
bangerth [Wed, 29 Nov 2006 17:20:54 +0000 (17:20 +0000)]
Undo last change because it leads to errors when linking libraries.

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

17 years agoAdd -bind_at_load to LDFLAGS
bangerth [Wed, 29 Nov 2006 16:17:01 +0000 (16:17 +0000)]
Add -bind_at_load to LDFLAGS

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

17 years agoAlso link with on darwin
bangerth [Wed, 29 Nov 2006 06:34:06 +0000 (06:34 +0000)]
Also link with  on darwin

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

17 years agoMove the file to an .all_dimensions.cc file and always instantiate all templates...
bangerth [Wed, 29 Nov 2006 06:04:28 +0000 (06:04 +0000)]
Move the file to an .all_dimensions.cc file and always instantiate all templates. We need them for all structdim<=dim anyway, but since we instantiate the same function in several libraries right now, we get into trouble on systems with not-so-smart linkers, for example on mac os x.

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

17 years agoreindent
bangerth [Wed, 29 Nov 2006 06:01:35 +0000 (06:01 +0000)]
reindent

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

17 years agosimplify id
kanschat [Fri, 24 Nov 2006 06:48:30 +0000 (06:48 +0000)]
simplify id

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

17 years agoadd new headers to report
kanschat [Thu, 23 Nov 2006 04:33:00 +0000 (04:33 +0000)]
add new headers to report

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

17 years agoExtended quadrature test for Lobatto rule.
prill [Wed, 22 Nov 2006 10:54:44 +0000 (10:54 +0000)]
Extended quadrature test for Lobatto rule.

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

17 years agoInternal changes in Lobatto quadrature: long double data type.
prill [Wed, 22 Nov 2006 10:52:25 +0000 (10:52 +0000)]
Internal changes in Lobatto quadrature: long double data type.

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

17 years agoIn deal.II/lib also svn ignore static libs *.a
hartmann [Wed, 22 Nov 2006 08:27:54 +0000 (08:27 +0000)]
In deal.II/lib also svn ignore static libs *.a

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

17 years agoupdate
kanschat [Wed, 22 Nov 2006 03:39:43 +0000 (03:39 +0000)]
update

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

17 years agoAdd an explicit template argument, to be able to compile on gcc 3.2.x on itanium
bangerth [Fri, 17 Nov 2006 05:41:50 +0000 (05:41 +0000)]
Add an explicit template argument, to be able to compile on gcc 3.2.x on itanium

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

17 years agoAdd an explicit template argument, to be able to compile on gcc 3.2.x on itanium
bangerth [Fri, 17 Nov 2006 05:39:32 +0000 (05:39 +0000)]
Add an explicit template argument, to be able to compile on gcc 3.2.x on itanium

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

17 years agoAdd a new test for the latest GridGenerator function
bangerth [Fri, 17 Nov 2006 03:49:08 +0000 (03:49 +0000)]
Add a new test for the latest GridGenerator function

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

17 years agoUndo last change, since the patch that caused the new results has been reverted.
bangerth [Fri, 17 Nov 2006 02:45:50 +0000 (02:45 +0000)]
Undo last change, since the patch that caused the new results has been reverted.

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

17 years agoFix a missing 'static'
bangerth [Fri, 17 Nov 2006 02:26:40 +0000 (02:26 +0000)]
Fix a missing 'static'

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

17 years agoallow partial successes
kanschat [Wed, 15 Nov 2006 19:21:03 +0000 (19:21 +0000)]
allow partial successes

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

17 years agoUpdate comment.
bangerth [Wed, 15 Nov 2006 19:05:32 +0000 (19:05 +0000)]
Update comment.

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

17 years agoAdd Yaqi's function for non-uniformly graded hyper rectangles.
bangerth [Wed, 15 Nov 2006 18:04:46 +0000 (18:04 +0000)]
Add Yaqi's function for non-uniformly graded hyper rectangles.

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

17 years agoImprove
bangerth [Wed, 15 Nov 2006 05:38:01 +0000 (05:38 +0000)]
Improve

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

17 years agoFix energy, again.
bangerth [Wed, 15 Nov 2006 05:37:10 +0000 (05:37 +0000)]
Fix energy, again.

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

17 years agoFix energy.
bangerth [Wed, 15 Nov 2006 04:32:49 +0000 (04:32 +0000)]
Fix energy.

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

17 years agoUse a more useful set of variables, that makes the solution actually depend on the...
bangerth [Wed, 15 Nov 2006 04:11:36 +0000 (04:11 +0000)]
Use a more useful set of variables, that makes the solution actually depend on the time variable :-)

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

17 years agoFix a few doxygen warnings. Apparently, if doxygen sees a @param for one parameter...
bangerth [Wed, 15 Nov 2006 00:08:29 +0000 (00:08 +0000)]
Fix a few doxygen warnings. Apparently, if doxygen sees a @param for one parameter, it wants to see one for each.

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

17 years agoAdd Ivan Christov's many suggestions
bangerth [Tue, 14 Nov 2006 23:58:03 +0000 (23:58 +0000)]
Add Ivan Christov's many suggestions

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

17 years agoFix spelling
bangerth [Tue, 14 Nov 2006 23:15:20 +0000 (23:15 +0000)]
Fix spelling

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

17 years agoBring test output back to the state it was before Florian's changes
bangerth [Tue, 14 Nov 2006 16:55:43 +0000 (16:55 +0000)]
Bring test output back to the state it was before Florian's changes

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

17 years agoCheck in presently correct output
bangerth [Tue, 14 Nov 2006 16:51:35 +0000 (16:51 +0000)]
Check in presently correct output

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

17 years agoUpdate and add a my recent articles
bangerth [Fri, 10 Nov 2006 22:41:14 +0000 (22:41 +0000)]
Update and add a my recent articles

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

17 years agoAdd missing BR statement
bangerth [Fri, 10 Nov 2006 22:32:12 +0000 (22:32 +0000)]
Add missing BR statement

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

17 years agoDon't use PACKAGE_NAME, etc. Rather, use DEAL_II_PACKAGE_NAME and similar.
bangerth [Fri, 10 Nov 2006 21:50:24 +0000 (21:50 +0000)]
Don't use PACKAGE_NAME, etc. Rather, use DEAL_II_PACKAGE_NAME and similar.

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

17 years agoReformat
bangerth [Fri, 10 Nov 2006 21:44:32 +0000 (21:44 +0000)]
Reformat

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

17 years agoFix typo
bangerth [Fri, 10 Nov 2006 20:51:19 +0000 (20:51 +0000)]
Fix typo

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

17 years agoUpdate
bangerth [Fri, 10 Nov 2006 20:25:08 +0000 (20:25 +0000)]
Update

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

17 years agoUpdated references due to changed 1D Tecplot output.
prill [Fri, 10 Nov 2006 14:47:26 +0000 (14:47 +0000)]
Updated references due to changed 1D Tecplot output.

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

17 years agochoose better colors
kanschat [Fri, 10 Nov 2006 05:38:53 +0000 (05:38 +0000)]
choose better colors

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

17 years agoadd colors for regression test tables
kanschat [Fri, 10 Nov 2006 05:18:36 +0000 (05:18 +0000)]
add colors for regression test tables

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

17 years agoMinimal change in method for Tecplot ASCII output: corrected identifier for node...
prill [Thu, 9 Nov 2006 17:06:36 +0000 (17:06 +0000)]
Minimal change in method for Tecplot ASCII output: corrected identifier for node number in 1D case.

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

17 years agoLeave a TODO
bangerth [Wed, 8 Nov 2006 16:36:33 +0000 (16:36 +0000)]
Leave a TODO

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

17 years agoDisambiguate call to std::pow:
bangerth [Wed, 8 Nov 2006 16:33:06 +0000 (16:33 +0000)]
Disambiguate call to std::pow:

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

17 years agoexception and documentation added
kanschat [Tue, 7 Nov 2006 16:40:18 +0000 (16:40 +0000)]
exception and documentation added

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

17 years agoMade FE tests work again for FE_DGQ with arbitrary nodes.
prill [Tue, 7 Nov 2006 08:29:07 +0000 (08:29 +0000)]
Made FE tests work again for FE_DGQ with arbitrary nodes.

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

17 years agoMade FE_DGQ with arbitrary nodes a derivation from FE_DGQ with equidistant nodes.
prill [Tue, 7 Nov 2006 08:26:59 +0000 (08:26 +0000)]
Made FE_DGQ with arbitrary nodes a derivation from FE_DGQ with equidistant nodes.

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

17 years agoAdd step-26/27/28 to the list of include directories for images
bangerth [Mon, 6 Nov 2006 22:33:12 +0000 (22:33 +0000)]
Add step-26/27/28 to the list of include directories for images

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

17 years agoLink step-25 into the tutorial
bangerth [Mon, 6 Nov 2006 17:40:40 +0000 (17:40 +0000)]
Link step-25 into the tutorial

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

17 years agoLink step-25 into the tutorial
bangerth [Mon, 6 Nov 2006 17:26:33 +0000 (17:26 +0000)]
Link step-25 into the tutorial

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

17 years agoAdded doxygen documentation for QGaussLobatto class.
prill [Mon, 6 Nov 2006 07:34:44 +0000 (07:34 +0000)]
Added doxygen documentation for QGaussLobatto class.

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

17 years agoMake a few parameters and variables constant.
bangerth [Mon, 6 Nov 2006 05:40:12 +0000 (05:40 +0000)]
Make a few parameters and variables constant.

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

17 years agoFinish also the results section. Update one formula in the introduction
bangerth [Mon, 6 Nov 2006 05:33:55 +0000 (05:33 +0000)]
Finish also the results section. Update one formula in the introduction

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

17 years agoFinish
bangerth [Mon, 6 Nov 2006 05:09:31 +0000 (05:09 +0000)]
Finish

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

17 years agoProperly set svn:keywords property
bangerth [Mon, 6 Nov 2006 04:54:58 +0000 (04:54 +0000)]
Properly set svn:keywords property

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

17 years agoFix svn Id: string
bangerth [Mon, 6 Nov 2006 04:52:38 +0000 (04:52 +0000)]
Fix svn Id: string

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

17 years agoFix svn Id: string
bangerth [Mon, 6 Nov 2006 04:52:07 +0000 (04:52 +0000)]
Fix svn Id: string

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

17 years agoSome more
bangerth [Mon, 6 Nov 2006 04:50:48 +0000 (04:50 +0000)]
Some more

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

17 years agoFormatting change
bangerth [Mon, 6 Nov 2006 04:38:14 +0000 (04:38 +0000)]
Formatting change

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

17 years agoDon't stack output; the results are huge and not very illuminating.
bangerth [Mon, 6 Nov 2006 04:27:57 +0000 (04:27 +0000)]
Don't stack output; the results are huge and not very illuminating.

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

17 years agoMake one variable const.
bangerth [Mon, 6 Nov 2006 04:25:34 +0000 (04:25 +0000)]
Make one variable const.

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

17 years agoSimplify filename creation
bangerth [Mon, 6 Nov 2006 04:24:48 +0000 (04:24 +0000)]
Simplify filename creation

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