]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
23 years agoIndentation change.
wolf [Fri, 6 Apr 2001 13:59:37 +0000 (13:59 +0000)]
Indentation change.

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

23 years agoCompute also in 3d. There are problems, though, yielding NaNs. Have to check that...
wolf [Fri, 6 Apr 2001 13:58:21 +0000 (13:58 +0000)]
Compute also in 3d. There are problems, though, yielding NaNs. Have to check that soon.

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

23 years agoFix typo.
wolf [Fri, 6 Apr 2001 13:52:13 +0000 (13:52 +0000)]
Fix typo.

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

23 years agoAdd test to check finite difference approximations of derivatives.
wolf [Fri, 6 Apr 2001 13:08:25 +0000 (13:08 +0000)]
Add test to check finite difference approximations of derivatives.

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

23 years agoAdd missing default arg.
wolf [Fri, 6 Apr 2001 12:55:25 +0000 (12:55 +0000)]
Add missing default arg.

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

23 years agoAdd forgotten linker flag.
wolf [Fri, 6 Apr 2001 12:47:05 +0000 (12:47 +0000)]
Add forgotten linker flag.

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

23 years agoAdd forgotten default arg.
wolf [Fri, 6 Apr 2001 12:46:08 +0000 (12:46 +0000)]
Add forgotten default arg.

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

23 years agoMove extra F77 libs to instead of , since they appear in different places of the...
wolf [Fri, 6 Apr 2001 12:45:38 +0000 (12:45 +0000)]
Move extra F77 libs to  instead of , since they appear in different places of the linker command line. In the old way, we couldnt link with F77 code parts on Linux.

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

23 years agoDerive HyperShellBoundary from HyperBallBoundary to avoid copying lots of code.
hartmann [Fri, 6 Apr 2001 12:03:04 +0000 (12:03 +0000)]
Derive HyperShellBoundary from HyperBallBoundary to avoid copying lots of code.

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

23 years agoExtensive class documentation.
hartmann [Thu, 5 Apr 2001 19:07:49 +0000 (19:07 +0000)]
Extensive class documentation.

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

23 years agoFunctions of KellyErrorEstimator and DerivativeApproximation are extended to work...
hartmann [Thu, 5 Apr 2001 17:27:56 +0000 (17:27 +0000)]
Functions of KellyErrorEstimator and DerivativeApproximation are extended to work on arbitrary mappings.

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

23 years agoExtend all functions of the DerivativeApproximation to use an arbitrary mapping....
hartmann [Thu, 5 Apr 2001 17:08:03 +0000 (17:08 +0000)]
Extend all functions of the DerivativeApproximation to use an arbitrary mapping. For backward compatibility keep a second version without mapping argument of each public function. Then the global mapping_q1 object can be removed.

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

23 years agoExtend all functions of the KellyErrorEstimator to use an arbitrary mapping. For...
hartmann [Thu, 5 Apr 2001 16:53:25 +0000 (16:53 +0000)]
Extend all functions of the KellyErrorEstimator to use an arbitrary mapping. For backward compatibility keep a second version without mapping argument of each public function. Then the global mapping_q1 object can be removed.

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

23 years agoDataOut's only output is on MappingQ1. Therefore use FEValues constructors without...
hartmann [Thu, 5 Apr 2001 16:03:23 +0000 (16:03 +0000)]
DataOut's only output is on MappingQ1. Therefore use FEValues constructors without mapping argument. Then the global mapping_q1 object can be removed.

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

23 years agoInclude typedef FunctionMap into VectorTools. This will be replaced by a globalized...
hartmann [Thu, 5 Apr 2001 13:58:54 +0000 (13:58 +0000)]
Include typedef FunctionMap into VectorTools. This will be replaced by a globalized FunctionMap later. Include missing explicite templatizations.

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

23 years agoInclude typedef FunctionMap into VectorTools. This will be replaced by a globalized...
hartmann [Thu, 5 Apr 2001 13:58:02 +0000 (13:58 +0000)]
Include typedef FunctionMap into VectorTools. This will be replaced by a globalized FunctionMap later. Doc update

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

23 years agoInclude TODO.
hartmann [Thu, 5 Apr 2001 13:43:53 +0000 (13:43 +0000)]
Include TODO.

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

23 years agoNow the global mapping_q1 object can be removed.
hartmann [Thu, 5 Apr 2001 13:13:35 +0000 (13:13 +0000)]
Now the global mapping_q1 object can be removed.

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

23 years agoFiniteElement::get_local_mass_matrix removed. MatrixCreator::create_mass_matrix with...
hartmann [Thu, 5 Apr 2001 13:02:48 +0000 (13:02 +0000)]
FiniteElement::get_local_mass_matrix removed. MatrixCreator::create_mass_matrix with two arguments removed. Several functions in MatrixCreator and VectorTools extended to work on arbitrary mappings.

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

23 years agoExtend the project and project_boundary_values functions to use an arbitrary mapping...
hartmann [Thu, 5 Apr 2001 12:57:01 +0000 (12:57 +0000)]
Extend the project and project_boundary_values functions to use an arbitrary mapping. Keep second version without mapping argument for backward compatibility. Extensive doc updates and fixes.

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

23 years agoNow the global mapping_q1 object can be removed.
hartmann [Thu, 5 Apr 2001 11:28:59 +0000 (11:28 +0000)]
Now the global mapping_q1 object can be removed.

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

23 years agoFix problem introduced by aborted cvs commit last time.
wolf [Thu, 5 Apr 2001 11:27:59 +0000 (11:27 +0000)]
Fix problem introduced by aborted cvs commit last time.

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

23 years agoExtend each function of MatrixCreator to use an arbitrary mapping. Keep second versio...
hartmann [Thu, 5 Apr 2001 11:26:06 +0000 (11:26 +0000)]
Extend each function of MatrixCreator to use an arbitrary mapping. Keep second version without mapping argument for backward compatibility. Rewrite almost all documentation of MatrixCreator.

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

23 years agoDelete libs differently: since $(LIBDIR) is not in CVS, we can't have
wolf [Wed, 4 Apr 2001 13:57:42 +0000 (13:57 +0000)]
Delete libs differently: since $(LIBDIR) is not in CVS, we can't have
a Makefile there that can clean up itself.

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

23 years agoClean libs as well.
wolf [Wed, 4 Apr 2001 13:53:33 +0000 (13:53 +0000)]
Clean libs as well.

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

23 years agoChange name and style of exception thrown upon failure of linear solvers.
wolf [Wed, 4 Apr 2001 12:48:02 +0000 (12:48 +0000)]
Change name and style of exception thrown upon failure of linear solvers.

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

23 years agoChange thing about throwing an exception from solvers.
wolf [Wed, 4 Apr 2001 12:40:06 +0000 (12:40 +0000)]
Change thing about throwing an exception from solvers.

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

23 years agoDoc update. C1 mapping already exists.
hartmann [Tue, 3 Apr 2001 16:35:55 +0000 (16:35 +0000)]
Doc update. C1 mapping already exists.

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

23 years agoAdd link to 3.1.0-vs-3.1.1.html.
hartmann [Tue, 3 Apr 2001 16:31:56 +0000 (16:31 +0000)]
Add link to 3.1.0-vs-3.1.1.html.

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

23 years agoNew ExcMultiplySetLineInfoOfLine exception. Fix: Check for the error that previously...
hartmann [Tue, 3 Apr 2001 15:45:17 +0000 (15:45 +0000)]
New ExcMultiplySetLineInfoOfLine exception. Fix: Check for the error that previously lead to an (wrong) exception thrown somewhere else.

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

23 years agoNew ExcMultiplySetLineInfoOfLine exception. Fix: Check for the error that previously...
hartmann [Tue, 3 Apr 2001 15:42:56 +0000 (15:42 +0000)]
New ExcMultiplySetLineInfoOfLine exception. Fix: Check for the error that previously lead to an (wrong) exception thrown somewhere else.

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

23 years agoAdd ucd to list of supported GridOut output formats
hartmann [Tue, 3 Apr 2001 15:12:00 +0000 (15:12 +0000)]
Add ucd to list of supported GridOut output formats

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

23 years agoSmall bug fix.
hartmann [Tue, 3 Apr 2001 14:28:36 +0000 (14:28 +0000)]
Small bug fix.

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

23 years agoTwo small changes to allow compilation with present gcc3 snapshots.
wolf [Tue, 3 Apr 2001 13:02:55 +0000 (13:02 +0000)]
Two small changes to allow compilation with present gcc3 snapshots.

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

23 years agoAdd TODO.
wolf [Mon, 2 Apr 2001 14:54:52 +0000 (14:54 +0000)]
Add TODO.

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

23 years agoMake wave-test more sensitive by multiplying error and signal numbers by a constant...
wolf [Fri, 30 Mar 2001 13:09:30 +0000 (13:09 +0000)]
Make wave-test more sensitive by multiplying error and signal numbers by a constant factor such that they do no more show up merely as 0.00.

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

23 years agoNormalize checked output as well, if we are to compare it to normalized new output...
wolf [Fri, 30 Mar 2001 12:41:53 +0000 (12:41 +0000)]
Normalize checked output as well, if we are to compare it to normalized new output...

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

23 years agoAugment TODOs with a tag indicating that something should be made that depends on...
wolf [Fri, 30 Mar 2001 12:02:07 +0000 (12:02 +0000)]
Augment TODOs with a tag indicating that something should be made that depends on further progress with the compilers.

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

23 years agoRemove preprocessor kludge again.
wolf [Fri, 30 Mar 2001 11:55:33 +0000 (11:55 +0000)]
Remove preprocessor kludge again.

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

23 years agoUndo change, have to find a better way.
wolf [Fri, 30 Mar 2001 11:47:10 +0000 (11:47 +0000)]
Undo change, have to find a better way.

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

23 years agoRemove preprocessor kludge.
wolf [Fri, 30 Mar 2001 11:45:13 +0000 (11:45 +0000)]
Remove preprocessor kludge.

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

23 years agoFix an obscure corner case where add_data_vector could not detect itself whether...
wolf [Fri, 30 Mar 2001 11:06:57 +0000 (11:06 +0000)]
Fix an obscure corner case where add_data_vector could not detect itself whether something is a dof vector or a cell vector. Also abolish the _units_ field.

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

23 years agoAdd doc.
wolf [Fri, 30 Mar 2001 09:29:06 +0000 (09:29 +0000)]
Add doc.

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

23 years agoSlight indentation change.
wolf [Fri, 30 Mar 2001 09:27:17 +0000 (09:27 +0000)]
Slight indentation change.

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

23 years agoAdd doc.
wolf [Fri, 30 Mar 2001 09:26:00 +0000 (09:26 +0000)]
Add doc.

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

23 years agoUnify lots of code from the 6 constructors of the FE*Values classes.
wolf [Fri, 30 Mar 2001 09:20:19 +0000 (09:20 +0000)]
Unify lots of code from the 6 constructors of the FE*Values classes.

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

23 years agoMake GrowingVectorMemory thread-safe.
wolf [Fri, 30 Mar 2001 08:19:01 +0000 (08:19 +0000)]
Make GrowingVectorMemory thread-safe.

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

23 years agoOnly replace once.
wolf [Fri, 30 Mar 2001 08:07:19 +0000 (08:07 +0000)]
Only replace once.

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

23 years agoAutomagically determine number of elements in fields.
wolf [Fri, 30 Mar 2001 07:50:03 +0000 (07:50 +0000)]
Automagically determine number of elements in fields.

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

23 years agoon't config HSL subdir, since there is nothing in it at present to be configured
wolf [Fri, 30 Mar 2001 06:40:12 +0000 (06:40 +0000)]
on't config HSL subdir, since there is nothing in it at present to be configured

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

23 years agoDon't config HSL subdir, since there is nothing in it at present to be configured.
wolf [Fri, 30 Mar 2001 06:39:37 +0000 (06:39 +0000)]
Don't config HSL subdir, since there is nothing in it at present to be configured.

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

23 years agosolvers throw exception on failure
guido [Thu, 29 Mar 2001 23:35:15 +0000 (23:35 +0000)]
solvers throw exception on failure

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

23 years agodon't compile with LDFLAGS, $(LIBS) added
guido [Thu, 29 Mar 2001 23:08:41 +0000 (23:08 +0000)]
don't compile with LDFLAGS, $(LIBS) added

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

23 years ago$(LIBS) fixed
guido [Thu, 29 Mar 2001 17:46:26 +0000 (17:46 +0000)]
$(LIBS) fixed

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

23 years agonew exceptions in solvers
guido [Thu, 29 Mar 2001 17:16:36 +0000 (17:16 +0000)]
new exceptions in solvers

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

23 years agoadded missing $(LIBS)
guido [Thu, 29 Mar 2001 17:05:25 +0000 (17:05 +0000)]
added missing $(LIBS)
fixed tensor.checked

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

23 years agoNicer TODO file format.
wolf [Thu, 29 Mar 2001 16:08:59 +0000 (16:08 +0000)]
Nicer TODO file format.

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

23 years agoMove contents of TODO file into .h and .cc files.
wolf [Thu, 29 Mar 2001 15:46:35 +0000 (15:46 +0000)]
Move contents of TODO file into .h and .cc files.

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

23 years agoMove contents of TODO file into .h and .cc files.
wolf [Thu, 29 Mar 2001 15:33:15 +0000 (15:33 +0000)]
Move contents of TODO file into .h and .cc files.

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

23 years agoMove contents of TODO file into .h and .cc files.
wolf [Thu, 29 Mar 2001 15:26:59 +0000 (15:26 +0000)]
Move contents of TODO file into .h and .cc files.

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

23 years agoRemove unnecessary .c_str().
wolf [Thu, 29 Mar 2001 15:20:10 +0000 (15:20 +0000)]
Remove unnecessary .c_str().

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

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

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

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

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

23 years agoRemove TODO.
wolf [Thu, 29 Mar 2001 14:35:33 +0000 (14:35 +0000)]
Remove TODO.

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

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


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.