]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
26 years agoAdd more smoothing functionality to the refinement of triangulations
Wolfgang Bangerth [Thu, 4 Jun 1998 15:20:14 +0000 (15:20 +0000)]
Add more smoothing functionality to the refinement of triangulations

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

26 years agoFix various bugs.
Wolfgang Bangerth [Thu, 4 Jun 1998 12:03:04 +0000 (12:03 +0000)]
Fix various bugs.

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

26 years agoUse GeometryInfo instead of home-brew constant. Apart from that, the old value was...
Wolfgang Bangerth [Thu, 4 Jun 1998 07:36:32 +0000 (07:36 +0000)]
Use GeometryInfo instead of home-brew constant. Apart from that, the old value was wrong! (Good reason to use GeometryInfo, I have typed this constant wrong so often...)

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

26 years agoAdditional security check in user accessible function.
Wolfgang Bangerth [Thu, 4 Jun 1998 07:35:08 +0000 (07:35 +0000)]
Additional security check in user accessible function.

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

26 years agoBug fix.
Wolfgang Bangerth [Wed, 3 Jun 1998 11:49:47 +0000 (11:49 +0000)]
Bug fix.

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

26 years agoUse new scheme to free memory of dVectors and dSMatrices as well as the associated...
Wolfgang Bangerth [Wed, 3 Jun 1998 00:38:06 +0000 (00:38 +0000)]
Use new scheme to free memory of dVectors and dSMatrices as well as the associated possibility to initialize/construct a matrix empty.

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

26 years agoImplement a scheme to free unused memory for dVector and dSMatrix. The memory is...
Wolfgang Bangerth [Wed, 3 Jun 1998 00:36:10 +0000 (00:36 +0000)]
Implement a scheme to free unused memory for dVector and dSMatrix. The memory is not freed (as before) if the object is made smaller, but is now freed altogether if the object is assigned the size zero. This functionality is needed if you really want to free all memory, e.g. to let an object sleep for a while but don't want to use those unhandy pointers for half a dozen vectors and matrices. -- Hopefully the new scheme doesn't break too many other things; the previous state of the library is a bit hacked together (my fault also, I admit...).

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

26 years agoMake compilation process specific of the space dimension wanted. This avoid unnecessa...
Wolfgang Bangerth [Tue, 2 Jun 1998 11:26:13 +0000 (11:26 +0000)]
Make compilation process specific of the space dimension wanted. This avoid unnecessarily long compile times for the library as well as too large libraries which themselves slow down the linking process of user executables. The selection of the dimension you want the library compiled for is done using the *deal_II_dimension* variable passed through the preprocessor (defined in the Make.global_options file).

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

26 years agoPrepare structure for coarsening of grid (not yet implemented, not documented).
Wolfgang Bangerth [Thu, 28 May 1998 13:58:50 +0000 (13:58 +0000)]
Prepare structure for coarsening of grid (not yet implemented, not documented).

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

26 years agoCleanup.
Wolfgang Bangerth [Thu, 28 May 1998 11:40:57 +0000 (11:40 +0000)]
Cleanup.

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

26 years agoFix typo.
Wolfgang Bangerth [Thu, 28 May 1998 08:35:01 +0000 (08:35 +0000)]
Fix typo.

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

26 years agoMake a function static which needs not be a member function.
Wolfgang Bangerth [Thu, 28 May 1998 08:33:38 +0000 (08:33 +0000)]
Make a function static which needs not be a member function.

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

26 years agoAdd a bit of error checking.
Wolfgang Bangerth [Tue, 26 May 1998 12:58:41 +0000 (12:58 +0000)]
Add a bit of error checking.

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

26 years agoDisallow writing of a preamble to ucd files since DealVision presently can't handle it.
Wolfgang Bangerth [Tue, 26 May 1998 12:05:25 +0000 (12:05 +0000)]
Disallow writing of a preamble to ucd files since DealVision presently can't handle it.

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

26 years agoSmall fix to avoid warning in output operator.
Wolfgang Bangerth [Tue, 26 May 1998 09:01:28 +0000 (09:01 +0000)]
Small fix to avoid warning in output operator.

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

26 years agoUse the GeometryInfo<dim> class in some places to enhance readability.
Wolfgang Bangerth [Mon, 25 May 1998 22:31:58 +0000 (22:31 +0000)]
Use the GeometryInfo<dim> class in some places to enhance readability.

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

26 years agoDoc update and use the GeometryInfo<dim> class in two places to enhance readability.
Wolfgang Bangerth [Mon, 25 May 1998 22:31:20 +0000 (22:31 +0000)]
Doc update and use the GeometryInfo<dim> class in two places to enhance readability.

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

26 years agoDoc update and move some functions from the class declaration to the inline section...
Wolfgang Bangerth [Mon, 25 May 1998 22:30:33 +0000 (22:30 +0000)]
Doc update and move some functions from the class declaration to the inline section or the .cc-file.

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

26 years agoMakefile update.
Wolfgang Bangerth [Mon, 25 May 1998 18:36:57 +0000 (18:36 +0000)]
Makefile update.

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

26 years agoDoc update.
Wolfgang Bangerth [Mon, 25 May 1998 18:36:17 +0000 (18:36 +0000)]
Doc update.

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

26 years agoChange a parameter from a vector<double> to a dVector since a) it does not hurt in...
Wolfgang Bangerth [Mon, 25 May 1998 17:44:58 +0000 (17:44 +0000)]
Change a parameter from a vector<double> to a dVector since a) it does not hurt in the places where it is used in the library and b) it makes use with the dFMatrix class in my project simpler.

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

26 years agoSmall changes.
Wolfgang Bangerth [Mon, 25 May 1998 17:07:56 +0000 (17:07 +0000)]
Small changes.

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

26 years agoRevert really bad typo (is this still the right name for such a thing?).
Wolfgang Bangerth [Mon, 25 May 1998 15:01:19 +0000 (15:01 +0000)]
Revert really bad typo (is this still the right name for such a thing?).

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

26 years agoMakefile update.
Wolfgang Bangerth [Mon, 25 May 1998 14:44:14 +0000 (14:44 +0000)]
Makefile update.

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

26 years agoChanges for the exact evaluation of the mass matrix and add function to set up a...
Wolfgang Bangerth [Mon, 25 May 1998 14:41:45 +0000 (14:41 +0000)]
Changes for the exact evaluation of the mass matrix and add function to set up a right hand side vector.

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

26 years agoAdd exact mass matrix creation and test for many more internal errors.
Wolfgang Bangerth [Mon, 25 May 1998 14:40:59 +0000 (14:40 +0000)]
Add exact mass matrix creation and test for many more internal errors.

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

26 years agoChange error detection code a bit.
Wolfgang Bangerth [Mon, 25 May 1998 14:40:10 +0000 (14:40 +0000)]
Change error detection code a bit.

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

26 years agoAdd support for the exact evaluation of mass matrices to the finite element classes.
Wolfgang Bangerth [Mon, 25 May 1998 14:39:32 +0000 (14:39 +0000)]
Add support for the exact evaluation of mass matrices to the finite element classes.

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

26 years agoDoc update and add function for the assemblage of a right hand side,
Wolfgang Bangerth [Mon, 25 May 1998 14:37:35 +0000 (14:37 +0000)]
Doc update and add function for the assemblage of a right hand side,

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

26 years agoDoc updates and use of new projection algorithm.
Wolfgang Bangerth [Mon, 25 May 1998 14:37:09 +0000 (14:37 +0000)]
Doc updates and use of new projection algorithm.

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

26 years agoDoc update.
Wolfgang Bangerth [Mon, 25 May 1998 14:36:29 +0000 (14:36 +0000)]
Doc update.

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

26 years agoAdd functions to check whether an object looks initialized or not.
Wolfgang Bangerth [Mon, 25 May 1998 14:35:50 +0000 (14:35 +0000)]
Add functions to check whether an object looks initialized or not.

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

26 years ago.
Wolfgang Bangerth [Sun, 24 May 1998 21:13:52 +0000 (21:13 +0000)]
.

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

26 years agoExternalize compiler options out of subdirectories into a central repository.
Wolfgang Bangerth [Sun, 24 May 1998 21:13:30 +0000 (21:13 +0000)]
Externalize compiler options out of subdirectories into a central repository.

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

26 years agoSmall changes and bug fixes/work arounds.
Wolfgang Bangerth [Sun, 24 May 1998 21:10:47 +0000 (21:10 +0000)]
Small changes and bug fixes/work arounds.

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

26 years agoMove code closer to the C++ standard.
Wolfgang Bangerth [Sun, 24 May 1998 21:10:13 +0000 (21:10 +0000)]
Move code closer to the C++ standard.

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

26 years agoMove code closer to the C++ standard and add copy operation to triangulations.
Wolfgang Bangerth [Sun, 24 May 1998 21:09:19 +0000 (21:09 +0000)]
Move code closer to the C++ standard and add copy operation to triangulations.

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

26 years agoMove code closer to the C++ standard and small performance changes.
Wolfgang Bangerth [Sun, 24 May 1998 21:08:52 +0000 (21:08 +0000)]
Move code closer to the C++ standard and small performance changes.

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

26 years agoAdd copy operation to triangulations, move code closer to the C++ standard and doc...
Wolfgang Bangerth [Sun, 24 May 1998 21:06:06 +0000 (21:06 +0000)]
Add copy operation to triangulations, move code closer to the C++ standard and doc changes.

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

26 years agoMove code closer to the C++ standard and small changes.
Wolfgang Bangerth [Sun, 24 May 1998 21:05:06 +0000 (21:05 +0000)]
Move code closer to the C++ standard and small changes.

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

26 years agoDoc update.
Wolfgang Bangerth [Sun, 24 May 1998 21:03:10 +0000 (21:03 +0000)]
Doc update.

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

26 years agoStandardize header file.
Wolfgang Bangerth [Sun, 24 May 1998 21:02:07 +0000 (21:02 +0000)]
Standardize header file.

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

26 years agoMake Makefile use better suited paths to my local compiler.
Wolfgang Bangerth [Sun, 24 May 1998 21:01:32 +0000 (21:01 +0000)]
Make Makefile use better suited paths to my local compiler.

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

26 years agoFix typo.
Wolfgang Bangerth [Fri, 22 May 1998 17:02:50 +0000 (17:02 +0000)]
Fix typo.

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

26 years agoRe-remove performance checking code.
Wolfgang Bangerth [Fri, 22 May 1998 16:44:16 +0000 (16:44 +0000)]
Re-remove performance checking code.

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

26 years agoResolve some problems with the projection of functions.
Wolfgang Bangerth [Fri, 22 May 1998 09:31:45 +0000 (09:31 +0000)]
Resolve some problems with the projection of functions.

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

26 years agoOops, seems I haven't tried really after doing the change.
Wolfgang Bangerth [Fri, 22 May 1998 07:46:18 +0000 (07:46 +0000)]
Oops, seems I haven't tried really after doing the change.

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

26 years agoSmall changes.
Wolfgang Bangerth [Fri, 22 May 1998 07:44:15 +0000 (07:44 +0000)]
Small changes.

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

26 years agoAdd projection to boundary.
Wolfgang Bangerth [Fri, 22 May 1998 07:40:04 +0000 (07:40 +0000)]
Add projection to boundary.

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

26 years agoAdd support for numbering of boundary (for integration on the boundary).
Wolfgang Bangerth [Fri, 22 May 1998 07:39:16 +0000 (07:39 +0000)]
Add support for numbering of boundary (for integration on the boundary).

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

26 years agoDoc updates.
Wolfgang Bangerth [Fri, 22 May 1998 07:38:35 +0000 (07:38 +0000)]
Doc updates.

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

26 years agoAdd support for integration along the boundary (introduce numbering of nodes on bound...
Wolfgang Bangerth [Fri, 22 May 1998 07:37:49 +0000 (07:37 +0000)]
Add support for integration along the boundary (introduce numbering of nodes on boundary) and doc updates.

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

26 years agoDoc update.
Wolfgang Bangerth [Fri, 22 May 1998 07:36:56 +0000 (07:36 +0000)]
Doc update.

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

26 years agoTemporarily check the MFlops rate for matrix-vector-product. Remove this next time...
Wolfgang Bangerth [Wed, 20 May 1998 17:10:49 +0000 (17:10 +0000)]
Temporarily check the MFlops rate for matrix-vector-product. Remove this next time we see it.

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

26 years ago.
Wolfgang Bangerth [Wed, 20 May 1998 17:10:14 +0000 (17:10 +0000)]
.

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

26 years agoFirst part of huge changes to allow projection of the trace of a function to the...
Wolfgang Bangerth [Wed, 20 May 1998 17:09:45 +0000 (17:09 +0000)]
First part of huge changes to allow projection of the trace of a function to the boundary or parts thereof, to allow the creation of mass matrices on the boundary, use boundary projection in the projection of functions to the ansatz space, etc.

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

26 years agoPerformance tweak to vmult (gain: approx. 20 per cent). This makes things a bit unrea...
Wolfgang Bangerth [Wed, 20 May 1998 09:27:18 +0000 (09:27 +0000)]
Performance tweak to vmult (gain: approx. 20 per cent). This makes things a bit unreadable, but since these are parts of the library which need never to be modified if they work, that's not so much of a problem.

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

26 years agoSlight cleanup.
Wolfgang Bangerth [Wed, 20 May 1998 08:42:16 +0000 (08:42 +0000)]
Slight cleanup.

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

26 years ago.
Wolfgang Bangerth [Wed, 20 May 1998 08:41:29 +0000 (08:41 +0000)]
.

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

26 years agoClarify some things with the update flags for FEValues objects.
Wolfgang Bangerth [Wed, 20 May 1998 08:41:03 +0000 (08:41 +0000)]
Clarify some things with the update flags for FEValues objects.

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

26 years agoDoc update and slight clarification of structures.
Wolfgang Bangerth [Wed, 20 May 1998 08:40:03 +0000 (08:40 +0000)]
Doc update and slight clarification of structures.

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

26 years agoSmall readability changes in advance of bigger performance changes.
Wolfgang Bangerth [Tue, 19 May 1998 19:21:45 +0000 (19:21 +0000)]
Small readability changes in advance of bigger performance changes.

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

26 years agoPerform some performance tweaks.
Wolfgang Bangerth [Tue, 19 May 1998 19:03:43 +0000 (19:03 +0000)]
Perform some performance tweaks.

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

26 years agoRemove some things that we probably don't need in the near future but which make...
Wolfgang Bangerth [Tue, 19 May 1998 13:51:56 +0000 (13:51 +0000)]
Remove some things that we probably don't need in the near future but which make gcc choke when compiling.

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

26 years agoMove some functions from ProblemBase to more useful locations.
Wolfgang Bangerth [Tue, 19 May 1998 13:51:14 +0000 (13:51 +0000)]
Move some functions from ProblemBase to more useful locations.

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

26 years ago.
Wolfgang Bangerth [Tue, 19 May 1998 13:50:09 +0000 (13:50 +0000)]
.

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

26 years agoMove some functions from ProblemBase to more general parts of the library.
Wolfgang Bangerth [Tue, 19 May 1998 13:17:38 +0000 (13:17 +0000)]
Move some functions from ProblemBase to more general parts of the library.

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

26 years agoSmall change.
Wolfgang Bangerth [Mon, 18 May 1998 16:49:35 +0000 (16:49 +0000)]
Small change.

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

26 years ago.
Wolfgang Bangerth [Mon, 18 May 1998 16:46:43 +0000 (16:46 +0000)]
.

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

26 years agoAdd time dependant functionality to the Function class.
Wolfgang Bangerth [Mon, 18 May 1998 16:46:21 +0000 (16:46 +0000)]
Add time dependant functionality to the Function class.

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

26 years agoTake over timer module from the old DEAL library.
Wolfgang Bangerth [Mon, 18 May 1998 16:45:54 +0000 (16:45 +0000)]
Take over timer module from the old DEAL library.

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

26 years agoAdd some checks for safety.
Wolfgang Bangerth [Mon, 18 May 1998 09:08:04 +0000 (09:08 +0000)]
Add some checks for safety.

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

26 years agoMainly changes for the String->string conversion of the parameter handler module...
Wolfgang Bangerth [Mon, 18 May 1998 08:44:52 +0000 (08:44 +0000)]
Mainly changes for the String->string conversion of the parameter handler module, but also some minor performance tweaks with assumptions on the size of passed vectors.

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

26 years agoEliminate the need for libg++.a since we changed String->string in the parameter_hand...
Wolfgang Bangerth [Mon, 18 May 1998 08:42:48 +0000 (08:42 +0000)]
Eliminate the need for libg++.a since we changed String->string in the parameter_handler.* files.

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

26 years agoPerformance tweaks with assumptions on the size of passed vectors.
Wolfgang Bangerth [Mon, 18 May 1998 08:40:46 +0000 (08:40 +0000)]
Performance tweaks with assumptions on the size of passed vectors.

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

26 years agoImplement interpolation.
Wolfgang Bangerth [Mon, 18 May 1998 08:40:34 +0000 (08:40 +0000)]
Implement interpolation.

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

26 years agoMainly doc updates.
Wolfgang Bangerth [Mon, 18 May 1998 08:39:18 +0000 (08:39 +0000)]
Mainly doc updates.

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

26 years agoDoc update.
Wolfgang Bangerth [Mon, 18 May 1998 08:38:37 +0000 (08:38 +0000)]
Doc update.

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

26 years agoSlight reorganisation (getting the ansatz points of a finite element) and doc updates...
Wolfgang Bangerth [Mon, 18 May 1998 08:35:58 +0000 (08:35 +0000)]
Slight reorganisation (getting the ansatz points of a finite element) and doc updates. Also use the GeometryInfo class more often instead of handcrafted values.

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

26 years agoSlight reorganisation (getting the ansatz points of a finite element) and doc updates.
Wolfgang Bangerth [Mon, 18 May 1998 08:34:48 +0000 (08:34 +0000)]
Slight reorganisation (getting the ansatz points of a finite element) and doc updates.

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

26 years agoConvert from libg++'s String to the standard's string class. Whoop, this was a large...
Wolfgang Bangerth [Mon, 18 May 1998 08:31:25 +0000 (08:31 +0000)]
Convert from libg++'s String to the standard's string class. Whoop, this was a large patch, let's see how many bugs are buried down there...

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

26 years agoPerformance tweaks with assumptions on the size of passed vectors.
Wolfgang Bangerth [Mon, 18 May 1998 08:30:16 +0000 (08:30 +0000)]
Performance tweaks with assumptions on the size of passed vectors.

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

26 years agoAdd general write function and more general stuff.
Wolfgang Bangerth [Mon, 18 May 1998 08:29:22 +0000 (08:29 +0000)]
Add general write function and more general stuff.

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

26 years agoAdd function to inquire the number of nonzero elements.
Wolfgang Bangerth [Mon, 18 May 1998 08:26:56 +0000 (08:26 +0000)]
Add function to inquire the number of nonzero elements.

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

26 years agoDoc updates.
Wolfgang Bangerth [Mon, 18 May 1998 08:06:49 +0000 (08:06 +0000)]
Doc updates.

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

26 years agoAdd Makefile for this directory.
Wolfgang Bangerth [Sun, 17 May 1998 20:19:07 +0000 (20:19 +0000)]
Add Makefile for this directory.

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

26 years agoDoc update.
Wolfgang Bangerth [Fri, 15 May 1998 17:11:54 +0000 (17:11 +0000)]
Doc update.

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

26 years agoAdd creation of right hand sides to the MatrixCreator class.
Wolfgang Bangerth [Fri, 15 May 1998 17:11:36 +0000 (17:11 +0000)]
Add creation of right hand sides to the MatrixCreator class.

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

26 years agoAdd interpolation/projection and the like of functions to vectors.
Wolfgang Bangerth [Fri, 15 May 1998 17:10:54 +0000 (17:10 +0000)]
Add interpolation/projection and the like of functions to vectors.

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

26 years agoFix typo.
Wolfgang Bangerth [Fri, 15 May 1998 17:10:29 +0000 (17:10 +0000)]
Fix typo.

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

26 years agoUse even less memory in ProblemBase (let's see whether this works...)
Wolfgang Bangerth [Fri, 15 May 1998 17:10:08 +0000 (17:10 +0000)]
Use even less memory in ProblemBase (let's see whether this works...)

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

26 years agoAdd some standard matrices and code to build them.
Wolfgang Bangerth [Fri, 15 May 1998 15:59:56 +0000 (15:59 +0000)]
Add some standard matrices and code to build them.

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

26 years agoWeaken a security check.
Wolfgang Bangerth [Fri, 15 May 1998 15:12:38 +0000 (15:12 +0000)]
Weaken a security check.

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

26 years ago.
Wolfgang Bangerth [Thu, 14 May 1998 11:37:41 +0000 (11:37 +0000)]
.

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

26 years agoDoc update.
Wolfgang Bangerth [Thu, 14 May 1998 11:16:29 +0000 (11:16 +0000)]
Doc update.

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

26 years agoAdd global makefile to this directory.
Wolfgang Bangerth [Thu, 14 May 1998 10:57:25 +0000 (10:57 +0000)]
Add global makefile to this directory.

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

26 years agoDoc update.
Wolfgang Bangerth [Thu, 14 May 1998 09:37:23 +0000 (09:37 +0000)]
Doc update.

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

26 years agoExample update.
Wolfgang Bangerth [Wed, 13 May 1998 12:33:50 +0000 (12:33 +0000)]
Example update.

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

26 years agoExtend example by a function with a kink (discontinuity of the gradient).
Wolfgang Bangerth [Tue, 12 May 1998 13:34:11 +0000 (13:34 +0000)]
Extend example by a function with a kink (discontinuity of the gradient).

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

26 years ago.
Wolfgang Bangerth [Mon, 11 May 1998 18:08:22 +0000 (18:08 +0000)]
.

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