]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
16 years agonumber of blocks in FESystem documented
kanschat [Thu, 4 Oct 2007 00:24:04 +0000 (00:24 +0000)]
number of blocks in FESystem documented

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

16 years agonumber of blocks in FESystem should be just the number of base elements times their...
kanschat [Thu, 4 Oct 2007 00:19:32 +0000 (00:19 +0000)]
number of blocks in FESystem should be just the number of base elements times their multiplicity

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

16 years agoTwo more publications, now already at 27 for this year :-)
bangerth [Tue, 2 Oct 2007 14:44:00 +0000 (14:44 +0000)]
Two more publications, now already at 27 for this year :-)

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

16 years agoQualify a few accesses to an exception in the base class. This shouldn't be strictly...
bangerth [Wed, 26 Sep 2007 19:46:49 +0000 (19:46 +0000)]
Qualify a few accesses to an exception in the base class. This shouldn't be strictly necessary in these functions (because they are explicit specializations not dependent on a template parameter any more) but xlC wants that anyway and so why not do it as there is no harm.

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

16 years agoApply the same fix as for the regular DoFHandler
bangerth [Wed, 26 Sep 2007 16:29:56 +0000 (16:29 +0000)]
Apply the same fix as for the regular DoFHandler

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

16 years agoFix determination of memory_consumption size of a pointer variable.
bangerth [Wed, 26 Sep 2007 16:28:57 +0000 (16:28 +0000)]
Fix determination of memory_consumption size of a pointer variable.

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

16 years agoRemove 'const' from the keys of a map, since they are implicitly already const. xlC...
bangerth [Wed, 26 Sep 2007 16:26:34 +0000 (16:26 +0000)]
Remove 'const' from the keys of a map, since they are implicitly already const. xlC nevertheless produces an error with this construct, so give it a break.

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

16 years agoFix the memory_consumption function to account for the fact that 'faces' has been...
bangerth [Wed, 26 Sep 2007 16:21:33 +0000 (16:21 +0000)]
Fix the memory_consumption function to account for the fact that 'faces' has been made a pointer

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

16 years agoUndo accidental checkin
bangerth [Wed, 26 Sep 2007 16:10:46 +0000 (16:10 +0000)]
Undo accidental checkin

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

16 years agoExplicitly specify template arguments in calls to a template function in an anonymous...
bangerth [Wed, 26 Sep 2007 16:10:01 +0000 (16:10 +0000)]
Explicitly specify template arguments in calls to a template function in an anonymous namespace. xlC requires this and may even be correct since functions with implicit linkage should not be considered in template argument deduction, but gcc appears to accept this anyway...

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

16 years agoSuppress a warning about array arguments out of range that may appear in dead code...
bangerth [Wed, 26 Sep 2007 15:52:22 +0000 (15:52 +0000)]
Suppress a warning about array arguments out of range that may appear in dead code (like in switch(dim) clauses that aren't taken).

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

16 years agoUndo the last patch: we don't need anything to be mutable here at all since we don...
bangerth [Wed, 26 Sep 2007 15:14:05 +0000 (15:14 +0000)]
Undo the last patch: we don't need anything to be mutable here at all since we don't modify the variable -- only the object the reference points to. constness isn't inherited from member functions to the pointed to object.

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

16 years agoUndo the last patch: we don't need anything to be mutable here at all since we don...
bangerth [Wed, 26 Sep 2007 15:12:29 +0000 (15:12 +0000)]
Undo the last patch: we don't need anything to be mutable here at all since we don't modify the variable -- only the object the reference points to. constness isn't inherited from member functions to the pointed to object.

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

17 years agofix Kovasnzay flow
kanschat [Wed, 26 Sep 2007 04:03:31 +0000 (04:03 +0000)]
fix Kovasnzay flow

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

17 years agoUse the correct PIC flag for newer xlC versions
bangerth [Wed, 26 Sep 2007 03:43:36 +0000 (03:43 +0000)]
Use the correct PIC flag for newer xlC versions

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

17 years agoProperly recognize IBM xlC
bangerth [Wed, 26 Sep 2007 03:38:37 +0000 (03:38 +0000)]
Properly recognize IBM xlC

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

17 years agoThe C++ standard says that 'mutable' can't be applied to reference members, so change...
bangerth [Wed, 26 Sep 2007 03:22:47 +0000 (03:22 +0000)]
The C++ standard says that 'mutable' can't be applied to reference members, so change things to a pointer instead.

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

17 years agoThe C++ standard says that 'mutable' can't be applied to reference members, so change...
bangerth [Wed, 26 Sep 2007 03:16:28 +0000 (03:16 +0000)]
The C++ standard says that 'mutable' can't be applied to reference members, so change things to a pointer instead.

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

17 years agoinline all member functions of FilteredMatrix
kanschat [Tue, 25 Sep 2007 21:12:10 +0000 (21:12 +0000)]
inline all member functions of FilteredMatrix

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

17 years agonew FilteredMatrix
kanschat [Tue, 25 Sep 2007 20:21:19 +0000 (20:21 +0000)]
new FilteredMatrix

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

17 years agoproject_boundary_values for vector-valued elements
kanschat [Tue, 25 Sep 2007 19:46:29 +0000 (19:46 +0000)]
project_boundary_values for vector-valued elements

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

17 years agoRe-indent
bangerth [Fri, 21 Sep 2007 20:04:15 +0000 (20:04 +0000)]
Re-indent

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

17 years agoreturn to old behavior
kanschat [Fri, 21 Sep 2007 19:08:59 +0000 (19:08 +0000)]
return to old behavior

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

17 years agoFix comments
bangerth [Fri, 21 Sep 2007 14:10:06 +0000 (14:10 +0000)]
Fix comments

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

17 years agofix missing memory pool
kanschat [Fri, 21 Sep 2007 01:24:55 +0000 (01:24 +0000)]
fix missing memory pool

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

17 years agoadd default memory pool
kanschat [Fri, 21 Sep 2007 01:24:32 +0000 (01:24 +0000)]
add default memory pool

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

17 years agoFix typos.
bangerth [Fri, 21 Sep 2007 01:01:52 +0000 (01:01 +0000)]
Fix typos.

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

17 years agoadd additional Hessians
kanschat [Thu, 20 Sep 2007 21:58:33 +0000 (21:58 +0000)]
add additional Hessians

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

17 years agocheck StokesLSingulartity
kanschat [Thu, 20 Sep 2007 21:27:17 +0000 (21:27 +0000)]
check StokesLSingulartity

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

17 years agoderivatives of StokesLSingularity
kanschat [Thu, 20 Sep 2007 21:26:37 +0000 (21:26 +0000)]
derivatives of StokesLSingularity

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

17 years agoFix typo.
bangerth [Thu, 20 Sep 2007 21:14:15 +0000 (21:14 +0000)]
Fix typo.

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

17 years agoOutput file is valid also with previous gcc version
bangerth [Wed, 19 Sep 2007 22:58:33 +0000 (22:58 +0000)]
Output file is valid also with previous gcc version

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

17 years agoPointerMatrixAux has own memory just in case
kanschat [Tue, 18 Sep 2007 22:56:02 +0000 (22:56 +0000)]
PointerMatrixAux has own memory just in case

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

17 years agooverload new_pointer_matrix_base to choose between PointerMatrix and PointerMatrixAux...
kanschat [Tue, 18 Sep 2007 22:37:55 +0000 (22:37 +0000)]
overload new_pointer_matrix_base to choose between PointerMatrix and PointerMatrixAux automatically

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

17 years agoMove implementation of default constructor into .cc file. This may help the problem...
bangerth [Tue, 18 Sep 2007 16:01:42 +0000 (16:01 +0000)]
Move implementation of default constructor into .cc file. This may help the problem on Mac OS X where we get a linker error with a missing definition for the typeinfo data for dealii::Threads::internal::thread_description_base.

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

17 years agoQualify a number of calls for broken STLs
bangerth [Fri, 14 Sep 2007 19:03:53 +0000 (19:03 +0000)]
Qualify a number of calls for broken STLs

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

17 years agoQualify a number of calls for broken STLs
bangerth [Fri, 14 Sep 2007 19:03:05 +0000 (19:03 +0000)]
Qualify a number of calls for broken STLs

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

17 years agoProperly qualify call for broken STLs
bangerth [Fri, 14 Sep 2007 18:52:14 +0000 (18:52 +0000)]
Properly qualify call for broken STLs

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

17 years agoAlso list coding conventions in the long table
bangerth [Fri, 14 Sep 2007 13:35:20 +0000 (13:35 +0000)]
Also list coding conventions in the long table

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

17 years agoAdded a function to the logstream class telling the user whether a file has been...
prill [Fri, 14 Sep 2007 13:16:39 +0000 (13:16 +0000)]
Added a function to the logstream class telling the user whether a file has been attached or not.

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

17 years agoadd
bangerth [Fri, 14 Sep 2007 01:11:20 +0000 (01:11 +0000)]
add

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

17 years agoRemove the last hold-outs of the term second_derivatives
bangerth [Thu, 13 Sep 2007 23:52:22 +0000 (23:52 +0000)]
Remove the last hold-outs of the term second_derivatives

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

17 years agoRename the patch_second_derivatives field in the private Data structures of the DataO...
bangerth [Thu, 13 Sep 2007 23:47:15 +0000 (23:47 +0000)]
Rename the patch_second_derivatives field in the private Data structures of the DataOut classes to patch_hessians, to be conforming to the new naming convention Guido introduces.

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

17 years agoAdjust order of parameters such that the output parameter comes last.
bangerth [Thu, 13 Sep 2007 23:40:09 +0000 (23:40 +0000)]
Adjust order of parameters such that the output parameter comes last.

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

17 years agoReword a few things
bangerth [Thu, 13 Sep 2007 23:27:58 +0000 (23:27 +0000)]
Reword a few things

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

17 years agoFix path to file
bangerth [Thu, 13 Sep 2007 23:18:31 +0000 (23:18 +0000)]
Fix path to file

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

17 years agoLink to coding conventions
bangerth [Thu, 13 Sep 2007 17:46:02 +0000 (17:46 +0000)]
Link to coding conventions

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

17 years agoMove the coding conventions file into the doxygen directory
bangerth [Thu, 13 Sep 2007 17:43:39 +0000 (17:43 +0000)]
Move the coding conventions file into the doxygen directory

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

17 years agoRename compute_derived_quantities to two different names for the scalar and vector...
bangerth [Thu, 13 Sep 2007 15:47:20 +0000 (15:47 +0000)]
Rename compute_derived_quantities to two different names for the scalar and vector case to avoid warnings about hiding the respective other function if only one is overloaded.

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

17 years agoFix vertical spacing
bangerth [Thu, 13 Sep 2007 15:24:21 +0000 (15:24 +0000)]
Fix vertical spacing

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

17 years agoHessians
kanschat [Thu, 13 Sep 2007 15:18:06 +0000 (15:18 +0000)]
Hessians

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

17 years agomake legal html
kanschat [Thu, 13 Sep 2007 15:14:08 +0000 (15:14 +0000)]
make legal html

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

17 years agoUpdated step-29, now using new DataPostprocessor class to output data
allmaras [Wed, 12 Sep 2007 23:39:11 +0000 (23:39 +0000)]
Updated step-29, now using new DataPostprocessor class to output data

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

17 years agoFix some awkward markup
bangerth [Wed, 12 Sep 2007 16:48:22 +0000 (16:48 +0000)]
Fix some awkward markup

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

17 years agoFix typos and simplify. @p is not required, doxygen recognizes the names also without @p.
hartmann [Wed, 12 Sep 2007 11:16:43 +0000 (11:16 +0000)]
Fix typos and simplify. @p is not required, doxygen recognizes the names also without @p.

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

17 years agoAdd news entry for DataPostprocessor.
leicht [Wed, 12 Sep 2007 07:40:59 +0000 (07:40 +0000)]
Add news entry for DataPostprocessor.

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

17 years agoAdd one * to make class documentation of DataPostprocessor visible to doxygen.
leicht [Wed, 12 Sep 2007 07:40:25 +0000 (07:40 +0000)]
Add one * to make class documentation of DataPostprocessor visible to doxygen.

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

17 years agoMake sure that doxygen can cross-link.
hartmann [Wed, 12 Sep 2007 07:12:46 +0000 (07:12 +0000)]
Make sure that doxygen can cross-link.

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

17 years agoFix some typos.
hartmann [Wed, 12 Sep 2007 06:31:57 +0000 (06:31 +0000)]
Fix some typos.

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

17 years agoMove an apparently misplaced command.
bangerth [Wed, 12 Sep 2007 02:49:31 +0000 (02:49 +0000)]
Move an apparently misplaced command.

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

17 years agoreplaced the remaining 2nd derivatives by hessians
kanschat [Tue, 11 Sep 2007 20:22:23 +0000 (20:22 +0000)]
replaced the remaining 2nd derivatives by hessians

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

17 years agostripped tarfile
kanschat [Tue, 11 Sep 2007 15:12:17 +0000 (15:12 +0000)]
stripped tarfile

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

17 years agostart unifying names of gradients and hessians
kanschat [Tue, 11 Sep 2007 15:08:43 +0000 (15:08 +0000)]
start unifying names of gradients and hessians

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

17 years agoMoved test for grid output and input into deal.II tree.
heltai [Mon, 10 Sep 2007 15:18:37 +0000 (15:18 +0000)]
Moved test for grid output and input into deal.II tree.

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

17 years agoAdded comment on grid_out changes.
heltai [Mon, 10 Sep 2007 15:14:28 +0000 (15:14 +0000)]
Added comment on grid_out changes.

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

17 years agoFailing tets on grid_out is now resolved.
heltai [Mon, 10 Sep 2007 15:04:43 +0000 (15:04 +0000)]
Failing tets on grid_out is now resolved.

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

17 years agoAdded write_lines options to write_msh and write_ucd to solve bug on 3d meshes with...
heltai [Mon, 10 Sep 2007 15:03:59 +0000 (15:03 +0000)]
Added write_lines options to write_msh and write_ucd to solve bug on 3d meshes with boundary id!=0.

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

17 years agoIntroduce new class DataPostprocessor, which takes data values and possibly gradients...
leicht [Mon, 10 Sep 2007 11:22:30 +0000 (11:22 +0000)]
Introduce new class DataPostprocessor, which takes data values and possibly gradients, second derivatives (and normals on faces) and calculates derived data from a given FE solution. Derived classes can be used in combination with DataOut, DataOutFaces and DataOutRotation.

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

17 years agoUpdated intro for step-29
allmaras [Mon, 10 Sep 2007 03:32:23 +0000 (03:32 +0000)]
Updated intro for step-29

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

17 years agoSet svn:ignore
bangerth [Mon, 10 Sep 2007 02:41:48 +0000 (02:41 +0000)]
Set svn:ignore

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

17 years agoSet properties svn:eol-style and svn:keywords uniformly for all .cc files.
bangerth [Mon, 10 Sep 2007 01:10:03 +0000 (01:10 +0000)]
Set properties svn:eol-style and svn:keywords uniformly for all .cc files.

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

17 years agoFix authorship and date
bangerth [Mon, 10 Sep 2007 01:06:47 +0000 (01:06 +0000)]
Fix authorship and date

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

17 years agoadd simpler assertion for one of the most common cases
kanschat [Sun, 9 Sep 2007 23:59:12 +0000 (23:59 +0000)]
add simpler assertion for one of the most common cases

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

17 years agoOutline taking the address of a function again since icc10 is unhappy with the curren...
bangerth [Sun, 9 Sep 2007 04:32:24 +0000 (04:32 +0000)]
Outline taking the address of a function again since icc10 is unhappy with the current code...

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

17 years agoRemove now outdated output file
bangerth [Sun, 9 Sep 2007 00:46:01 +0000 (00:46 +0000)]
Remove now outdated output file

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

17 years agoRemove one of the weirdest workarounds we have for gcc 2.95 in our code base.
bangerth [Sun, 9 Sep 2007 00:39:53 +0000 (00:39 +0000)]
Remove one of the weirdest workarounds we have for gcc 2.95 in our code base.

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

17 years agoRemove workarounds that were necessary for 2.95
bangerth [Sun, 9 Sep 2007 00:36:14 +0000 (00:36 +0000)]
Remove workarounds that were necessary for 2.95

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

17 years agoReformat
bangerth [Sun, 9 Sep 2007 00:35:36 +0000 (00:35 +0000)]
Reformat

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

17 years agoRemove a workaround that was necessary for 2.95
bangerth [Sun, 9 Sep 2007 00:35:18 +0000 (00:35 +0000)]
Remove a workaround that was necessary for 2.95

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

17 years agoRemove now outdated comment.
bangerth [Sun, 9 Sep 2007 00:34:38 +0000 (00:34 +0000)]
Remove now outdated comment.

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

17 years agoRemove a comment that describes a problem that is only marginally important.
bangerth [Sun, 9 Sep 2007 00:33:37 +0000 (00:33 +0000)]
Remove a comment that describes a problem that is only marginally important.

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

17 years agoRemove workarounds for gcc2.95
bangerth [Sun, 9 Sep 2007 00:17:44 +0000 (00:17 +0000)]
Remove workarounds for gcc2.95

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

17 years agoRemove another workaround for gcc 2.95 (which we don't support any more).
bangerth [Sun, 9 Sep 2007 00:14:51 +0000 (00:14 +0000)]
Remove another workaround for gcc 2.95 (which we don't support any more).

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

17 years agoRemove a workaround for gcc 2.95 (which we don't support any more).
bangerth [Sun, 9 Sep 2007 00:14:04 +0000 (00:14 +0000)]
Remove a workaround for gcc 2.95 (which we don't support any more).

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

17 years agoRemove a comment that a class should be made local to the Triangulation class. I...
bangerth [Sat, 8 Sep 2007 23:55:33 +0000 (23:55 +0000)]
Remove a comment that a class should be made local to the Triangulation class. I don't believe that this is what we want any more, I guess we've learned that keeping classes slimmer is a good thing.

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

17 years agoLet doxygen see and munge the list of changes, so that crosslinks are automatically...
bangerth [Sat, 8 Sep 2007 02:18:36 +0000 (02:18 +0000)]
Let doxygen see and munge the list of changes, so that crosslinks are automatically generated.

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

17 years ago <li> <p>Changed: The deprecated typedefs
bangerth [Sat, 8 Sep 2007 01:38:16 +0000 (01:38 +0000)]
  <li> <p>Changed: The deprecated typedefs
  <code>internal::Triangulation::Line</code>,
  <code>internal::Triangulation::Quad</code>, and
  <code>internal::Triangulation::Hexahedron</code> have been removed.
  <br>
  (WB 2007/09/07)
  </p>

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

17 years agoMake an object const
bangerth [Sat, 8 Sep 2007 01:37:44 +0000 (01:37 +0000)]
Make an object const

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

17 years agoRemove an old TODO
bangerth [Sat, 8 Sep 2007 01:37:16 +0000 (01:37 +0000)]
Remove an old TODO

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

17 years agoFix typo.
bangerth [Sat, 8 Sep 2007 01:35:27 +0000 (01:35 +0000)]
Fix typo.

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

17 years agoEliminated element type 15 from the list of supported elements in
heltai [Fri, 7 Sep 2007 18:00:58 +0000 (18:00 +0000)]
Eliminated element type 15 from the list of supported elements in
the gmsh format.

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

17 years agomake script executable
kanschat [Fri, 7 Sep 2007 14:59:25 +0000 (14:59 +0000)]
make script executable

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

17 years agoAdded test for bug in grid in / grid out
heltai [Fri, 7 Sep 2007 14:46:57 +0000 (14:46 +0000)]
Added test for bug in grid in / grid out

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

17 years agoRemove MIPSpro compiler from list of supported compilers. Version 7.41 has too many...
hartmann [Fri, 7 Sep 2007 08:05:53 +0000 (08:05 +0000)]
Remove MIPSpro compiler from list of supported compilers. Version 7.41 has too many bugs. Waiting for more recent MIPSpro compiler version.

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

17 years agoAdjust version numbers in output to 6.1.pre
bangerth [Fri, 7 Sep 2007 03:51:15 +0000 (03:51 +0000)]
Adjust version numbers in output to 6.1.pre

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

17 years agoupdate the script
bangerth [Fri, 7 Sep 2007 03:38:11 +0000 (03:38 +0000)]
update the script

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

17 years agoStep-22 has been renamed step-28
bangerth [Fri, 7 Sep 2007 00:51:12 +0000 (00:51 +0000)]
Step-22 has been renamed step-28

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

17 years agoUndo accidental checkin
bangerth [Fri, 7 Sep 2007 00:30:27 +0000 (00:30 +0000)]
Undo accidental checkin

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

17 years agoBump version number
bangerth [Fri, 7 Sep 2007 00:13:46 +0000 (00:13 +0000)]
Bump version number

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

17 years agoRemove now outdated file
bangerth [Fri, 7 Sep 2007 00:12:27 +0000 (00:12 +0000)]
Remove now outdated file

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