]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
24 years agoUse RUSAGE_SELF instead of 0 in test for getrusage, as the previous is
wolf [Thu, 15 Jun 2000 11:49:27 +0000 (11:49 +0000)]
Use RUSAGE_SELF instead of 0 in test for getrusage, as the previous is
in an enum on some Linux systems, while the latter is an int, and the
compiler rejects a conversion...

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

24 years agoFix common/scripts/make_dependencies.pl.
wolf [Thu, 15 Jun 2000 11:42:01 +0000 (11:42 +0000)]
Fix common/scripts/make_dependencies.pl.

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

24 years agoFix a bug where the script produced some strange results when we had a ++ in the...
wolf [Thu, 15 Jun 2000 11:23:22 +0000 (11:23 +0000)]
Fix a bug where the script produced some strange results when we had a ++ in the path.

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

24 years agoMore doc updates.
wolf [Thu, 15 Jun 2000 07:54:44 +0000 (07:54 +0000)]
More doc updates.

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

24 years agoAugment docs.
wolf [Thu, 15 Jun 2000 07:41:23 +0000 (07:41 +0000)]
Augment docs.

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

24 years agoUpdate to latest version.
wolf [Thu, 15 Jun 2000 06:54:27 +0000 (06:54 +0000)]
Update to latest version.

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

24 years agoFix bug with lost -D__USE_MALLOC
wolf [Wed, 14 Jun 2000 14:38:17 +0000 (14:38 +0000)]
Fix bug with lost -D__USE_MALLOC

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

24 years agoMore doc.
wolf [Wed, 14 Jun 2000 12:30:49 +0000 (12:30 +0000)]
More doc.

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

24 years agoImprove wording.
wolf [Wed, 14 Jun 2000 12:13:58 +0000 (12:13 +0000)]
Improve wording.

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

24 years agoConfigure for getrusage
wolf [Wed, 14 Jun 2000 12:12:10 +0000 (12:12 +0000)]
Configure for getrusage

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

24 years agoRemove -ansi when in MT mode.
wolf [Wed, 14 Jun 2000 12:06:31 +0000 (12:06 +0000)]
Remove -ansi when in MT mode.

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

24 years agoEnforce -ansi -pedantic.
wolf [Wed, 14 Jun 2000 11:57:39 +0000 (11:57 +0000)]
Enforce -ansi -pedantic.

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

24 years agoConfigure for the proper declaration of the getrusage function.
wolf [Wed, 14 Jun 2000 11:49:00 +0000 (11:49 +0000)]
Configure for the proper declaration of the getrusage function.

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

24 years agoEnforce -pedantic -ansi when using the gcc compiler in order to get closer to the...
wolf [Wed, 14 Jun 2000 11:16:48 +0000 (11:16 +0000)]
Enforce -pedantic -ansi when using the gcc compiler in order to get closer to the C++ standard.
Doing so required a whole lot of changes, which mostly fall into the following to categories:
1/ Adding `typename' when accessing template dependent names, such as
   vector<T>::iterator.
2/ When accessing member classes of templatized parent classes, full qualification is
   required. Thus, when in Derived<dim>::f we want to access the type Base<dim>::ExcSomething,
   we have to use typename Base<dim>::ExcSomething now.

Overall, these changes should lead to more portable code.

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

24 years agotests for FullMatrix
guido [Tue, 13 Jun 2000 20:43:34 +0000 (20:43 +0000)]
tests for FullMatrix

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

24 years agoAllow this file to be compiled with -pedantic. this required some
wolf [Tue, 13 Jun 2000 14:10:40 +0000 (14:10 +0000)]
Allow this file to be compiled with -pedantic. this required some
work-arounds, described in the comments added in this patch.

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

24 years agoImprove on the type of exception that is generated when a vector has
wolf [Tue, 13 Jun 2000 11:38:57 +0000 (11:38 +0000)]
Improve on the type of exception that is generated when a vector has
wrong size. Previously we got the null-information exception
--------------------------------------------------------
An error occurred in line <83> of file <source/numerics/data_out.cc> in function
    void DataOut_DoFData<2>::add_data_vector(const Vector<double> &, const vector<basic_string<char,string_char_traits<char>,__malloc_alloc_template<0> >,allocator<basic_string<char,string_char_traits<char>,__malloc_alloc_template<0> > > > &)
The violated condition was:
    ((vec.size() == dofs->get_tria().n_active_cells()) && (names.size() == 1)) || ((vec.size() == dofs->n_dofs()) && (names.size() == dofs->get_fe().n_components()))
The name and call sequence of the exception was:
    ExcInvalidNumberOfNames (names.size(), dofs->get_fe().n_components())
Additional Information:
You have to give one name per component in your data vector. The number you gave was 1, but the number of components is 1
--------------------------------------------------------
which does not shed much light on what the problem is (number of
components seems to be ok, not?)

Now we get
1--------------------------------------------------------
An error occurred in line <81> of file <source/numerics/data_out.cc> in function
    void DataOut_DoFData<2>::add_data_vector(const Vector<double> &, const vector<basic_string<char,string_char_traits<char>,__malloc_alloc_template<0> >,allocator<basic_string<char,string_char_traits<char>,__malloc_alloc_template<0> > > > &)
The violated condition was:
    (vec.size() == dofs->get_tria().n_active_cells()) || (vec.size() == dofs->n_dofs())
The name and call sequence of the exception was:
    ExcInvalidVectorSize(vec.size(), dofs->get_tria().n_active_cells(), dofs->n_dofs())
Additional Information:
The vector has size 0 but the DoFHandler objects says there are 2560 degrees of freedom and there are 2641 active cells.
--------------------------------------------------------

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

24 years agoRecent changes in the SparsityPattern class changed the order of
wolf [Tue, 13 Jun 2000 07:56:29 +0000 (07:56 +0000)]
Recent changes in the SparsityPattern class changed the order of
output, so fix this.

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

24 years agoFix some misspellings.
wolf [Tue, 13 Jun 2000 07:27:14 +0000 (07:27 +0000)]
Fix some misspellings.

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

24 years agoFile *.check saves execution of tests without changed dependencies
guido [Fri, 9 Jun 2000 22:30:42 +0000 (22:30 +0000)]
File *.check saves execution of tests without changed dependencies

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

24 years agofixes
guido [Fri, 9 Jun 2000 22:29:50 +0000 (22:29 +0000)]
fixes

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

24 years agocontinuing on FEDG_Pk
guido [Fri, 9 Jun 2000 22:11:44 +0000 (22:11 +0000)]
continuing on FEDG_Pk

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

24 years agoTemporarily removed "initialize_matrices"
guido [Fri, 9 Jun 2000 21:58:44 +0000 (21:58 +0000)]
Temporarily removed "initialize_matrices"

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

24 years agochange in Quadrature
guido [Fri, 9 Jun 2000 21:11:00 +0000 (21:11 +0000)]
change in Quadrature

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

24 years agowarnings removed in 3D
guido [Fri, 9 Jun 2000 21:07:23 +0000 (21:07 +0000)]
warnings removed in 3D

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

24 years agofirst step towards FEDG_Pk
guido [Fri, 9 Jun 2000 20:51:38 +0000 (20:51 +0000)]
first step towards FEDG_Pk

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

24 years agonew access in SparseMatrix
guido [Fri, 9 Jun 2000 20:50:42 +0000 (20:50 +0000)]
new access in SparseMatrix

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

24 years agoExponential function
guido [Fri, 9 Jun 2000 20:49:36 +0000 (20:49 +0000)]
Exponential function

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

24 years agoBe stricter with warnings. I'd like to have added -pedantic, but then
wolf [Fri, 9 Jun 2000 08:11:04 +0000 (08:11 +0000)]
Be stricter with warnings. I'd like to have added -pedantic, but then
the compiler chokes on many exceptions without me knowing why...

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

24 years agoAdd missing `typename's.
wolf [Fri, 9 Jun 2000 07:15:20 +0000 (07:15 +0000)]
Add missing `typename's.

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

24 years agoAdd missing `typenames'.
wolf [Fri, 9 Jun 2000 07:11:09 +0000 (07:11 +0000)]
Add missing `typenames'.

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

24 years agoAdd comment on gdb.
wolf [Tue, 6 Jun 2000 12:22:50 +0000 (12:22 +0000)]
Add comment on gdb.

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

24 years agoSparseMatrix::el
wolf [Mon, 5 Jun 2000 14:18:55 +0000 (14:18 +0000)]
SparseMatrix::el

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

24 years agoList configury revamp.
wolf [Mon, 5 Jun 2000 14:11:42 +0000 (14:11 +0000)]
List configury revamp.

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

24 years agoReduced sparsity pattern for DG-Multigrid
guido [Fri, 2 Jun 2000 19:15:14 +0000 (19:15 +0000)]
Reduced sparsity pattern for DG-Multigrid

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

24 years agoImplement the el(i,j) function.
wolf [Fri, 2 Jun 2000 13:52:45 +0000 (13:52 +0000)]
Implement the el(i,j) function.

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

24 years agoUndo "bug" fix.
wolf [Fri, 2 Jun 2000 13:46:40 +0000 (13:46 +0000)]
Undo "bug" fix.

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

24 years agoRevamp configury machinery.
wolf [Fri, 2 Jun 2000 13:39:32 +0000 (13:39 +0000)]
Revamp configury machinery.

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

24 years agoFix wrong filenames in comments.
wolf [Wed, 31 May 2000 13:16:04 +0000 (13:16 +0000)]
Fix wrong filenames in comments.

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

24 years agoFix indentations.
wolf [Wed, 31 May 2000 13:14:38 +0000 (13:14 +0000)]
Fix indentations.

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

24 years agoRe-add some documentation that seems to have got lost.
wolf [Wed, 31 May 2000 07:03:16 +0000 (07:03 +0000)]
Re-add some documentation that seems to have got lost.

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

24 years agorenaming in Quadrature
guido [Wed, 31 May 2000 04:46:22 +0000 (04:46 +0000)]
renaming in Quadrature

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

24 years agobug removed
guido [Wed, 31 May 2000 04:42:59 +0000 (04:42 +0000)]
bug removed

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

24 years agonew functions in QProjector; weeded out doc for Quadrature
guido [Wed, 31 May 2000 04:42:11 +0000 (04:42 +0000)]
new functions in QProjector; weeded out doc for Quadrature

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

24 years agoAck, this bug seemed to be too obvious for proper testing. Now it's ok.
wolf [Tue, 30 May 2000 16:30:35 +0000 (16:30 +0000)]
Ack, this bug seemed to be too obvious for proper testing. Now it's ok.

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

24 years agoFix bug in SparsityPattern::print_gnuplot.
wolf [Tue, 30 May 2000 16:25:29 +0000 (16:25 +0000)]
Fix bug in SparsityPattern::print_gnuplot.

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

24 years agoFix bug in print_gnuplot.
wolf [Tue, 30 May 2000 16:24:48 +0000 (16:24 +0000)]
Fix bug in print_gnuplot.

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

24 years agoNote bugfix by Ralf in DataOut.
wolf [Mon, 29 May 2000 16:10:05 +0000 (16:10 +0000)]
Note bugfix by Ralf in DataOut.

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

24 years agofix a sneaky bug in MT.
hartmann [Mon, 29 May 2000 15:49:44 +0000 (15:49 +0000)]
fix a sneaky bug in MT.

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

24 years agoTemporarily removed grid_generator from all
guido [Mon, 29 May 2000 14:47:26 +0000 (14:47 +0000)]
Temporarily removed grid_generator from all

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

24 years agoDoc update.
wolf [Mon, 29 May 2000 13:09:34 +0000 (13:09 +0000)]
Doc update.

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

24 years agoreplace MatrixCreator<dim>::create_interpolation_matrix by FETools::get_interpolation...
hartmann [Mon, 29 May 2000 13:06:42 +0000 (13:06 +0000)]
replace MatrixCreator<dim>::create_interpolation_matrix by FETools::get_interpolation_matrix

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

24 years agoFix removed exceptions in function.h
wolf [Mon, 29 May 2000 12:17:06 +0000 (12:17 +0000)]
Fix removed exceptions in function.h

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

24 years agoAdjust copyright.
wolf [Mon, 29 May 2000 11:17:52 +0000 (11:17 +0000)]
Adjust copyright.

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

24 years agoMinor adjustments.
wolf [Mon, 29 May 2000 11:17:09 +0000 (11:17 +0000)]
Minor adjustments.

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

24 years agoFix of FullMatrix::Tvmult
wolf [Mon, 29 May 2000 08:18:02 +0000 (08:18 +0000)]
Fix of FullMatrix::Tvmult

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

24 years agoList changes 3.0->3.0.1, and slight layout changes.
wolf [Mon, 29 May 2000 08:07:02 +0000 (08:07 +0000)]
List changes 3.0->3.0.1, and slight layout changes.

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

24 years agoIf the copyright needs to be changed, then like this.
wolf [Mon, 29 May 2000 07:43:04 +0000 (07:43 +0000)]
If the copyright needs to be changed, then like this.

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

24 years agoenclosed_hyper_cube in 3d
guido [Fri, 26 May 2000 19:18:23 +0000 (19:18 +0000)]
enclosed_hyper_cube in 3d

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

24 years agonew class FETools, function MatrixCreator::create_interpolation_matrix removed.
hartmann [Fri, 26 May 2000 18:13:46 +0000 (18:13 +0000)]
new class FETools, function MatrixCreator::create_interpolation_matrix removed.

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

24 years agoadd a new class FETools that provides interpolation, back_interpolation, and interpol...
hartmann [Fri, 26 May 2000 16:25:03 +0000 (16:25 +0000)]
add a new class FETools that provides interpolation, back_interpolation, and interpolation_difference functions and the respective local matrices. Remove the obsolete create_interpolation_matrix function in MatrixCreator.

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

24 years agoFix missing </p> (yields different browser output)
wolf [Fri, 26 May 2000 12:37:44 +0000 (12:37 +0000)]
Fix missing </p> (yields different browser output)

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

24 years agoMore time sorting.
wolf [Fri, 26 May 2000 12:16:25 +0000 (12:16 +0000)]
More time sorting.

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

24 years agoReorder how vmult and Tvmult work, make them more conformant to the
wolf [Fri, 26 May 2000 12:09:27 +0000 (12:09 +0000)]
Reorder how vmult and Tvmult work, make them more conformant to the
present coding habits.

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

24 years ago*** empty log message ***
wolf [Fri, 26 May 2000 12:06:05 +0000 (12:06 +0000)]
*** empty log message ***

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

24 years agoFix indexing bug.
wolf [Fri, 26 May 2000 11:54:28 +0000 (11:54 +0000)]
Fix indexing bug.

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

24 years agobug fixed
guido [Fri, 26 May 2000 04:07:49 +0000 (04:07 +0000)]
bug fixed

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

24 years agotoday's changes
guido [Fri, 26 May 2000 02:50:07 +0000 (02:50 +0000)]
today's changes

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

24 years agooptimized flux sparsity
guido [Fri, 26 May 2000 02:37:10 +0000 (02:37 +0000)]
optimized flux sparsity

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

24 years agobug removed
guido [Fri, 26 May 2000 02:36:10 +0000 (02:36 +0000)]
bug removed

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

24 years agofixes
guido [Thu, 25 May 2000 21:31:31 +0000 (21:31 +0000)]
fixes

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

24 years agoVectorTools::integrate_difference:
guido [Thu, 25 May 2000 21:30:55 +0000 (21:30 +0000)]
VectorTools::integrate_difference:
  1. Fixed computation of non-squared norms
  2. weight functions with more components
ComponentSelectFunction for selecting components

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

24 years agoComponentSelectFunction added, CosineFunction fixed
guido [Thu, 25 May 2000 21:24:21 +0000 (21:24 +0000)]
ComponentSelectFunction added, CosineFunction fixed

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

24 years agomissing declarations added
guido [Thu, 25 May 2000 16:50:06 +0000 (16:50 +0000)]
missing declarations added

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

24 years agoredundant exceptions removed
guido [Thu, 25 May 2000 15:52:03 +0000 (15:52 +0000)]
redundant exceptions removed

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

24 years agoDependence on forward_declarations removed for speed
guido [Thu, 25 May 2000 14:46:56 +0000 (14:46 +0000)]
Dependence on forward_declarations removed for speed

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

24 years agoFix.
wolf [Thu, 25 May 2000 09:55:27 +0000 (09:55 +0000)]
Fix.

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

24 years agodependence on forward_declarations.h removed for speed
guido [Wed, 24 May 2000 22:32:42 +0000 (22:32 +0000)]
dependence on forward_declarations.h removed for speed

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

24 years agosorted in time
guido [Wed, 24 May 2000 22:28:57 +0000 (22:28 +0000)]
sorted in time

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

24 years agodebug functions included
guido [Wed, 24 May 2000 20:58:51 +0000 (20:58 +0000)]
debug functions included

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

24 years agoDependence on forward_declarations removed for speed
guido [Wed, 24 May 2000 20:41:28 +0000 (20:41 +0000)]
Dependence on forward_declarations removed for speed

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

24 years agoEliminate stores of zeroes.
wolf [Wed, 24 May 2000 12:47:41 +0000 (12:47 +0000)]
Eliminate stores of zeroes.

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

24 years agoUse Jacobi preconditioning. Check for float matrices as well.
wolf [Wed, 24 May 2000 11:13:02 +0000 (11:13 +0000)]
Use Jacobi preconditioning. Check for float matrices as well.

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

24 years agoMatrixTools::apply_boundary_values
wolf [Wed, 24 May 2000 11:06:04 +0000 (11:06 +0000)]
MatrixTools::apply_boundary_values

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

24 years agoFix template problem.
wolf [Wed, 24 May 2000 11:01:29 +0000 (11:01 +0000)]
Fix template problem.

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

24 years agoMake apply_boundary_values a template of the number type.
wolf [Wed, 24 May 2000 10:58:26 +0000 (10:58 +0000)]
Make apply_boundary_values a template of the number type.

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

24 years agoImplement Jacobi preconditioning.
wolf [Wed, 24 May 2000 10:49:33 +0000 (10:49 +0000)]
Implement Jacobi preconditioning.

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

24 years agoImplement residual for block matrices.
wolf [Wed, 24 May 2000 10:43:56 +0000 (10:43 +0000)]
Implement residual for block matrices.

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

24 years agoError in 3D removed
guido [Tue, 23 May 2000 19:44:20 +0000 (19:44 +0000)]
Error in 3D removed

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

24 years ago.
wolf [Tue, 23 May 2000 17:25:28 +0000 (17:25 +0000)]
.

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

24 years agoAdd new testcase.
wolf [Tue, 23 May 2000 17:24:08 +0000 (17:24 +0000)]
Add new testcase.

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

24 years agoUse reinit(Vector) instead of reinit(size), to make solver compatible
wolf [Tue, 23 May 2000 14:15:10 +0000 (14:15 +0000)]
Use reinit(Vector) instead of reinit(size), to make solver compatible
with other matrices as well.

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

24 years agoAdapt to recent changes in the lib.
wolf [Tue, 23 May 2000 13:16:20 +0000 (13:16 +0000)]
Adapt to recent changes in the lib.

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

24 years agoUpdate to changes in the lib.
wolf [Tue, 23 May 2000 13:11:15 +0000 (13:11 +0000)]
Update to changes in the lib.

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

24 years agoFix @p tag by #...#
wolf [Tue, 23 May 2000 12:47:40 +0000 (12:47 +0000)]
Fix @p tag by #...#

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

24 years agoFE_DGx::restriction is changed to a local projection
hartmann [Mon, 22 May 2000 13:25:42 +0000 (13:25 +0000)]
FE_DGx::restriction is changed to a local projection

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

24 years agosmall fix
hartmann [Mon, 22 May 2000 13:06:43 +0000 (13:06 +0000)]
small fix

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

24 years agosmall reformating and doc fixes
hartmann [Mon, 22 May 2000 13:01:18 +0000 (13:01 +0000)]
small reformating and doc fixes

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

24 years agoremove 38659 lines of code for the restriction matrices for DG2 and DG3 for dim=3...
hartmann [Mon, 22 May 2000 13:00:22 +0000 (13:00 +0000)]
remove 38659 lines of code for the restriction matrices for DG2 and DG3 for dim=3, as they do not compile in optimized mode. For the case they are needed, they can be get out of cvs archive

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

24 years agoImplementation of the restriction matrices for DG elements. For DG this restriction...
hartmann [Mon, 22 May 2000 12:50:32 +0000 (12:50 +0000)]
Implementation of the restriction matrices for DG elements. For DG this restriction is a projection from the child cells to the mother cell. Use of the restriction_is_additive_flags

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