]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
23 years agoExtend the create_mass_matrix and create_laplace_matrix functions to use vector value...
Ralf Hartmann [Mon, 27 Aug 2001 13:04:59 +0000 (13:04 +0000)]
Extend the create_mass_matrix and create_laplace_matrix functions to use vector valued coefficient functions for system elements.

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

23 years agoReplace global MappingQ1 object by the static function FEValuesBase<dim>::get_default...
Ralf Hartmann [Mon, 27 Aug 2001 11:55:28 +0000 (11:55 +0000)]
Replace global MappingQ1 object by the static function FEValuesBase<dim>::get_default_mapping that returns reference to the default MappingQ1 object.

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

23 years agoWB want's to do the build_renumbering TODO.
Ralf Hartmann [Mon, 27 Aug 2001 11:15:40 +0000 (11:15 +0000)]
WB want's to do the build_renumbering TODO.

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

23 years agoAdd WBs comment
Ralf Hartmann [Mon, 27 Aug 2001 11:11:19 +0000 (11:11 +0000)]
Add WBs comment

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

23 years agoFix wrongly rendered output where a trailing space is also underlined
Wolfgang Bangerth [Mon, 27 Aug 2001 09:35:23 +0000 (09:35 +0000)]
Fix wrongly rendered output where a trailing space is also underlined
in a cross reference.

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

23 years agoInclude doc for power function.
Ralf Hartmann [Mon, 27 Aug 2001 09:25:45 +0000 (09:25 +0000)]
Include doc for power function.

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

23 years agoAdd implementation of new 2d-geometry.
Ralf Hartmann [Mon, 27 Aug 2001 09:10:40 +0000 (09:10 +0000)]
Add implementation of new 2d-geometry.

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

23 years agoChange output of some exception.
Wolfgang Bangerth [Mon, 27 Aug 2001 07:31:27 +0000 (07:31 +0000)]
Change output of some exception.

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

23 years agoreverse_grey_scale_color_function
Wolfgang Bangerth [Fri, 24 Aug 2001 14:34:18 +0000 (14:34 +0000)]
reverse_grey_scale_color_function

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

23 years agoFix a rather rare race condition in MT mode: we checked that we did
Wolfgang Bangerth [Fri, 24 Aug 2001 13:38:28 +0000 (13:38 +0000)]
Fix a rather rare race condition in MT mode: we checked that we did
not yet visit a face by looking at a value that is written when
visiting this face. We double checked later when writing into it. In
some rare conditions, it could happen that another process was working
on it, but only wrote between the two checks, making the latter fail.

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

23 years agoAdd another safety check.
Wolfgang Bangerth [Fri, 24 Aug 2001 13:36:48 +0000 (13:36 +0000)]
Add another safety check.

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

23 years agoFix a rather rare race condition in MT mode: we checked that we did
Wolfgang Bangerth [Fri, 24 Aug 2001 13:34:09 +0000 (13:34 +0000)]
Fix a rather rare race condition in MT mode: we checked that we did
not yet visit a face by looking at a value that is written when
visiting this face. We double checked later when writing into it. In
some rare conditions, it could happen that another process was working
on it, but only wrote between the two checks, making the latter fail.

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

23 years agoOutput file was created on linux, so regenerate it on Sun for comparability. Test...
Wolfgang Bangerth [Fri, 24 Aug 2001 07:54:11 +0000 (07:54 +0000)]
Output file was created on linux, so regenerate it on Sun for comparability. Test should now no longer fail.

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

23 years agoQProjector::project_to_child
Wolfgang Bangerth [Thu, 23 Aug 2001 20:13:03 +0000 (20:13 +0000)]
QProjector::project_to_child

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

23 years agoFix a missing std::, as pointed out by Benjamin Kirk (benkirk@cfdlab.ae.utexas.edu)
Wolfgang Bangerth [Wed, 22 Aug 2001 20:47:14 +0000 (20:47 +0000)]
Fix a missing std::, as pointed out by Benjamin Kirk (benkirk@cfdlab.ae.utexas.edu)

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

23 years agoCheck pivot size relative to other matrix entries.
Wolfgang Bangerth [Wed, 22 Aug 2001 11:53:44 +0000 (11:53 +0000)]
Check pivot size relative to other matrix entries.

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

23 years agoAdd optional options to matrix output class.
Wolfgang Bangerth [Wed, 22 Aug 2001 11:52:26 +0000 (11:52 +0000)]
Add optional options to matrix output class.

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

23 years agoBlockMatrix now has function el()
Wolfgang Bangerth [Tue, 21 Aug 2001 16:12:48 +0000 (16:12 +0000)]
BlockMatrix now has function el()

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

23 years agoRemove some commented-out functions. Reindent.
Wolfgang Bangerth [Tue, 21 Aug 2001 16:08:31 +0000 (16:08 +0000)]
Remove some commented-out functions. Reindent.

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

23 years agoLet file conform to coding standards.
Wolfgang Bangerth [Tue, 21 Aug 2001 16:06:28 +0000 (16:06 +0000)]
Let file conform to coding standards.

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

23 years agoAdd new class MatrixOut and corresponding testcase.
Wolfgang Bangerth [Tue, 21 Aug 2001 16:05:35 +0000 (16:05 +0000)]
Add new class MatrixOut and corresponding testcase.

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

23 years agoRemove an assertion for corner cases, which is not strictly necessary
Wolfgang Bangerth [Mon, 20 Aug 2001 16:25:03 +0000 (16:25 +0000)]
Remove an assertion for corner cases, which is not strictly necessary
and was rather thought as an aid in finding programming errors. After
discussion it was thought that it is more difficult to maintain it
than to remove it.

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

23 years agoTODO update.
Wolfgang Bangerth [Fri, 17 Aug 2001 07:47:47 +0000 (07:47 +0000)]
TODO update.

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

23 years agoAdd a class that provides algorithms working on triangulations. New test case.
Wolfgang Bangerth [Thu, 16 Aug 2001 20:53:10 +0000 (20:53 +0000)]
Add a class that provides algorithms working on triangulations. New test case.

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

23 years agospawn wrappers for member functions with 7 args.
Wolfgang Bangerth [Thu, 16 Aug 2001 14:58:13 +0000 (14:58 +0000)]
spawn wrappers for member functions with 7 args.

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

23 years agoWell, revert patch as does not help...
Wolfgang Bangerth [Thu, 16 Aug 2001 12:25:51 +0000 (12:25 +0000)]
Well, revert patch as does not help...

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

23 years agoAdd path to Sun F77 libs to linker line.
Wolfgang Bangerth [Thu, 16 Aug 2001 12:20:29 +0000 (12:20 +0000)]
Add path to Sun F77 libs to linker line.

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

23 years agoPreviously, the preconditioners using matrices, derived privately from
Wolfgang Bangerth [Thu, 16 Aug 2001 11:35:49 +0000 (11:35 +0000)]
Previously, the preconditioners using matrices, derived privately from
PreconditionRelaxation, but introduced the only function of the base
class later on explicitely into the public area. Since private
inheritance interferes with the use of the Subscriptor class in the
base class (we can't cast to it any more), change the inheritance to
public and remove the explicit "using" declarations.

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

23 years agoAdd comment about a case where we had a TODO previously.
Wolfgang Bangerth [Thu, 16 Aug 2001 11:31:42 +0000 (11:31 +0000)]
Add comment about a case where we had a TODO previously.

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

23 years agoDerive solvers publicly from Solver, and remove derivation from Subscriptor since...
Wolfgang Bangerth [Thu, 16 Aug 2001 11:27:35 +0000 (11:27 +0000)]
Derive solvers publicly from Solver, and remove derivation from Subscriptor since the base class already inherits it.

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

23 years agoReinsert an assertion.
Wolfgang Bangerth [Thu, 16 Aug 2001 11:20:42 +0000 (11:20 +0000)]
Reinsert an assertion.

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

23 years agoIt was decided that FEValues should no longer support support_points.
Wolfgang Bangerth [Thu, 16 Aug 2001 11:18:50 +0000 (11:18 +0000)]
It was decided that FEValues should no longer support support_points.

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

23 years agoWhy should we want to merge them?
Wolfgang Bangerth [Thu, 16 Aug 2001 11:17:28 +0000 (11:17 +0000)]
Why should we want to merge them?

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

23 years agoThe good reason to have the classes distinct is probably that we want
Wolfgang Bangerth [Thu, 16 Aug 2001 11:16:03 +0000 (11:16 +0000)]
The good reason to have the classes distinct is probably that we want
to have the == operator in the base class not compare all the
complicated and long fields, but just the simple ones.

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

23 years agoDerive Solver and Preconditioners from Subscriptor. Let PreconditionLACSolver use...
Wolfgang Bangerth [Thu, 16 Aug 2001 11:10:49 +0000 (11:10 +0000)]
Derive Solver and Preconditioners from Subscriptor. Let PreconditionLACSolver use SmartPointers instead of C style pointers.

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

23 years agoThink about using global std::vector objects in the value_list
Wolfgang Bangerth [Thu, 16 Aug 2001 11:03:24 +0000 (11:03 +0000)]
Think about using global std::vector objects in the value_list
function, in order to avoid repeated memory allocation for these
objects. However, no way springs to mind as apparent, basically
because the length of these vectors depends on the number of points at
which the derivative is to be computed, which may vary between
successive calls to the function and we don't want to grow the vectors
beyond all bounds if once many points are required and usually only a
few.

Nevertheless, clean up some things...

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

23 years agoTODO
Guido Kanschat [Thu, 16 Aug 2001 09:30:22 +0000 (09:30 +0000)]
TODO

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

23 years agoRemove the template argument from the MatrixTools and MatrixCreator classes. This...
Wolfgang Bangerth [Tue, 14 Aug 2001 14:19:46 +0000 (14:19 +0000)]
Remove the template argument from the MatrixTools and MatrixCreator classes. This also requires to make the IteratorRange arguments to the threaded functions be passed by value rather than by reference since they are generated as a temporary now.

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

23 years agoAdd some docs.
Wolfgang Bangerth [Tue, 14 Aug 2001 09:47:52 +0000 (09:47 +0000)]
Add some docs.

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

23 years agoCheck the requirements on vectors and matrices in the linear solvers. Minor clean...
Wolfgang Bangerth [Tue, 14 Aug 2001 09:39:53 +0000 (09:39 +0000)]
Check the requirements on vectors and matrices in the linear solvers. Minor clean-ups.

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

23 years agooperator*= for vector and block vector.
Wolfgang Bangerth [Tue, 14 Aug 2001 09:09:05 +0000 (09:09 +0000)]
operator*= for vector and block vector.

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

23 years agoImplement operator*= for vectors and block vectors.
Wolfgang Bangerth [Tue, 14 Aug 2001 09:08:25 +0000 (09:08 +0000)]
Implement operator*= for vectors and block vectors.

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

23 years agoFix leading underscores as nobody else seems to have an interest in doing it...
Wolfgang Bangerth [Tue, 14 Aug 2001 09:02:46 +0000 (09:02 +0000)]
Fix leading underscores as nobody else seems to have an interest in doing it...

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

23 years agoAdd some assertions.
Wolfgang Bangerth [Sat, 11 Aug 2001 22:04:31 +0000 (22:04 +0000)]
Add some assertions.

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

23 years agoAdd precondition_Jacobi to FullMatrix.
Wolfgang Bangerth [Sat, 11 Aug 2001 22:03:05 +0000 (22:03 +0000)]
Add precondition_Jacobi to FullMatrix.

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

23 years agoJust reindent.
Wolfgang Bangerth [Thu, 9 Aug 2001 13:44:09 +0000 (13:44 +0000)]
Just reindent.

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

23 years agoImprove the ConstraintMatrix::merge function for the case that objects are already...
Wolfgang Bangerth [Thu, 9 Aug 2001 13:43:17 +0000 (13:43 +0000)]
Improve the ConstraintMatrix::merge function for the case that objects are already sorted. Write a test for this function.

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

23 years agoProvide BlockVector with a new constructor that initializes the vector from an iterat...
Wolfgang Bangerth [Thu, 9 Aug 2001 12:46:50 +0000 (12:46 +0000)]
Provide BlockVector with a new constructor that initializes the vector from an iterator range.

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

23 years agoNew constructor for Vector<...> that takes two iterators the range of which is then...
Wolfgang Bangerth [Thu, 9 Aug 2001 12:18:19 +0000 (12:18 +0000)]
New constructor for Vector<...> that takes two iterators the range of which is then copied.

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

23 years agoHas finally appeared.
Wolfgang Bangerth [Thu, 9 Aug 2001 09:35:28 +0000 (09:35 +0000)]
Has finally appeared.

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

23 years agoRemove the kludge that the QProjector happened to become a real class derived from...
Wolfgang Bangerth [Wed, 8 Aug 2001 08:31:19 +0000 (08:31 +0000)]
Remove the kludge that the QProjector happened to become a real class derived from Quadrature. Rather, make the respective constructor call two functions in their own that return a Quadrature object.

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

23 years agodensity of Naca flow. M=2. alpha=5 degree.
Ralf Hartmann [Wed, 1 Aug 2001 12:34:52 +0000 (12:34 +0000)]
density of Naca flow. M=2. alpha=5 degree.

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

23 years agoInclude naca picture. Set size of picture to 100, explicitly.
Ralf Hartmann [Wed, 1 Aug 2001 12:33:59 +0000 (12:33 +0000)]
Include naca picture. Set size of picture to 100, explicitly.

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

23 years agoClarify docs.
Wolfgang Bangerth [Wed, 1 Aug 2001 11:59:29 +0000 (11:59 +0000)]
Clarify docs.

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

23 years agoConstraintMatrix::merge
Wolfgang Bangerth [Tue, 31 Jul 2001 16:15:03 +0000 (16:15 +0000)]
ConstraintMatrix::merge

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

23 years agoExtend ConstraintMatrix::merge.
Wolfgang Bangerth [Mon, 30 Jul 2001 21:18:02 +0000 (21:18 +0000)]
Extend ConstraintMatrix::merge.

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

23 years agoImprove docs.
Wolfgang Bangerth [Mon, 30 Jul 2001 12:07:31 +0000 (12:07 +0000)]
Improve docs.

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

23 years agoAdd colorized column indicating how many test cases failed today.
deal [Mon, 30 Jul 2001 09:30:58 +0000 (09:30 +0000)]
Add colorized column indicating how many test cases failed today.

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

23 years agoCheck reduced residual for equality as well.
Wolfgang Bangerth [Fri, 27 Jul 2001 12:00:26 +0000 (12:00 +0000)]
Check reduced residual for equality as well.

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

23 years agoSimplify computation of laplace vector.
Ralf Hartmann [Wed, 25 Jul 2001 19:48:53 +0000 (19:48 +0000)]
Simplify computation of laplace vector.

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

23 years agoAdd target libo as in the base subdir.
Wolfgang Bangerth [Tue, 24 Jul 2001 13:55:40 +0000 (13:55 +0000)]
Add target libo as in the base subdir.

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

23 years agoUse of appropriate quadrature rule for MappingQ4 leads to small change in output.
Ralf Hartmann [Mon, 23 Jul 2001 10:58:29 +0000 (10:58 +0000)]
Use of appropriate quadrature rule for MappingQ4 leads to small change in output.

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

23 years agoNew namespacing of functions.
Wolfgang Bangerth [Thu, 19 Jul 2001 08:06:20 +0000 (08:06 +0000)]
New namespacing of functions.

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

23 years agoNew namespacing of functions.
Wolfgang Bangerth [Thu, 19 Jul 2001 07:54:07 +0000 (07:54 +0000)]
New namespacing of functions.

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

23 years agoNew namespacing of functions.
Wolfgang Bangerth [Thu, 19 Jul 2001 07:29:42 +0000 (07:29 +0000)]
New namespacing of functions.

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

23 years agoNew namespacing of functions.
Wolfgang Bangerth [Thu, 19 Jul 2001 07:14:12 +0000 (07:14 +0000)]
New namespacing of functions.

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

23 years agoFourierSineSum and FourierCosineSum
Wolfgang Bangerth [Wed, 18 Jul 2001 10:44:57 +0000 (10:44 +0000)]
FourierSineSum and FourierCosineSum

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

23 years agoTODO more explicit
Guido Kanschat [Wed, 18 Jul 2001 10:42:16 +0000 (10:42 +0000)]
TODO more explicit

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

23 years agoobsolete TODO removed
Guido Kanschat [Wed, 18 Jul 2001 10:37:41 +0000 (10:37 +0000)]
obsolete TODO removed

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

23 years agoWrap all instances of conceret functions into a namespace of their own.
Wolfgang Bangerth [Wed, 18 Jul 2001 10:10:38 +0000 (10:10 +0000)]
Wrap all instances of conceret functions into a namespace of their own.

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

23 years agoFourierSine and FourierCosineFunction
Wolfgang Bangerth [Wed, 18 Jul 2001 09:50:43 +0000 (09:50 +0000)]
FourierSine and FourierCosineFunction

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

23 years agoAssembling of the laplace matrix is performed using a quadrature that now depends...
Ralf Hartmann [Wed, 18 Jul 2001 09:44:33 +0000 (09:44 +0000)]
Assembling of the laplace matrix is performed using a quadrature that now depends on the degree of mapping employed.

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

23 years agoFix typo.
Ralf Hartmann [Wed, 18 Jul 2001 09:40:58 +0000 (09:40 +0000)]
Fix typo.

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

23 years agoInclude additional assertion.
Ralf Hartmann [Wed, 18 Jul 2001 09:40:12 +0000 (09:40 +0000)]
Include additional assertion.

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

23 years agoUse relative error rather than absolute error for checking for an internal error.
Ralf Hartmann [Wed, 18 Jul 2001 09:38:49 +0000 (09:38 +0000)]
Use relative error rather than absolute error for checking for an internal error.

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

23 years agoCheck for rand_r/rand
Wolfgang Bangerth [Sun, 15 Jul 2001 17:14:34 +0000 (17:14 +0000)]
Check for rand_r/rand

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

23 years agoFix missing include. Dont know why this was not found before... :-(
Wolfgang Bangerth [Sun, 15 Jul 2001 17:13:21 +0000 (17:13 +0000)]
Fix missing include. Dont know why this was not found before... :-(

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

23 years agobug fixed
Guido Kanschat [Fri, 13 Jul 2001 15:46:24 +0000 (15:46 +0000)]
bug fixed

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

23 years agoFix some TODOs. Add memory_consumption functions in several places.
Wolfgang Bangerth [Fri, 13 Jul 2001 08:08:27 +0000 (08:08 +0000)]
Fix some TODOs. Add memory_consumption functions in several places.

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

23 years agoFix use of private typedef by using the original type.
Wolfgang Bangerth [Wed, 11 Jul 2001 11:39:32 +0000 (11:39 +0000)]
Fix use of private typedef by using the original type.

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

23 years agoDerive all PreconditionBlock* class virtually from Subscriptor. This allows also...
Ralf Hartmann [Wed, 11 Jul 2001 11:04:11 +0000 (11:04 +0000)]
Derive all PreconditionBlock* class virtually from Subscriptor. This allows also PreconditionBlockSSOR to be derived from Subscriptor. Use of virtual derivation to avoid ambiguity.

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

23 years agoFix missing typename.
Wolfgang Bangerth [Tue, 10 Jul 2001 16:31:03 +0000 (16:31 +0000)]
Fix missing typename.

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

23 years ago.
Wolfgang Bangerth [Mon, 9 Jul 2001 11:39:11 +0000 (11:39 +0000)]
.

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

23 years agoFix a missing std::
Wolfgang Bangerth [Mon, 9 Jul 2001 11:38:20 +0000 (11:38 +0000)]
Fix a missing std::

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

23 years agoDetect some things for Sun's WorkShop compiler.
Wolfgang Bangerth [Fri, 6 Jul 2001 10:30:41 +0000 (10:30 +0000)]
Detect some things for Sun's WorkShop compiler.

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

23 years ago.
Wolfgang Bangerth [Fri, 6 Jul 2001 10:27:48 +0000 (10:27 +0000)]
.

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

23 years ago.
Wolfgang Bangerth [Fri, 6 Jul 2001 10:22:18 +0000 (10:22 +0000)]
.

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

23 years ago.
Wolfgang Bangerth [Fri, 6 Jul 2001 10:21:36 +0000 (10:21 +0000)]
.

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

23 years agoFix xref
Wolfgang Bangerth [Fri, 6 Jul 2001 09:16:57 +0000 (09:16 +0000)]
Fix xref

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

23 years agoRecognize cxx.
Wolfgang Bangerth [Fri, 6 Jul 2001 09:16:39 +0000 (09:16 +0000)]
Recognize cxx.

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

23 years agoFix date.
Wolfgang Bangerth [Fri, 6 Jul 2001 09:14:54 +0000 (09:14 +0000)]
Fix date.

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

23 years agoRecognize cxx.
Wolfgang Bangerth [Fri, 6 Jul 2001 09:14:42 +0000 (09:14 +0000)]
Recognize cxx.

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

23 years agoDocument OSF1 5.3 and cxx 6.3.
Wolfgang Bangerth [Fri, 6 Jul 2001 09:06:40 +0000 (09:06 +0000)]
Document OSF1 5.3 and cxx 6.3.

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

23 years agoFix some issues with cxx.
Wolfgang Bangerth [Fri, 6 Jul 2001 09:03:59 +0000 (09:03 +0000)]
Fix some issues with cxx.

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

23 years agoSave vmult in CG if starting vector is zero.
Wolfgang Bangerth [Fri, 6 Jul 2001 07:40:41 +0000 (07:40 +0000)]
Save vmult in CG if starting vector is zero.

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

23 years agoFix </class> by </code>
Wolfgang Bangerth [Fri, 6 Jul 2001 07:37:38 +0000 (07:37 +0000)]
Fix </class> by </code>

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

23 years agoSave one vmult in the common case that the input vector to the CG method is zero.
Wolfgang Bangerth [Thu, 5 Jul 2001 16:33:11 +0000 (16:33 +0000)]
Save one vmult in the common case that the input vector to the CG method is zero.

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

23 years agoAdd new pic.
Wolfgang Bangerth [Thu, 5 Jul 2001 13:29:34 +0000 (13:29 +0000)]
Add new pic.

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

23 years agopostscript face output in 3d: not tested
Guido Kanschat [Thu, 5 Jul 2001 13:16:08 +0000 (13:16 +0000)]
postscript face output in 3d: not tested

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

23 years agoThe script is now a mess, but it generates much nicer output!
deal [Thu, 5 Jul 2001 12:21:39 +0000 (12:21 +0000)]
The script is now a mess, but it generates much nicer output!

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