]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
23 years agoMake code slightly faster.
wolf [Wed, 21 Mar 2001 16:43:05 +0000 (16:43 +0000)]
Make code slightly faster.

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

23 years agoOn some systems (discovered on DEC Alpha OSF1 V5), static variables in inline functio...
wolf [Tue, 20 Mar 2001 14:56:19 +0000 (14:56 +0000)]
On some systems (discovered on DEC Alpha OSF1 V5), static variables in inline functions are not allowed. In this particular case, there also seems no reason to make the variable static, as the compiler might even be able to optimize access to it away sometimes, and it doesn't harm to make it non-static.

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

23 years agoDisable shared libs on OSF1 V5 as well.
wolf [Tue, 20 Mar 2001 14:54:36 +0000 (14:54 +0000)]
Disable shared libs on OSF1 V5 as well.

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

23 years agoOn gcc2.95 on Alpha OSF1, the native assembler does not like empty files, so provide...
wolf [Tue, 20 Mar 2001 14:43:59 +0000 (14:43 +0000)]
On gcc2.95 on Alpha OSF1, the native assembler does not like empty files, so provide some dummy code if necessary.

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

23 years agoNew restore(unsigned int step) function (among others) in PersistentTriangulation.
hartmann [Tue, 20 Mar 2001 10:47:09 +0000 (10:47 +0000)]
New restore(unsigned int step) function (among others) in PersistentTriangulation.

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

23 years agoNew functions restore(uint step), clear_flags, n_refinement_steps. This allows to...
hartmann [Tue, 20 Mar 2001 10:21:02 +0000 (10:21 +0000)]
New functions restore(uint step), clear_flags, n_refinement_steps. This allows to restore the triangulation step by step.

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

23 years agoFix one more bug, per Hans' suggestion.
wolf [Tue, 20 Mar 2001 07:49:00 +0000 (07:49 +0000)]
Fix one more bug, per Hans' suggestion.

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

23 years agoAdd a barrier class to the Threads:: namespace.
wolf [Mon, 19 Mar 2001 15:15:09 +0000 (15:15 +0000)]
Add a barrier class to the Threads:: namespace.

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

23 years agoAdd a barrier class to the Threads:: namespace.
wolf [Mon, 19 Mar 2001 15:05:55 +0000 (15:05 +0000)]
Add a barrier class to the Threads:: namespace.

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

23 years agoFix various bugs in VTK output.
wolf [Mon, 19 Mar 2001 10:59:00 +0000 (10:59 +0000)]
Fix various bugs in VTK output.

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

23 years agoAdd Vtk to list of supported file formats.
wolf [Mon, 19 Mar 2001 10:03:41 +0000 (10:03 +0000)]
Add Vtk to list of supported file formats.

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

23 years agoTwo fixes.
hartmann [Mon, 19 Mar 2001 09:54:06 +0000 (09:54 +0000)]
Two fixes.

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

23 years agodoc update.
wolf [Mon, 19 Mar 2001 09:32:57 +0000 (09:32 +0000)]
doc update.

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

23 years agoRemove obsolete arguments of the MappingQ1<dim>::transform_unit_to_real_cell_internal...
hartmann [Fri, 16 Mar 2001 15:47:39 +0000 (15:47 +0000)]
Remove obsolete arguments of the MappingQ1<dim>::transform_unit_to_real_cell_internal function.

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

23 years agoMake it compile with a prerelease of gcc3.0
hartmann [Fri, 16 Mar 2001 15:21:12 +0000 (15:21 +0000)]
Make it compile with a prerelease of gcc3.0

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

23 years agonew mesh hyper_rectangle
guido [Fri, 16 Mar 2001 14:57:21 +0000 (14:57 +0000)]
new mesh hyper_rectangle

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

23 years agoBug fix.
hartmann [Fri, 16 Mar 2001 14:52:35 +0000 (14:52 +0000)]
Bug fix.

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

23 years agoOutput only lib name, no path.
wolf [Fri, 16 Mar 2001 14:49:29 +0000 (14:49 +0000)]
Output only lib name, no path.

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

23 years agoDoc update.
hartmann [Fri, 16 Mar 2001 11:05:53 +0000 (11:05 +0000)]
Doc update.

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

23 years agoPurge static non-const variables, or make them const to avoid ordering problems with...
wolf [Fri, 16 Mar 2001 09:39:20 +0000 (09:39 +0000)]
Purge static non-const variables, or make them const to avoid ordering problems with read access in multithreaded applications.

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

23 years agoDoc update.
hartmann [Fri, 16 Mar 2001 09:36:23 +0000 (09:36 +0000)]
Doc update.

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

23 years agoFix missing const.
wolf [Fri, 16 Mar 2001 09:28:44 +0000 (09:28 +0000)]
Fix missing const.

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

23 years agoDoc update.
wolf [Fri, 16 Mar 2001 08:59:38 +0000 (08:59 +0000)]
Doc update.

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

23 years agoCrissCross element removed.
hartmann [Thu, 15 Mar 2001 19:14:14 +0000 (19:14 +0000)]
CrissCross element removed.

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

23 years agoRemove obsolete lines.
hartmann [Thu, 15 Mar 2001 19:12:31 +0000 (19:12 +0000)]
Remove obsolete lines.

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

23 years agoDoc update.
hartmann [Thu, 15 Mar 2001 19:10:20 +0000 (19:10 +0000)]
Doc update.

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

23 years agoNew ExcImpossibleInDim.
hartmann [Thu, 15 Mar 2001 19:09:52 +0000 (19:09 +0000)]
New ExcImpossibleInDim.

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

23 years agoRemove InternalDataBase argument of transform_unit_to_real_cell function; new impleme...
hartmann [Thu, 15 Mar 2001 19:07:18 +0000 (19:07 +0000)]
Remove InternalDataBase argument of transform_unit_to_real_cell function; new implementation of transform_unit_to_real_cell_internal function. New internal helper function: get_cell_data.

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

23 years agoRemove alternative_normals_computation, hence could remove overload of compute_face_d...
hartmann [Thu, 15 Mar 2001 19:05:58 +0000 (19:05 +0000)]
Remove alternative_normals_computation, hence could remove overload of compute_face_data, compute_fill_face and update_each functions. Make use_mapping_q_on_all_cells static const. Change straight_boundary from static member variable to static function variables.

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

23 years agoRemove InternalDataBase argument and simplify implementation of transform_unit_to_rea...
hartmann [Thu, 15 Mar 2001 19:02:04 +0000 (19:02 +0000)]
Remove InternalDataBase argument and simplify implementation of transform_unit_to_real_cell function.

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

23 years agoRemove obsolete lines.
hartmann [Thu, 15 Mar 2001 19:00:19 +0000 (19:00 +0000)]
Remove obsolete lines.

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

23 years agoChange private, protected, public of some functions. Remove InternalDataBase argument...
hartmann [Thu, 15 Mar 2001 18:59:06 +0000 (18:59 +0000)]
Change private, protected, public of some functions. Remove InternalDataBase argument of transform_unit_to_real_cell function; new implementation of transform_unit_to_real_cell_internal function. New internal helper function: get_cell_data.

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

23 years agoChange private, protected, public of some functions. Remove alternative_normals_compu...
hartmann [Thu, 15 Mar 2001 18:56:24 +0000 (18:56 +0000)]
Change private, protected, public of some functions. Remove alternative_normals_computation, hence could remove overload of compute_face_data and compute_fill_face functions. Make use_mapping_q_on_all_cells static const.

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

23 years agoRemove InternalDataBase argument of transform_unit_to_real_cell function.
hartmann [Thu, 15 Mar 2001 18:52:15 +0000 (18:52 +0000)]
Remove InternalDataBase argument of transform_unit_to_real_cell function.

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

23 years agoChange private, protected, public of some functions. Remove InternalDataBase argument...
hartmann [Thu, 15 Mar 2001 18:51:41 +0000 (18:51 +0000)]
Change private, protected, public of some functions. Remove InternalDataBase argument of transform_unit_to_real_cell function.

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

23 years agoAdd FESystems including FEs of higher degree. Make it compile on a prerelease of...
hartmann [Thu, 15 Mar 2001 18:48:14 +0000 (18:48 +0000)]
Add FESystems including FEs of higher degree. Make it compile on a prerelease of gcc3.0.

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

23 years agoAdd FESystems including FEs of higher degree.
hartmann [Thu, 15 Mar 2001 18:47:28 +0000 (18:47 +0000)]
Add FESystems including FEs of higher degree.

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

23 years agoWelsch-Axiom
guido [Thu, 15 Mar 2001 11:02:17 +0000 (11:02 +0000)]
Welsch-Axiom

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

23 years agoSmall doc fix.
hartmann [Thu, 15 Mar 2001 10:28:44 +0000 (10:28 +0000)]
Small doc fix.

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

23 years ago0 is 0
guido [Wed, 14 Mar 2001 22:08:28 +0000 (22:08 +0000)]
0 is 0

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

23 years agoDoc update.
hartmann [Wed, 14 Mar 2001 18:28:43 +0000 (18:28 +0000)]
Doc update.

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

23 years agoDoc fix.
hartmann [Wed, 14 Mar 2001 18:26:54 +0000 (18:26 +0000)]
Doc fix.

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

23 years agoSyntax of FiniteElemente<dim>::get_unit_support_points changed.
hartmann [Wed, 14 Mar 2001 18:25:21 +0000 (18:25 +0000)]
Syntax of FiniteElemente<dim>::get_unit_support_points changed.

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

23 years agoDoc update. New classes Polynomial, LagrangeEquidistant, TensorProductPolynomials...
hartmann [Wed, 14 Mar 2001 18:15:53 +0000 (18:15 +0000)]
Doc update. New classes Polynomial, LagrangeEquidistant, TensorProductPolynomials; new Mapping argument for all FEValues classes, and for GridOut::write_gnuplot, GridOut::write_eps. New functionality of the Boundary class. FiniteElemente<dim>::get_support_points function removed.

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

23 years agoseparate directory for ALL libraries deal.II/lib
guido [Wed, 14 Mar 2001 17:34:27 +0000 (17:34 +0000)]
separate directory for ALL libraries deal.II/lib

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

23 years agoexplicite instantiations SparseMatrix<long double> are removed.
hartmann [Wed, 14 Mar 2001 15:04:04 +0000 (15:04 +0000)]
explicite instantiations SparseMatrix<long double> are removed.

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

23 years agoRemove the parts concerning long double, as a prerelease of gcc3.0 fails to compile...
hartmann [Wed, 14 Mar 2001 14:31:38 +0000 (14:31 +0000)]
Remove the parts concerning long double, as a prerelease of gcc3.0 fails to compile them.

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

23 years agoCheck for BLAS improved
guido [Wed, 14 Mar 2001 14:25:22 +0000 (14:25 +0000)]
Check for BLAS improved

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

23 years agoInclude tria_accessor.templates.h into tria_accessor.h also in DEBUG mode. This becau...
hartmann [Wed, 14 Mar 2001 14:22:19 +0000 (14:22 +0000)]
Include tria_accessor.templates.h into tria_accessor.h also in DEBUG mode. This because gcc3.0 wants the inline functions defined in each translation unit.

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

23 years agoAdd copy constructor GridReordering<dim>::Cell::Cell (const Cell &c), as the prerelea...
hartmann [Wed, 14 Mar 2001 14:20:08 +0000 (14:20 +0000)]
Add copy constructor GridReordering<dim>::Cell::Cell (const Cell &c), as the prerelease of gcc 3.0 has a problem in creating the default copy constructor itself.

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

23 years agoWork around problems with gcc3.
wolf [Wed, 14 Mar 2001 14:16:34 +0000 (14:16 +0000)]
Work around problems with gcc3.

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

23 years agoFix date.
wolf [Wed, 14 Mar 2001 14:15:20 +0000 (14:15 +0000)]
Fix date.

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

23 years agoWork around problems with gcc3
wolf [Wed, 14 Mar 2001 14:14:56 +0000 (14:14 +0000)]
Work around problems with gcc3

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

23 years agoCopyright 2001.
wolf [Wed, 14 Mar 2001 10:53:50 +0000 (10:53 +0000)]
Copyright 2001.

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

23 years agoMention new mapping scheme.
wolf [Tue, 13 Mar 2001 17:02:17 +0000 (17:02 +0000)]
Mention new mapping scheme.

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

23 years agoFix non-compilability.
wolf [Tue, 13 Mar 2001 14:21:46 +0000 (14:21 +0000)]
Fix non-compilability.

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

23 years agoMinor clean-ups. Prepare Mapping_Q for possible creation of a Mapping_C1 class.
wolf [Tue, 13 Mar 2001 12:22:00 +0000 (12:22 +0000)]
Minor clean-ups. Prepare Mapping_Q for possible creation of a Mapping_C1 class.

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

23 years agoTODO: test Laguerre class. it has never been tested up to now
wolf [Tue, 13 Mar 2001 10:23:50 +0000 (10:23 +0000)]
TODO: test Laguerre class. it has never been tested up to now

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

23 years agoNote mapping branch merge.
wolf [Tue, 13 Mar 2001 10:23:33 +0000 (10:23 +0000)]
Note mapping branch merge.

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

23 years agoFix incompatibility with gcc3 snapshot that requires some classes to
wolf [Mon, 12 Mar 2001 17:41:23 +0000 (17:41 +0000)]
Fix incompatibility with gcc3 snapshot that requires some classes to
be defined.

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

23 years agoFix a bug that I am puzzled about how it could pass compilation using
wolf [Mon, 12 Mar 2001 16:14:16 +0000 (16:14 +0000)]
Fix a bug that I am puzzled about how it could pass compilation using
gcc2.95.2!? Probably because iterators there were pointers, but how
could that have been promoted to an int?

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

23 years agoFix more missing std::
wolf [Mon, 12 Mar 2001 15:49:31 +0000 (15:49 +0000)]
Fix more missing std::

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

23 years agoRecognize gcc3.0
wolf [Mon, 12 Mar 2001 15:29:42 +0000 (15:29 +0000)]
Recognize gcc3.0

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

23 years agoBuf with update_flags fixed
guido [Mon, 12 Mar 2001 10:33:15 +0000 (10:33 +0000)]
Buf with update_flags fixed

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

23 years agoFix incompilability with -ansi by prepending typename keyword.
wolf [Mon, 12 Mar 2001 09:06:12 +0000 (09:06 +0000)]
Fix incompilability with -ansi by prepending typename keyword.

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

23 years agoRename ExcDimensionMismatch to ExcSpaceDimensionMismatch since the old
wolf [Mon, 12 Mar 2001 08:20:57 +0000 (08:20 +0000)]
Rename ExcDimensionMismatch to ExcSpaceDimensionMismatch since the old
name led to clashes with StandardExceptions::ExcDimensionMismatch when
not compiling with -pedantic -ansi.

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

23 years agoFix some missing includes and typenames that prevented compilation when include files...
wolf [Mon, 12 Mar 2001 08:09:11 +0000 (08:09 +0000)]
Fix some missing includes and typenames that prevented compilation when include files were in different order than normal.

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

23 years agoCheck which flags have to be disabled when compiling with ACE.
wolf [Mon, 12 Mar 2001 08:07:09 +0000 (08:07 +0000)]
Check which flags have to be disabled when compiling with ACE.

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

23 years agovariable directions
guido [Mon, 12 Mar 2001 00:07:28 +0000 (00:07 +0000)]
variable directions

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

23 years ago'allflags' removed
guido [Fri, 9 Mar 2001 14:55:58 +0000 (14:55 +0000)]
'allflags' removed

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

23 years agoUpdate flags in get_data ok
wolf [Fri, 9 Mar 2001 14:20:41 +0000 (14:20 +0000)]
Update flags in get_data ok

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

23 years agoAssertions for 2nd derivatives
guido [Fri, 9 Mar 2001 13:41:24 +0000 (13:41 +0000)]
Assertions for 2nd derivatives

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

23 years agoWork on bug in 2nd derivatives
guido [Fri, 9 Mar 2001 13:41:04 +0000 (13:41 +0000)]
Work on bug in 2nd derivatives

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

23 years agocovariant transformation for 2nd derivatives
guido [Fri, 9 Mar 2001 13:09:46 +0000 (13:09 +0000)]
covariant transformation for 2nd derivatives

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

23 years agoSmall doc update.
wolf [Fri, 9 Mar 2001 12:37:22 +0000 (12:37 +0000)]
Small doc update.

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

23 years agoAdd missing second derivatives to FESystem::update_each
guido [Fri, 9 Mar 2001 12:31:56 +0000 (12:31 +0000)]
Add missing second derivatives to FESystem::update_each

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

23 years agoNew log_history function for read-only access to _log_history.
hartmann [Thu, 8 Mar 2001 17:26:01 +0000 (17:26 +0000)]
New log_history function for read-only access to _log_history.

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

23 years agoTODO: Unify FiniteElementBase with FiniteElement? There is no clear distinction betwe...
wolf [Thu, 8 Mar 2001 15:19:12 +0000 (15:19 +0000)]
TODO: Unify FiniteElementBase with FiniteElement? There is no clear distinction between the two

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

23 years agoMove unit support points on cells and faces to base class. Initialize them in derived...
wolf [Thu, 8 Mar 2001 15:18:12 +0000 (15:18 +0000)]
Move unit support points on cells and faces to base class. Initialize them in derived classes if necessary.

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

23 years ago//TODO: briefly document classes and mark them deprecated
wolf [Thu, 8 Mar 2001 10:42:30 +0000 (10:42 +0000)]
//TODO: briefly document classes and mark them deprecated

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

23 years agoBring up to date w.r.t. the mapping branch.
wolf [Thu, 8 Mar 2001 10:41:04 +0000 (10:41 +0000)]
Bring up to date w.r.t. the mapping branch.

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

23 years agoClean-ups, annotations, etc.
wolf [Thu, 8 Mar 2001 10:35:32 +0000 (10:35 +0000)]
Clean-ups, annotations, etc.

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

23 years agoRemove special rules for files that no more exist.
wolf [Thu, 8 Mar 2001 10:33:07 +0000 (10:33 +0000)]
Remove special rules for files that no more exist.

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

23 years agoSome annotations.
wolf [Thu, 8 Mar 2001 08:11:58 +0000 (08:11 +0000)]
Some annotations.

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

23 years agoFix missing const.
wolf [Thu, 8 Mar 2001 07:28:07 +0000 (07:28 +0000)]
Fix missing const.

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

23 years agoAdd TODO.
wolf [Wed, 7 Mar 2001 19:40:58 +0000 (19:40 +0000)]
Add TODO.

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

23 years agoUpdate.
wolf [Wed, 7 Mar 2001 19:22:13 +0000 (19:22 +0000)]
Update.

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

23 years agoFix minor problem.
wolf [Wed, 7 Mar 2001 19:18:37 +0000 (19:18 +0000)]
Fix minor problem.

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

23 years agoMore annotations and clean-ups.
wolf [Wed, 7 Mar 2001 19:10:35 +0000 (19:10 +0000)]
More annotations and clean-ups.

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

23 years agoFix several bugs where by copy-paste some places were modified some
wolf [Wed, 7 Mar 2001 19:10:19 +0000 (19:10 +0000)]
Fix several bugs where by copy-paste some places were modified some
not. Many annotations, many TODOs. Major code merge is needed in
several places.

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

23 years agoAnnotation to one of the TODO items.
wolf [Wed, 7 Mar 2001 18:17:21 +0000 (18:17 +0000)]
Annotation to one of the TODO items.

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

23 years agoMake TODO target smarter.
wolf [Wed, 7 Mar 2001 18:09:10 +0000 (18:09 +0000)]
Make TODO target smarter.

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

23 years agoIndentation etc.
wolf [Wed, 7 Mar 2001 17:59:43 +0000 (17:59 +0000)]
Indentation etc.

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

23 years agoSmall changes.
wolf [Wed, 7 Mar 2001 17:56:14 +0000 (17:56 +0000)]
Small changes.

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

23 years agoFurther clean-ups.
wolf [Wed, 7 Mar 2001 17:53:20 +0000 (17:53 +0000)]
Further clean-ups.

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

23 years agoMake update_once and update_each protected.
wolf [Wed, 7 Mar 2001 17:27:23 +0000 (17:27 +0000)]
Make update_once and update_each protected.

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

23 years agoMove several functions from the .h to the .cc file as they are no
wolf [Wed, 7 Mar 2001 17:26:07 +0000 (17:26 +0000)]
Move several functions from the .h to the .cc file as they are no
longer templated on other types. Minor clean-ups. Fix a bug where the
wrong array was resized. Fix a bug where clone would not have worked
because of missing 'break's in a switch statement.

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

23 years agoFurther clean-ups. Fix the same bug two more times. Move matrices into own namespace...
wolf [Wed, 7 Mar 2001 16:46:41 +0000 (16:46 +0000)]
Further clean-ups. Fix the same bug two more times. Move matrices into own namespace to avoid name clashed with other variables of the same name, and reference them from a small FE_DGQ::Matrices class.

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

23 years agoIndentation change.
wolf [Wed, 7 Mar 2001 16:04:51 +0000 (16:04 +0000)]
Indentation change.

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

23 years agoFix reference to files.
wolf [Wed, 7 Mar 2001 15:32:37 +0000 (15:32 +0000)]
Fix reference to files.

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