]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
23 years agoAnd fix another oddity.
wolf [Thu, 29 Mar 2001 14:33:10 +0000 (14:33 +0000)]
And fix another oddity.

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

23 years agoFix indentation slightly while we're at it.
wolf [Thu, 29 Mar 2001 14:32:07 +0000 (14:32 +0000)]
Fix indentation slightly while we're at it.

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

23 years agoAssign names to TODOs.
wolf [Thu, 29 Mar 2001 14:31:34 +0000 (14:31 +0000)]
Assign names to TODOs.

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

23 years agoFix one TODO (how to generate infinity).
wolf [Thu, 29 Mar 2001 14:26:06 +0000 (14:26 +0000)]
Fix one TODO (how to generate infinity).

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

23 years agoAssociate names with TODOs.
wolf [Thu, 29 Mar 2001 14:18:22 +0000 (14:18 +0000)]
Associate names with TODOs.

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

23 years agoRemove fixed things.
wolf [Thu, 29 Mar 2001 14:08:36 +0000 (14:08 +0000)]
Remove fixed things.

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

23 years agoReplace #...# by @p{...}
wolf [Thu, 29 Mar 2001 14:01:19 +0000 (14:01 +0000)]
Replace #...# by @p{...}

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

23 years agoFullMatrix::mmult and Tmmult have now an additional adding argument.
hartmann [Thu, 29 Mar 2001 13:51:58 +0000 (13:51 +0000)]
FullMatrix::mmult and Tmmult have now an additional adding argument.

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

23 years agoImpemlement get_normals_at_vertices fpr HyperShell and HalfHyperShell
wolf [Thu, 29 Mar 2001 09:22:12 +0000 (09:22 +0000)]
Impemlement get_normals_at_vertices fpr HyperShell and HalfHyperShell
as well.

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

23 years agoFix 3d problem.
wolf [Thu, 29 Mar 2001 09:21:32 +0000 (09:21 +0000)]
Fix 3d problem.

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

23 years agoCompute C1 mapping from normal vectors, rather than from tangentials, as they are...
wolf [Thu, 29 Mar 2001 08:52:23 +0000 (08:52 +0000)]
Compute C1 mapping from normal vectors, rather than from tangentials, as they are simpler to compute in the beginning, and their future use in 3d is less uncertain than the use of tangentials, as e.g., we don't need both tangentials in the middle of a line in 3d, as the tangential along the line is already determined, we will only need the one perpendicular to the line.

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

23 years agoAllow everything to be compilable again.
wolf [Wed, 28 Mar 2001 17:13:49 +0000 (17:13 +0000)]
Allow everything to be compilable again.

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

23 years agoChange the way the LogStream class uses endl, so that we now use std::endl instead...
wolf [Wed, 28 Mar 2001 16:11:43 +0000 (16:11 +0000)]
Change the way the LogStream class uses endl, so that we now use std::endl instead of our own version. The latter is removed.

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

23 years agoFix a bug in the MappingQ::transform_unit_to_real(real_to_unit)_cell functions. This...
hartmann [Wed, 28 Mar 2001 15:03:15 +0000 (15:03 +0000)]
Fix a bug in the MappingQ::transform_unit_to_real(real_to_unit)_cell functions. This needed some reorganization that includes giving MappingQ its own implementation of these virtual functions, introducing a new MappingQ1::transform_real_to_unit_internal and removing the MappingQ1<dim>::get_cell_data function.

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

23 years agoRemove obsolete lines also in constructors of FESubfaceValues.
hartmann [Wed, 28 Mar 2001 09:36:59 +0000 (09:36 +0000)]
Remove obsolete lines also in constructors of FESubfaceValues.

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

23 years agoFix.
wolf [Wed, 28 Mar 2001 09:13:30 +0000 (09:13 +0000)]
Fix.

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

23 years agoComments added
guido [Tue, 27 Mar 2001 18:05:32 +0000 (18:05 +0000)]
Comments added

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

23 years agodeveloper documentation
guido [Tue, 27 Mar 2001 17:07:19 +0000 (17:07 +0000)]
developer documentation

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

23 years agobug removed
guido [Tue, 27 Mar 2001 17:04:38 +0000 (17:04 +0000)]
bug removed

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

23 years agoDoc fix.
hartmann [Tue, 27 Mar 2001 16:05:08 +0000 (16:05 +0000)]
Doc fix.

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

23 years agoPurge more classes: Assembler, MassMatrix, LaplaceMatrix, Equation. big-tests do...
wolf [Tue, 27 Mar 2001 15:23:23 +0000 (15:23 +0000)]
Purge more classes: Assembler, MassMatrix, LaplaceMatrix, Equation. big-tests do not compile at present, will look into that tomorrow.

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

23 years agoCheck in normalized file.
wolf [Tue, 27 Mar 2001 14:26:17 +0000 (14:26 +0000)]
Check in normalized file.

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

23 years agoAdd mapping_c1.check to check
wolf [Tue, 27 Mar 2001 14:20:50 +0000 (14:20 +0000)]
Add mapping_c1.check to check

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

23 years agoAvoid warning.
wolf [Tue, 27 Mar 2001 14:15:40 +0000 (14:15 +0000)]
Avoid warning.

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

23 years agoFix assertion.
wolf [Tue, 27 Mar 2001 14:12:34 +0000 (14:12 +0000)]
Fix assertion.

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

23 years agoPurge the ProblemBase class. Keep it in tests/big-tests/problem_base.h to allow big...
wolf [Tue, 27 Mar 2001 14:09:01 +0000 (14:09 +0000)]
Purge the ProblemBase class. Keep it in tests/big-tests/problem_base.h to allow big-tests to compile as before.

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

23 years agoIndentation change.
wolf [Tue, 27 Mar 2001 14:06:19 +0000 (14:06 +0000)]
Indentation change.

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

23 years agoDoc fix.
wolf [Tue, 27 Mar 2001 13:55:48 +0000 (13:55 +0000)]
Doc fix.

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

23 years agoRemove bogus patch, as it disables creating the file we want. The problem was already...
wolf [Tue, 27 Mar 2001 13:33:19 +0000 (13:33 +0000)]
Remove bogus patch, as it disables creating the file we want. The problem was already fixed in the patch before.

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

23 years agoImplement a C1 mapping.
wolf [Tue, 27 Mar 2001 13:31:35 +0000 (13:31 +0000)]
Implement a C1 mapping.

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

23 years agoUpdate publication.
hartmann [Tue, 27 Mar 2001 12:18:22 +0000 (12:18 +0000)]
Update publication.

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

23 years agoExtend several functions in VectorTools to work on arbitrary Mappings.
hartmann [Tue, 27 Mar 2001 11:54:22 +0000 (11:54 +0000)]
Extend several functions in VectorTools to work on arbitrary Mappings.

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

23 years agoRenaming default MappingQ1 from mapping to more intuitive name mapping_q1.
hartmann [Tue, 27 Mar 2001 11:47:33 +0000 (11:47 +0000)]
Renaming default MappingQ1 from mapping to more intuitive name mapping_q1.

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

23 years agoExtend several functions to work on arbitrary Mappings.
hartmann [Tue, 27 Mar 2001 11:45:29 +0000 (11:45 +0000)]
Extend several functions to work on arbitrary Mappings.

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

23 years agoDoc fix.
hartmann [Tue, 27 Mar 2001 11:43:22 +0000 (11:43 +0000)]
Doc fix.

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

23 years agoRenaming default MappingQ1 from mapping to more intuitive name mapping_q1.
hartmann [Mon, 26 Mar 2001 16:05:20 +0000 (16:05 +0000)]
Renaming default MappingQ1 from mapping to more intuitive name mapping_q1.

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

23 years agoNeed to collect flags twice, see example in doc.
hartmann [Mon, 26 Mar 2001 16:03:17 +0000 (16:03 +0000)]
Need to collect flags twice, see example in doc.

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

23 years agoDoc update.
hartmann [Mon, 26 Mar 2001 16:01:30 +0000 (16:01 +0000)]
Doc update.

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

23 years agoAdd assertions.
wolf [Mon, 26 Mar 2001 15:47:22 +0000 (15:47 +0000)]
Add assertions.

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

23 years agoDoc update.
wolf [Mon, 26 Mar 2001 15:44:17 +0000 (15:44 +0000)]
Doc update.

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

23 years agoGopalakrishnan/Kanschat updated
guido [Mon, 26 Mar 2001 15:39:36 +0000 (15:39 +0000)]
Gopalakrishnan/Kanschat updated

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

23 years agocvslog in default removed
guido [Mon, 26 Mar 2001 15:39:13 +0000 (15:39 +0000)]
cvslog in default removed

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

23 years agoMake ~destructor virtual.
wolf [Mon, 26 Mar 2001 15:29:15 +0000 (15:29 +0000)]
Make ~destructor virtual.

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

23 years agoMake add_{line,quad}_support_points protected to allow overloading
wolf [Mon, 26 Mar 2001 15:28:02 +0000 (15:28 +0000)]
Make add_{line,quad}_support_points protected to allow overloading
them in derived classes.

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

23 years agoUse LDFLAGS in one place, instead of $(flags)
wolf [Mon, 26 Mar 2001 07:47:58 +0000 (07:47 +0000)]
Use LDFLAGS in one place, instead of $(flags)

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

23 years agoUse LDFLAGS to link, as in the other directories.
wolf [Mon, 26 Mar 2001 07:43:50 +0000 (07:43 +0000)]
Use LDFLAGS to link, as in the other directories.

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

23 years agoMake things work in 1d as well.
wolf [Mon, 26 Mar 2001 07:18:08 +0000 (07:18 +0000)]
Make things work in 1d as well.

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

23 years agoFix two further problems.
wolf [Mon, 26 Mar 2001 07:13:31 +0000 (07:13 +0000)]
Fix two further problems.

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

23 years agoFix typo that prevented linking.
wolf [Mon, 26 Mar 2001 07:11:58 +0000 (07:11 +0000)]
Fix typo that prevented linking.

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

23 years agoCould not link: added bogus implementation of HalfHyperBallBoundary<dim>::get_tangent...
guido [Fri, 23 Mar 2001 16:38:25 +0000 (16:38 +0000)]
Could not link: added bogus implementation of HalfHyperBallBoundary<dim>::get_tangents_at_vertices

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

23 years agoDocumentation fixed
guido [Fri, 23 Mar 2001 16:27:27 +0000 (16:27 +0000)]
Documentation fixed

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

23 years agoBoundary<dim>::get_tangents_at_vertices to generate a description of the tangent...
wolf [Fri, 23 Mar 2001 14:48:42 +0000 (14:48 +0000)]
Boundary<dim>::get_tangents_at_vertices to generate a description of the tangent space to a boundary object at each vertex of a face.

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

23 years agoAs in program2html.
wolf [Fri, 23 Mar 2001 09:57:57 +0000 (09:57 +0000)]
As in program2html.

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

23 years agoIgnore comments at the beginning of the program altogether, i.e. copyright notices...
wolf [Fri, 23 Mar 2001 08:55:50 +0000 (08:55 +0000)]
Ignore comments at the beginning of the program altogether, i.e. copyright notices and CVS tags, not only the latter.

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

23 years agoWe need the online docs for the class index, but only those, not autogen-all.
wolf [Fri, 23 Mar 2001 08:45:28 +0000 (08:45 +0000)]
We need the online docs for the class index, but only those, not autogen-all.

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

23 years agoswitch off caching, since that leads to insurmountable trouble if you call ./configur...
wolf [Fri, 23 Mar 2001 08:03:51 +0000 (08:03 +0000)]
switch off caching, since that leads to insurmountable trouble if you call ./configure subsequently on different systems without clearing the cache

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

23 years agoDocumentation
guido [Thu, 22 Mar 2001 21:44:17 +0000 (21:44 +0000)]
Documentation

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

23 years agoNew SchurMatrix class
guido [Thu, 22 Mar 2001 17:45:43 +0000 (17:45 +0000)]
New SchurMatrix class

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

23 years agonew class for Schur complements
guido [Thu, 22 Mar 2001 17:42:23 +0000 (17:42 +0000)]
new class for Schur complements

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

23 years agoDon't make HTML docs of kdoc, since it requires jade.
wolf [Thu, 22 Mar 2001 17:12:58 +0000 (17:12 +0000)]
Don't make HTML docs of kdoc, since it requires jade.

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

23 years agoFix program2html.
wolf [Thu, 22 Mar 2001 17:06:13 +0000 (17:06 +0000)]
Fix program2html.

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

23 years agoAllow //* at the start of the line.
wolf [Thu, 22 Mar 2001 17:02:54 +0000 (17:02 +0000)]
Allow //* at the start of the line.

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

23 years agoFix parsing of CVS tag line. CVS expanded $id: in the regexp itself,
wolf [Thu, 22 Mar 2001 16:58:48 +0000 (16:58 +0000)]
Fix parsing of CVS tag line. CVS expanded $id: in the regexp itself,
so it did not match anything reasonable any more...

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

23 years agoFix 1d incompatibility.
wolf [Thu, 22 Mar 2001 09:32:39 +0000 (09:32 +0000)]
Fix 1d incompatibility.

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

23 years agoFix typo.
wolf [Thu, 22 Mar 2001 08:08:15 +0000 (08:08 +0000)]
Fix typo.

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

23 years agobug removed
guido [Thu, 22 Mar 2001 06:19:31 +0000 (06:19 +0000)]
bug removed

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

23 years agoDocumentation update
guido [Wed, 21 Mar 2001 22:31:59 +0000 (22:31 +0000)]
Documentation update

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

23 years agoMicro change.
wolf [Wed, 21 Mar 2001 16:57:57 +0000 (16:57 +0000)]
Micro change.

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

23 years agoImplement get_intermediate_points_on_* for HalfHyperBallBoundary
wolf [Wed, 21 Mar 2001 16:57:22 +0000 (16:57 +0000)]
Implement get_intermediate_points_on_* for HalfHyperBallBoundary

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

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


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.