]>
https://gitweb.dealii.org/ - dealii-svn.git/log
bangerth [Mon, 27 Dec 2010 22:39:40 +0000 (22:39 +0000)]
Update documentation in a couple of places.
git-svn-id: https://svn.dealii.org/trunk@23077
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 27 Dec 2010 22:35:19 +0000 (22:35 +0000)]
Indent comment lines.
git-svn-id: https://svn.dealii.org/trunk@23076
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 27 Dec 2010 22:29:29 +0000 (22:29 +0000)]
Use the same compiler and flags for the parameter_gui as we use for everything else. Clean up thoroughly.
git-svn-id: https://svn.dealii.org/trunk@23075
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 27 Dec 2010 22:09:09 +0000 (22:09 +0000)]
Add a few instantiations needed by gcc 4.0.x.
git-svn-id: https://svn.dealii.org/trunk@23074
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Mon, 27 Dec 2010 19:28:39 +0000 (19:28 +0000)]
make IndexSet::n_elements() an O(1) operation.
git-svn-id: https://svn.dealii.org/trunk@23073
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Mon, 27 Dec 2010 19:26:56 +0000 (19:26 +0000)]
PETScWrappers::MPI::Vector::mean_value() is not implemented yet, warn about that fact.
git-svn-id: https://svn.dealii.org/trunk@23072
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 25 Dec 2010 23:00:13 +0000 (23:00 +0000)]
Remove 'inline' marker on functions with external linkage when in a .cc file.
git-svn-id: https://svn.dealii.org/trunk@23071
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Thu, 23 Dec 2010 23:31:19 +0000 (23:31 +0000)]
Fix compile problem on older compilers.
git-svn-id: https://svn.dealii.org/trunk@23070
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 22 Dec 2010 22:53:30 +0000 (22:53 +0000)]
Add missing include file.
git-svn-id: https://svn.dealii.org/trunk@23069
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 22 Dec 2010 22:24:43 +0000 (22:24 +0000)]
Make information on whether -rpath is accepted available in common/Make.global_options. Use it in source/Makefile for p4est.
git-svn-id: https://svn.dealii.org/trunk@23068
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 22 Dec 2010 21:43:45 +0000 (21:43 +0000)]
Ignore certain files.
git-svn-id: https://svn.dealii.org/trunk@23067
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Wed, 22 Dec 2010 21:40:06 +0000 (21:40 +0000)]
Adjust paths.
git-svn-id: https://svn.dealii.org/trunk@23066
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Wed, 22 Dec 2010 17:03:16 +0000 (17:03 +0000)]
fix Trilinos detection: a different #include order produces HAVE_SYS_TIME_H redefinition errors with some MPI version.
git-svn-id: https://svn.dealii.org/trunk@23065
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Wed, 22 Dec 2010 15:22:09 +0000 (15:22 +0000)]
Cache the index of the largest range in order to have O(1) access to a contiguous locally owned range.
git-svn-id: https://svn.dealii.org/trunk@23064
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Wed, 22 Dec 2010 15:20:02 +0000 (15:20 +0000)]
Improve access speed to some functions by not calculating the line index more than once.
git-svn-id: https://svn.dealii.org/trunk@23063
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Wed, 22 Dec 2010 13:37:52 +0000 (13:37 +0000)]
Fix compile problem without MT.
git-svn-id: https://svn.dealii.org/trunk@23062
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Wed, 22 Dec 2010 09:23:19 +0000 (09:23 +0000)]
Detect native processor variant for icc.
git-svn-id: https://svn.dealii.org/trunk@23061
0785d39b -7218-0410-832d-
ea1e28bc413d
pauletti [Tue, 21 Dec 2010 21:34:35 +0000 (21:34 +0000)]
Small changes to documentation of step-38
git-svn-id: https://svn.dealii.org/trunk@23060
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 21 Dec 2010 15:44:05 +0000 (15:44 +0000)]
Correctly set svn:ignore properties
git-svn-id: https://svn.dealii.org/trunk@23059
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 21 Dec 2010 15:30:55 +0000 (15:30 +0000)]
Compress index sets for locally_owned_dofs: We need to make sure that queries to IndexSet like index_within_set or nth_index_in_set are thread-safe. But that is only the case if we avoid calls to IndexSet::do_compress().
git-svn-id: https://svn.dealii.org/trunk@23058
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 21 Dec 2010 15:26:55 +0000 (15:26 +0000)]
Set svn properties
git-svn-id: https://svn.dealii.org/trunk@23057
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 21 Dec 2010 15:26:30 +0000 (15:26 +0000)]
Include correct files for failing tests.
git-svn-id: https://svn.dealii.org/trunk@23056
0785d39b -7218-0410-832d-
ea1e28bc413d
kronbichler [Tue, 21 Dec 2010 15:25:44 +0000 (15:25 +0000)]
Correct preprocessor statement: without MT, DeadlockKiller would block any execution.
git-svn-id: https://svn.dealii.org/trunk@23055
0785d39b -7218-0410-832d-
ea1e28bc413d
heister [Tue, 21 Dec 2010 08:48:10 +0000 (08:48 +0000)]
fix compilation warning.
git-svn-id: https://svn.dealii.org/trunk@23054
0785d39b -7218-0410-832d-
ea1e28bc413d
buerg [Tue, 21 Dec 2010 06:30:25 +0000 (06:30 +0000)]
Updated test results for fe_data_test.
git-svn-id: https://svn.dealii.org/trunk@23053
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 04:26:25 +0000 (04:26 +0000)]
Use the same compiler as specified in CXX.
git-svn-id: https://svn.dealii.org/trunk@23052
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 04:19:13 +0000 (04:19 +0000)]
Fix new location.
git-svn-id: https://svn.dealii.org/trunk@23051
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 04:18:38 +0000 (04:18 +0000)]
For now, don't fail if the parameter_gui can't be built.
git-svn-id: https://svn.dealii.org/trunk@23050
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 04:16:23 +0000 (04:16 +0000)]
Clean parameter_gui.
git-svn-id: https://svn.dealii.org/trunk@23049
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 04:15:20 +0000 (04:15 +0000)]
Remove bin/dealii_parameter_gui as well.
git-svn-id: https://svn.dealii.org/trunk@23048
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 04:14:08 +0000 (04:14 +0000)]
Move executable into /lib/bin.
git-svn-id: https://svn.dealii.org/trunk@23047
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 04:03:43 +0000 (04:03 +0000)]
Mention parameter GUI.
git-svn-id: https://svn.dealii.org/trunk@23046
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 03:09:00 +0000 (03:09 +0000)]
Put output from stderr into stdout.
git-svn-id: https://svn.dealii.org/trunk@23045
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 03:03:25 +0000 (03:03 +0000)]
Use proper image file name.
git-svn-id: https://svn.dealii.org/trunk@23044
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 02:58:21 +0000 (02:58 +0000)]
Build the parameter GUI.
git-svn-id: https://svn.dealii.org/trunk@23043
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 02:57:09 +0000 (02:57 +0000)]
Figure out whether we have the proper Qt version.
git-svn-id: https://svn.dealii.org/trunk@23042
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Tue, 21 Dec 2010 02:44:32 +0000 (02:44 +0000)]
Remove.
git-svn-id: https://svn.dealii.org/trunk@23041
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Tue, 21 Dec 2010 00:07:05 +0000 (00:07 +0000)]
output checked
git-svn-id: https://svn.dealii.org/trunk@23040
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Tue, 21 Dec 2010 00:04:27 +0000 (00:04 +0000)]
output checked
git-svn-id: https://svn.dealii.org/trunk@23039
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 23:30:10 +0000 (23:30 +0000)]
First step towards a functioning Qt detection.
git-svn-id: https://svn.dealii.org/trunk@23038
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 23:22:01 +0000 (23:22 +0000)]
Regenerate.
git-svn-id: https://svn.dealii.org/trunk@23037
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 23:16:31 +0000 (23:16 +0000)]
Update.
git-svn-id: https://svn.dealii.org/trunk@23036
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 22:37:57 +0000 (22:37 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@23035
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 22:24:03 +0000 (22:24 +0000)]
Fix markup.
git-svn-id: https://svn.dealii.org/trunk@23034
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 19:30:22 +0000 (19:30 +0000)]
One more from Franz-Theo's group.
git-svn-id: https://svn.dealii.org/trunk@23033
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 19:17:29 +0000 (19:17 +0000)]
Add Joshua White's PhD thesis.
git-svn-id: https://svn.dealii.org/trunk@23032
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 19:16:14 +0000 (19:16 +0000)]
Update one.
git-svn-id: https://svn.dealii.org/trunk@23031
0785d39b -7218-0410-832d-
ea1e28bc413d
kanschat [Mon, 20 Dec 2010 19:06:31 +0000 (19:06 +0000)]
update documentation
git-svn-id: https://svn.dealii.org/trunk@23030
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 17:00:59 +0000 (17:00 +0000)]
Add Martin Steigemann's Qt based parameter GUI.
git-svn-id: https://svn.dealii.org/trunk@23029
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 16:38:36 +0000 (16:38 +0000)]
Un-transpose matrix again.
git-svn-id: https://svn.dealii.org/trunk@23028
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 16:35:24 +0000 (16:35 +0000)]
Update one article.
git-svn-id: https://svn.dealii.org/trunk@23027
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 14:59:06 +0000 (14:59 +0000)]
Add a link to step-38.
git-svn-id: https://svn.dealii.org/trunk@23026
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 14:58:15 +0000 (14:58 +0000)]
Make GridTools::transform work also on uniformly refined meshes.
git-svn-id: https://svn.dealii.org/trunk@23025
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 14:45:33 +0000 (14:45 +0000)]
Verify that parameters we read in XML format also satisfy their patterns.
git-svn-id: https://svn.dealii.org/trunk@23024
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 14:16:47 +0000 (14:16 +0000)]
Some more tests.
git-svn-id: https://svn.dealii.org/trunk@23023
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 14:07:20 +0000 (14:07 +0000)]
Add test.
git-svn-id: https://svn.dealii.org/trunk@23022
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 14:06:23 +0000 (14:06 +0000)]
Add missing endline.
git-svn-id: https://svn.dealii.org/trunk@23021
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 14:00:31 +0000 (14:00 +0000)]
Fix docs.
git-svn-id: https://svn.dealii.org/trunk@23020
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 13:57:15 +0000 (13:57 +0000)]
Implement the ability to read XML files of parameters.
git-svn-id: https://svn.dealii.org/trunk@23019
0785d39b -7218-0410-832d-
ea1e28bc413d
young [Mon, 20 Dec 2010 08:49:23 +0000 (08:49 +0000)]
MPI_CONSISTENCY patch for PETSC-deal.II
git-svn-id: https://svn.dealii.org/trunk@23018
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 04:56:59 +0000 (04:56 +0000)]
Avoid a warning with gcc 4.5.
git-svn-id: https://svn.dealii.org/trunk@23017
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 04:05:44 +0000 (04:05 +0000)]
Add a comment.
git-svn-id: https://svn.dealii.org/trunk@23016
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 03:51:23 +0000 (03:51 +0000)]
Fix computation of face normal vectors in the codim=1 case.
git-svn-id: https://svn.dealii.org/trunk@23015
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Mon, 20 Dec 2010 02:02:03 +0000 (02:02 +0000)]
Make code somewhat cleaner and dimension independent. Document better what
exactly we do.
git-svn-id: https://svn.dealii.org/trunk@23014
0785d39b -7218-0410-832d-
ea1e28bc413d
pauletti [Mon, 20 Dec 2010 01:14:59 +0000 (01:14 +0000)]
Added a curve test to step 38
git-svn-id: https://svn.dealii.org/trunk@23013
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 19 Dec 2010 23:54:20 +0000 (23:54 +0000)]
More minor whitespace edits.
git-svn-id: https://svn.dealii.org/trunk@23012
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 19 Dec 2010 20:24:14 +0000 (20:24 +0000)]
Add to documentation.
git-svn-id: https://svn.dealii.org/trunk@23011
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 19 Dec 2010 19:54:15 +0000 (19:54 +0000)]
Reindent a few places in our usual style.
git-svn-id: https://svn.dealii.org/trunk@23010
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 19 Dec 2010 19:45:08 +0000 (19:45 +0000)]
Say what we do.
git-svn-id: https://svn.dealii.org/trunk@23009
0785d39b -7218-0410-832d-
ea1e28bc413d
young [Sun, 19 Dec 2010 19:44:20 +0000 (19:44 +0000)]
Removed bad MPI_CONSISTENCY with PETSc, prepare for new
git-svn-id: https://svn.dealii.org/trunk@23008
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 19 Dec 2010 17:21:45 +0000 (17:21 +0000)]
Interpolation of boundary values for 1d curves in 2d didn't always work because it assumes that the left neighbor of the right neighbor is the current cell. Which is now no longer true.
git-svn-id: https://svn.dealii.org/trunk@23007
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 19 Dec 2010 16:36:52 +0000 (16:36 +0000)]
Make sure this test dies if it should deadlock.
git-svn-id: https://svn.dealii.org/trunk@23006
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sun, 19 Dec 2010 16:36:18 +0000 (16:36 +0000)]
Say how many seconds were waited before killing the job.
git-svn-id: https://svn.dealii.org/trunk@23005
0785d39b -7218-0410-832d-
ea1e28bc413d
pauletti [Sat, 18 Dec 2010 22:55:01 +0000 (22:55 +0000)]
Modified the code a little bit to make it similar to step-4
Remove a few redundant lines of code
git-svn-id: https://svn.dealii.org/trunk@23004
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 18 Dec 2010 13:30:50 +0000 (13:30 +0000)]
Enable FEFaceValues and friends also for faces of 1d cells.
git-svn-id: https://svn.dealii.org/trunk@23003
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 18 Dec 2010 13:29:36 +0000 (13:29 +0000)]
Use proper return type.
git-svn-id: https://svn.dealii.org/trunk@23002
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 18 Dec 2010 13:13:33 +0000 (13:13 +0000)]
Reindent.
git-svn-id: https://svn.dealii.org/trunk@23001
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 18 Dec 2010 05:00:38 +0000 (05:00 +0000)]
Also introduce MGDoFAccessor<0,1,spacedim>.
git-svn-id: https://svn.dealii.org/trunk@23000
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 18 Dec 2010 04:56:47 +0000 (04:56 +0000)]
Fix a grammar fail.
git-svn-id: https://svn.dealii.org/trunk@22999
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 18 Dec 2010 03:19:35 +0000 (03:19 +0000)]
Add documentation for the new vertex iterator (a.k.a. DoFAccessor<0,DH<1,spacedim> >).
git-svn-id: https://svn.dealii.org/trunk@22998
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Sat, 18 Dec 2010 02:30:11 +0000 (02:30 +0000)]
OK, enough of the playing around. Killing jobs this way doesn't work.
git-svn-id: https://svn.dealii.org/trunk@22997
0785d39b -7218-0410-832d-
ea1e28bc413d
pauletti [Fri, 17 Dec 2010 20:33:18 +0000 (20:33 +0000)]
failing interpolate boundary 1d in codim==1
git-svn-id: https://svn.dealii.org/trunk@22996
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 17 Dec 2010 15:54:03 +0000 (15:54 +0000)]
Talk about how to extend the program in the direction of slightly crazier domains.
git-svn-id: https://svn.dealii.org/trunk@22995
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 17 Dec 2010 15:49:26 +0000 (15:49 +0000)]
Leave a note.
git-svn-id: https://svn.dealii.org/trunk@22994
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 17 Dec 2010 15:26:24 +0000 (15:26 +0000)]
add
git-svn-id: https://svn.dealii.org/trunk@22993
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 17 Dec 2010 14:10:20 +0000 (14:10 +0000)]
Fiddling with a multiplier for the wait time doesn't seem to work. Rather use what WALLTIME says, and set WALLTIME to one hour. Let's see if that works better.
git-svn-id: https://svn.dealii.org/trunk@22992
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 17 Dec 2010 00:37:46 +0000 (00:37 +0000)]
More minor simplifications.
git-svn-id: https://svn.dealii.org/trunk@22991
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Fri, 17 Dec 2010 00:32:31 +0000 (00:32 +0000)]
Remove executable property.
git-svn-id: https://svn.dealii.org/trunk@22990
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 23:58:52 +0000 (23:58 +0000)]
Another testcase.
git-svn-id: https://svn.dealii.org/trunk@22989
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 23:45:10 +0000 (23:45 +0000)]
New test.
git-svn-id: https://svn.dealii.org/trunk@22988
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 23:31:18 +0000 (23:31 +0000)]
Make the awkward map a returned value, rather than a reference argument.
git-svn-id: https://svn.dealii.org/trunk@22987
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 23:28:02 +0000 (23:28 +0000)]
Fix missing std::
git-svn-id: https://svn.dealii.org/trunk@22986
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 21:42:39 +0000 (21:42 +0000)]
Explain what we are seeing.
git-svn-id: https://svn.dealii.org/trunk@22985
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 21:25:41 +0000 (21:25 +0000)]
Specialize functions for 3d.
git-svn-id: https://svn.dealii.org/trunk@22984
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 21:19:10 +0000 (21:19 +0000)]
Set properties.
git-svn-id: https://svn.dealii.org/trunk@22983
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 21:18:52 +0000 (21:18 +0000)]
Set properties.
git-svn-id: https://svn.dealii.org/trunk@22982
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 21:12:08 +0000 (21:12 +0000)]
Set props.
git-svn-id: https://svn.dealii.org/trunk@22981
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 20:57:53 +0000 (20:57 +0000)]
Use a better solver.
git-svn-id: https://svn.dealii.org/trunk@22980
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 20:57:28 +0000 (20:57 +0000)]
Minor doc updates.
git-svn-id: https://svn.dealii.org/trunk@22979
0785d39b -7218-0410-832d-
ea1e28bc413d
bangerth [Thu, 16 Dec 2010 20:45:03 +0000 (20:45 +0000)]
Make this whole thing more similar to step-4.
git-svn-id: https://svn.dealii.org/trunk@22978
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.