]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Wed, 16 Mar 2005 17:36:59 +0000 (17:36 +0000)]
Mention function parser.
git-svn-id: https://svn.dealii.org/trunk@10170
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 16 Mar 2005 17:31:55 +0000 (17:31 +0000)]
Add Luca's work on the function parser.
git-svn-id: https://svn.dealii.org/trunk@10169
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 16 Mar 2005 16:48:41 +0000 (16:48 +0000)]
Add a few more problems that people have solved over time.
git-svn-id: https://svn.dealii.org/trunk@10168
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 16 Mar 2005 16:17:50 +0000 (16:17 +0000)]
typeid for SmartPointer
git-svn-id: https://svn.dealii.org/trunk@10167
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Wed, 16 Mar 2005 15:17:00 +0000 (15:17 +0000)]
The place of the annotated license has changed.
git-svn-id: https://svn.dealii.org/trunk@10166
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 16 Mar 2005 03:20:56 +0000 (03:20 +0000)]
New identification strings
git-svn-id: https://svn.dealii.org/trunk@10165
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 15 Mar 2005 21:35:45 +0000 (21:35 +0000)]
Why is DEAL_II_USE_MT defined to zero?
git-svn-id: https://svn.dealii.org/trunk@10164
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 15 Mar 2005 21:06:15 +0000 (21:06 +0000)]
The namespace qualified ::Table<2,T> needed by the Sun compiler offended gcc 3.3.3
git-svn-id: https://svn.dealii.org/trunk@10163
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 15 Mar 2005 21:00:44 +0000 (21:00 +0000)]
new define DEAL_VOLATILE
git-svn-id: https://svn.dealii.org/trunk@10162
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 15 Mar 2005 20:59:44 +0000 (20:59 +0000)]
matrix scalar product and matrix norm, VectorMemory
git-svn-id: https://svn.dealii.org/trunk@10161
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 15 Mar 2005 20:53:10 +0000 (20:53 +0000)]
add vector memory
git-svn-id: https://svn.dealii.org/trunk@10160
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 15 Mar 2005 17:27:15 +0000 (17:27 +0000)]
Make the correct class a friend.
git-svn-id: https://svn.dealii.org/trunk@10159
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 15 Mar 2005 17:22:48 +0000 (17:22 +0000)]
Add namespace qualification, even if not stricly necessary here.
git-svn-id: https://svn.dealii.org/trunk@10158
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 15 Mar 2005 17:17:02 +0000 (17:17 +0000)]
Reindent.
git-svn-id: https://svn.dealii.org/trunk@10157
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 15 Mar 2005 17:15:54 +0000 (17:15 +0000)]
Move a few functions into an anonymous namespace that used to be static. Add a single cast at a place where it may be necessary.
git-svn-id: https://svn.dealii.org/trunk@10156
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 15 Mar 2005 17:13:28 +0000 (17:13 +0000)]
Cast a few arguments to their correct type in the return type.
git-svn-id: https://svn.dealii.org/trunk@10155
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 15 Mar 2005 16:53:12 +0000 (16:53 +0000)]
Inline functions don't need to be static.
git-svn-id: https://svn.dealii.org/trunk@10154
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 15 Mar 2005 14:36:22 +0000 (14:36 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@10153
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 15 Mar 2005 10:03:23 +0000 (10:03 +0000)]
Simplify code in Triangulation<3>::create_triangulation function.
git-svn-id: https://svn.dealii.org/trunk@10152
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 15 Mar 2005 09:49:51 +0000 (09:49 +0000)]
Add missing clear_despite_subscriptions function calls.
git-svn-id: https://svn.dealii.org/trunk@10151
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Tue, 15 Mar 2005 09:26:39 +0000 (09:26 +0000)]
Re-create reference on andromeda, as it seems to be different on different machines.
git-svn-id: https://svn.dealii.org/trunk@10150
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 15 Mar 2005 03:40:44 +0000 (03:40 +0000)]
Documentation improved for Doxygen
Stale Exceptions removed
git-svn-id: https://svn.dealii.org/trunk@10149
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 15 Mar 2005 03:29:00 +0000 (03:29 +0000)]
NoDoc added
git-svn-id: https://svn.dealii.org/trunk@10148
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 15 Mar 2005 03:28:39 +0000 (03:28 +0000)]
NoDoc added with no improvement
git-svn-id: https://svn.dealii.org/trunk@10147
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 15 Mar 2005 03:14:00 +0000 (03:14 +0000)]
typo
git-svn-id: https://svn.dealii.org/trunk@10146
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Tue, 15 Mar 2005 02:40:05 +0000 (02:40 +0000)]
ExcWrong... replaced by ExcDimensionMismatch, since this even tells me
the wrong numbers
git-svn-id: https://svn.dealii.org/trunk@10145
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 15 Mar 2005 00:13:31 +0000 (00:13 +0000)]
Output detailed compiler version.
git-svn-id: https://svn.dealii.org/trunk@10144
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 15 Mar 2005 00:11:14 +0000 (00:11 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@10143
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 15 Mar 2005 00:10:54 +0000 (00:10 +0000)]
Add statement about newer compilers.
git-svn-id: https://svn.dealii.org/trunk@10142
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Tue, 15 Mar 2005 00:10:07 +0000 (00:10 +0000)]
Also figure out the detailed version number of the compiler.
git-svn-id: https://svn.dealii.org/trunk@10141
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 14 Mar 2005 23:51:27 +0000 (23:51 +0000)]
There is no gcc 3.5 version, this has been renamed 4.0. Also set
GXX_VERSION_DETAILED as a variable that contains the version of the compiler
in more detail, including the dot version.
git-svn-id: https://svn.dealii.org/trunk@10140
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 14 Mar 2005 23:41:50 +0000 (23:41 +0000)]
Don't detect egcs1.1 any more. The last egcs1.1.x version was released 6 years
ago almost to the day and shouldn't be around any more anywhere.
git-svn-id: https://svn.dealii.org/trunk@10139
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 14 Mar 2005 23:21:39 +0000 (23:21 +0000)]
unused code offending gcc 3.4.3 removed
git-svn-id: https://svn.dealii.org/trunk@10138
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 14 Mar 2005 22:51:47 +0000 (22:51 +0000)]
extract single files for checking
git-svn-id: https://svn.dealii.org/trunk@10137
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 14 Mar 2005 22:50:32 +0000 (22:50 +0000)]
GridGenerator checked all grids in 2D, including color
git-svn-id: https://svn.dealii.org/trunk@10136
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Mon, 14 Mar 2005 22:49:58 +0000 (22:49 +0000)]
new parallelogram grid in 2d
git-svn-id: https://svn.dealii.org/trunk@10135
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 14 Mar 2005 20:22:39 +0000 (20:22 +0000)]
Add
git-svn-id: https://svn.dealii.org/trunk@10134
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 14 Mar 2005 19:41:02 +0000 (19:41 +0000)]
Add a comment.
git-svn-id: https://svn.dealii.org/trunk@10133
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Mon, 14 Mar 2005 18:07:26 +0000 (18:07 +0000)]
Simplification of implementation of cell_to_child_coordinates and child_to_cell_coordinates functions. Implementation is now even dimension independent.
git-svn-id: https://svn.dealii.org/trunk@10132
0785d39b -7218-0410-832d-
ea1e28bc413d
Luca Heltai [Mon, 14 Mar 2005 17:29:40 +0000 (17:29 +0000)]
Almost extensive testing of get_fe_from_name.
git-svn-id: https://svn.dealii.org/trunk@10131
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Mon, 14 Mar 2005 17:27:08 +0000 (17:27 +0000)]
vertices_adjacent_to_line renamed to line_to_cell_vertices.
git-svn-id: https://svn.dealii.org/trunk@10130
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Mon, 14 Mar 2005 16:58:04 +0000 (16:58 +0000)]
vertices_adjacent_to_line function renamed to line_to_cell_vertices.
git-svn-id: https://svn.dealii.org/trunk@10129
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Mon, 14 Mar 2005 16:57:21 +0000 (16:57 +0000)]
Remove vertices_adjacent_to_line function. Doc update.
git-svn-id: https://svn.dealii.org/trunk@10128
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 14 Mar 2005 16:49:29 +0000 (16:49 +0000)]
Regenerate
git-svn-id: https://svn.dealii.org/trunk@10127
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 14 Mar 2005 16:35:01 +0000 (16:35 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@10126
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 14 Mar 2005 16:30:56 +0000 (16:30 +0000)]
Clarify docs.
git-svn-id: https://svn.dealii.org/trunk@10125
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 14 Mar 2005 15:41:37 +0000 (15:41 +0000)]
One has to specify the template argument for get_fe_from_name.
git-svn-id: https://svn.dealii.org/trunk@10124
0785d39b -7218-0410-832d-
ea1e28bc413d
Luca Heltai [Mon, 14 Mar 2005 14:58:30 +0000 (14:58 +0000)]
Added get_fe_from_name.cc test. NOT WORKING.
git-svn-id: https://svn.dealii.org/trunk@10123
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Mon, 14 Mar 2005 14:26:47 +0000 (14:26 +0000)]
Minor adjustments.
git-svn-id: https://svn.dealii.org/trunk@10122
0785d39b -7218-0410-832d-
ea1e28bc413d
Luca Heltai [Sun, 13 Mar 2005 23:23:28 +0000 (23:23 +0000)]
Added Function Parser stuff.
git-svn-id: https://svn.dealii.org/trunk@10121
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 13 Mar 2005 06:41:53 +0000 (06:41 +0000)]
More modern compilers want a "typename" in places.
git-svn-id: https://svn.dealii.org/trunk@10120
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 13 Mar 2005 06:36:49 +0000 (06:36 +0000)]
Qualify a call that doesn't necessarily have to be qualified, but it also doesn't hurt here.
git-svn-id: https://svn.dealii.org/trunk@10119
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 13 Mar 2005 06:26:53 +0000 (06:26 +0000)]
Remove a static declaration that the Sun CC compiler didn't like and that indeed didn't make much sense here.
git-svn-id: https://svn.dealii.org/trunk@10118
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 13 Mar 2005 06:17:55 +0000 (06:17 +0000)]
Make sure the two arguments to make_pair have the same type (Sun CC complains about this, not entirely without justification).
git-svn-id: https://svn.dealii.org/trunk@10117
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Sun, 13 Mar 2005 03:37:24 +0000 (03:37 +0000)]
Add targets to do nightly automated builds.
git-svn-id: https://svn.dealii.org/trunk@10116
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Sat, 12 Mar 2005 19:22:39 +0000 (19:22 +0000)]
Replace ugliest code sequence of 12 assertions of hard-coded geometry information by a single (almost) geometry independent assertion.
git-svn-id: https://svn.dealii.org/trunk@10115
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Sat, 12 Mar 2005 15:29:09 +0000 (15:29 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@10111
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Sat, 12 Mar 2005 07:27:14 +0000 (07:27 +0000)]
Make it compile.
git-svn-id: https://svn.dealii.org/trunk@10110
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sat, 12 Mar 2005 03:26:12 +0000 (03:26 +0000)]
beginning TridiagonalMatrix
git-svn-id: https://svn.dealii.org/trunk@10109
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sat, 12 Mar 2005 03:13:26 +0000 (03:13 +0000)]
console output removed
git-svn-id: https://svn.dealii.org/trunk@10108
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sat, 12 Mar 2005 03:03:15 +0000 (03:03 +0000)]
test adding multiplication
git-svn-id: https://svn.dealii.org/trunk@10107
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Sat, 12 Mar 2005 02:51:48 +0000 (02:51 +0000)]
new ProductSparseMatrix
git-svn-id: https://svn.dealii.org/trunk@10106
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 11 Mar 2005 23:05:40 +0000 (23:05 +0000)]
New GeometryInfo::line_to_cell_vertices, face_to_cell_lines face_to_cell_vertices functions. Re-implementation of create_triangulation functions independent of conventions for numbering of vertices, lines and faces.
git-svn-id: https://svn.dealii.org/trunk@10105
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 11 Mar 2005 22:57:00 +0000 (22:57 +0000)]
Use new line_to_cell_vertices, face_to_cell_vertices and face_to_cell_lines functions to implement the create_triangulation functions independent of the conventions for the numbering of vertices, lines and faces.
git-svn-id: https://svn.dealii.org/trunk@10104
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 11 Mar 2005 22:55:27 +0000 (22:55 +0000)]
Fix docu: Normal of face 0 points outward!
git-svn-id: https://svn.dealii.org/trunk@10103
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 11 Mar 2005 22:54:22 +0000 (22:54 +0000)]
New line_to_cell_vertices, face_to_cell_vertices and face_to_cell_lines functions.
git-svn-id: https://svn.dealii.org/trunk@10102
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 11 Mar 2005 22:42:47 +0000 (22:42 +0000)]
Allow for unknown compilers and issue a warning
git-svn-id: https://svn.dealii.org/trunk@10101
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 11 Mar 2005 16:36:09 +0000 (16:36 +0000)]
Example documentation included
git-svn-id: https://svn.dealii.org/trunk@10100
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 11 Mar 2005 15:47:39 +0000 (15:47 +0000)]
example added
git-svn-id: https://svn.dealii.org/trunk@10099
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 11 Mar 2005 15:12:27 +0000 (15:12 +0000)]
example for product matrix
git-svn-id: https://svn.dealii.org/trunk@10098
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 11 Mar 2005 15:07:19 +0000 (15:07 +0000)]
documentation improved
git-svn-id: https://svn.dealii.org/trunk@10097
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 11 Mar 2005 11:04:18 +0000 (11:04 +0000)]
Get rid of annoying warning issued by gcc2.95: aggregate has a partly bracketed initializer
git-svn-id: https://svn.dealii.org/trunk@10096
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 11 Mar 2005 09:53:54 +0000 (09:53 +0000)]
Make it compile with gcc2.95.3. Set AdditionalData parameters different from the default values through the initialize function only.
git-svn-id: https://svn.dealii.org/trunk@10095
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 11 Mar 2005 09:52:59 +0000 (09:52 +0000)]
new PreconditionRichardson
git-svn-id: https://svn.dealii.org/trunk@10094
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Fri, 11 Mar 2005 09:34:14 +0000 (09:34 +0000)]
Make it compile with gcc2.95.3. Set AdditionalData parameters different from the default values through the initialize function only.
git-svn-id: https://svn.dealii.org/trunk@10093
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 11 Mar 2005 00:56:34 +0000 (00:56 +0000)]
minlevel nonzero documented and second defect vector added
git-svn-id: https://svn.dealii.org/trunk@10092
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 11 Mar 2005 00:46:47 +0000 (00:46 +0000)]
access functions for levels
git-svn-id: https://svn.dealii.org/trunk@10091
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Fri, 11 Mar 2005 00:46:27 +0000 (00:46 +0000)]
add generalized initialize
git-svn-id: https://svn.dealii.org/trunk@10090
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 10 Mar 2005 23:40:44 +0000 (23:40 +0000)]
Add one statement.
git-svn-id: https://svn.dealii.org/trunk@10089
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 10 Mar 2005 23:35:47 +0000 (23:35 +0000)]
Add a page about the testsuite.
git-svn-id: https://svn.dealii.org/trunk@10088
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 10 Mar 2005 22:43:20 +0000 (22:43 +0000)]
Make list of tests better readable.
git-svn-id: https://svn.dealii.org/trunk@10087
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 10 Mar 2005 21:27:02 +0000 (21:27 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@10086
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 10 Mar 2005 21:20:31 +0000 (21:20 +0000)]
Small updates.
git-svn-id: https://svn.dealii.org/trunk@10085
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 10 Mar 2005 19:42:26 +0000 (19:42 +0000)]
minor corrections
git-svn-id: https://svn.dealii.org/trunk@10084
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 10 Mar 2005 19:38:21 +0000 (19:38 +0000)]
More slight fixes.
git-svn-id: https://svn.dealii.org/trunk@10083
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 10 Mar 2005 19:36:52 +0000 (19:36 +0000)]
Make things a little clearer.
git-svn-id: https://svn.dealii.org/trunk@10082
0785d39b -7218-0410-832d-
ea1e28bc413d
Wolfgang Bangerth [Thu, 10 Mar 2005 19:11:11 +0000 (19:11 +0000)]
// store a pointer to the end
// iterator, since we can't get at
// it any more once cell is already
// the end iterator (in that case
// dereferencing cell-> triggers an
// assertion)
git-svn-id: https://svn.dealii.org/trunk@10081
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 10 Mar 2005 17:35:52 +0000 (17:35 +0000)]
allow for unknown compilers
git-svn-id: https://svn.dealii.org/trunk@10080
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Thu, 10 Mar 2005 17:30:34 +0000 (17:30 +0000)]
new PreconditionRichardson
git-svn-id: https://svn.dealii.org/trunk@10079
0785d39b -7218-0410-832d-
ea1e28bc413d
rschulz [Thu, 10 Mar 2005 10:32:11 +0000 (10:32 +0000)]
Several cygwins fixes: broken socket functions bug (gethostname), -fPIC warnings fixed, system message to add /lib path to PATH variable added. Doc changes: windows html pages revisited. Others: added support for x86-like processor optimization (via --with-cpu option of configure), added documentation for that option.
git-svn-id: https://svn.dealii.org/trunk@10078
0785d39b -7218-0410-832d-
ea1e28bc413d
rschulz [Thu, 10 Mar 2005 10:20:51 +0000 (10:20 +0000)]
*** empty log message ***
git-svn-id: https://svn.dealii.org/trunk@10077
0785d39b -7218-0410-832d-
ea1e28bc413d
rschulz [Thu, 10 Mar 2005 10:09:06 +0000 (10:09 +0000)]
*** empty log message ***
git-svn-id: https://svn.dealii.org/trunk@10075
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 9 Mar 2005 21:53:27 +0000 (21:53 +0000)]
PHONY targets
git-svn-id: https://svn.dealii.org/trunk@10074
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 9 Mar 2005 21:46:19 +0000 (21:46 +0000)]
other targets for multigrid
git-svn-id: https://svn.dealii.org/trunk@10073
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 9 Mar 2005 21:36:10 +0000 (21:36 +0000)]
multigrid added
git-svn-id: https://svn.dealii.org/trunk@10072
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 9 Mar 2005 20:54:45 +0000 (20:54 +0000)]
mg_dof_tools.h moved to appropriate mg_tools.h
git-svn-id: https://svn.dealii.org/trunk@10071
0785d39b -7218-0410-832d-
ea1e28bc413d
Guido Kanschat [Wed, 9 Mar 2005 20:18:36 +0000 (20:18 +0000)]
missing instantiation added and moved functions to driver file
git-svn-id: https://svn.dealii.org/trunk@10070
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Wed, 9 Mar 2005 18:29:08 +0000 (18:29 +0000)]
Fix comments.
git-svn-id: https://svn.dealii.org/trunk@10066
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Wed, 9 Mar 2005 17:16:31 +0000 (17:16 +0000)]
Update.
git-svn-id: https://svn.dealii.org/trunk@10065
0785d39b -7218-0410-832d-
ea1e28bc413d
Ralf Hartmann [Wed, 9 Mar 2005 15:55:36 +0000 (15:55 +0000)]
Re-implementation of execute_refinement in 2d results in change in ordering of vertices.
git-svn-id: https://svn.dealii.org/trunk@10064
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.