]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
22 years agoDisable one test which only succeeds on the non-primitive FEs branch. On the main...
wolf [Tue, 28 May 2002 08:40:28 +0000 (08:40 +0000)]
Disable one test which only succeeds on the non-primitive FEs branch. On the main branch, we get an (unwarranted) exception.

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

22 years agoOutput
wolf [Tue, 28 May 2002 08:10:58 +0000 (08:10 +0000)]
Output
  =====deal.II====3d====debug========== multigrid/multigrid.all_dimensions.cc
and alike lines atomically, if possible. This avoids screen clutter if
compiling with -jN, since otherwise the different parts of a line are
printed one after the other, and these different parts may be
intercepted by output from other make threads.

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

22 years agoWe need member functions with 10 args as well.
wolf [Tue, 28 May 2002 07:50:29 +0000 (07:50 +0000)]
We need member functions with 10 args as well.

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

22 years agoSeems as if my automatic two-stage lookup fixes went too far in some places.
wolf [Tue, 28 May 2002 07:46:34 +0000 (07:46 +0000)]
Seems as if my automatic two-stage lookup fixes went too far in some places.

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

22 years ago.
wolf [Tue, 28 May 2002 07:34:16 +0000 (07:34 +0000)]
.

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

22 years agoMany more fixes for the two-stage lookup problem we have with the C++ standard.
wolf [Tue, 28 May 2002 07:25:33 +0000 (07:25 +0000)]
Many more fixes for the two-stage lookup problem we have with the C++ standard.

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

22 years agoFix.
wolf [Tue, 28 May 2002 07:04:06 +0000 (07:04 +0000)]
Fix.

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

22 years agoFix a number of copy-paste documentation errors where someone seems to have left...
wolf [Tue, 28 May 2002 06:57:24 +0000 (06:57 +0000)]
Fix a number of copy-paste documentation errors where someone seems to have left in comments that related to other classes and where plain wrong in the present context. Remove default constructors of two polynomial classes since they left the object in a generally unusable state. Add static functions to Legendre and LagrangeEquidistant classes to generate a full basis of polynomials.

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

22 years agoAdd a couple of include files that are actually necessary.
wolf [Tue, 28 May 2002 06:51:01 +0000 (06:51 +0000)]
Add a couple of include files that are actually necessary.

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

22 years agoAdd internals again to list of tests to be run.
wolf [Mon, 27 May 2002 16:46:09 +0000 (16:46 +0000)]
Add internals again to list of tests to be run.

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

22 years agoBring test up to date.
wolf [Mon, 27 May 2002 16:44:21 +0000 (16:44 +0000)]
Bring test up to date.

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

22 years agoRevert the sign of the jump residual and again when summing up, to
wolf [Mon, 27 May 2002 13:19:40 +0000 (13:19 +0000)]
Revert the sign of the jump residual and again when summing up, to
keep with common notation.

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

22 years agoEncapsulating member functions with 8 and 9 args.
wolf [Mon, 27 May 2002 11:57:50 +0000 (11:57 +0000)]
Encapsulating member functions with 8 and 9 args.

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

22 years agoPrevious check-in leads to abort in one case. Undo check-in to wait for fix.
wolf [Mon, 27 May 2002 08:32:28 +0000 (08:32 +0000)]
Previous check-in leads to abort in one case. Undo check-in to wait for fix.

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

22 years agoFix some more of these nasty two-stage-lookup problems that we have w.r.t. the C...
wolf [Mon, 27 May 2002 07:00:05 +0000 (07:00 +0000)]
Fix some more of these nasty two-stage-lookup problems that we have w.r.t. the C++ standard since gcc (and other compilers) don't implement the standard properly.

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

22 years agodynamic vector allocation
guido [Fri, 24 May 2002 13:46:59 +0000 (13:46 +0000)]
dynamic vector allocation

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

22 years agoGMRES vector allocation
guido [Fri, 24 May 2002 13:45:44 +0000 (13:45 +0000)]
GMRES vector allocation

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

22 years agoAdded support for the Intel ECC Itanium compiler in aclocal.m4
benkirk [Wed, 22 May 2002 15:00:31 +0000 (15:00 +0000)]
Added support for the Intel ECC Itanium compiler in aclocal.m4

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

22 years agoFix up.
wolf [Wed, 22 May 2002 07:25:11 +0000 (07:25 +0000)]
Fix up.

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

22 years agoFix blunder, part 2.
wolf [Wed, 22 May 2002 07:21:32 +0000 (07:21 +0000)]
Fix blunder, part 2.

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

22 years agoFix wording.
wolf [Wed, 22 May 2002 07:15:55 +0000 (07:15 +0000)]
Fix wording.

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

22 years agoFix charts.
wolf [Wed, 22 May 2002 07:12:53 +0000 (07:12 +0000)]
Fix charts.

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

22 years agoFix part of the blunder.
wolf [Wed, 22 May 2002 07:05:44 +0000 (07:05 +0000)]
Fix part of the blunder.

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

22 years agoUh, fix a bad problem...
wolf [Wed, 22 May 2002 07:04:28 +0000 (07:04 +0000)]
Uh, fix a bad problem...

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

22 years agoIndent correctly according to out standards.
wolf [Tue, 21 May 2002 15:32:46 +0000 (15:32 +0000)]
Indent correctly according to out standards.

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

22 years agoFix typo.
wolf [Tue, 21 May 2002 14:45:21 +0000 (14:45 +0000)]
Fix typo.

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

22 years agoReturning a void value when the function itself is void is allowed,
wolf [Tue, 21 May 2002 14:34:52 +0000 (14:34 +0000)]
Returning a void value when the function itself is void is allowed,
but not really a necessary measure, and probably confuses some people...

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

22 years agoFix years.
wolf [Tue, 21 May 2002 10:37:51 +0000 (10:37 +0000)]
Fix years.

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

22 years agoAdd a rule that just prints out the names of the tests.
wolf [Tue, 21 May 2002 06:58:14 +0000 (06:58 +0000)]
Add a rule that just prints out the names of the tests.

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

22 years agoUndo new test, as that cannot be fixed on the mainline at present. The problems are...
wolf [Tue, 21 May 2002 06:48:12 +0000 (06:48 +0000)]
Undo new test, as that cannot be fixed on the mainline at present. The problems are too pervasive, but I fixed them on a branch. The new tests will show up once the branch is merged.

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

22 years agoFix typo.
wolf [Tue, 21 May 2002 06:45:32 +0000 (06:45 +0000)]
Fix typo.

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

22 years agoCheck in new test.
wolf [Fri, 17 May 2002 13:12:59 +0000 (13:12 +0000)]
Check in new test.

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

22 years agoAdd something more tricky: systems of systems.
wolf [Fri, 17 May 2002 10:47:23 +0000 (10:47 +0000)]
Add something more tricky: systems of systems.

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

22 years agoFix: When we have a base element with more than one component (e.g. a
wolf [Fri, 17 May 2002 10:03:07 +0000 (10:03 +0000)]
Fix: When we have a base element with more than one component (e.g. a
FESystem itself as a base element), then make sure we iterate over its
components when setting up the cell table.

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

22 years agoRemove from main branch again. Will be resurrected when branch is finally merged.
wolf [Fri, 17 May 2002 09:45:41 +0000 (09:45 +0000)]
Remove from main branch again. Will be resurrected when branch is finally merged.

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

22 years agoCheck primitivity and other features of FEs.
wolf [Fri, 17 May 2002 09:44:35 +0000 (09:44 +0000)]
Check primitivity and other features of FEs.

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

22 years agoAdd gcc 3.1 to list of known compilers.
deal [Thu, 16 May 2002 15:26:11 +0000 (15:26 +0000)]
Add gcc 3.1 to list of known compilers.

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

22 years agoFix exception macro call.
hartmann [Wed, 15 May 2002 15:22:36 +0000 (15:22 +0000)]
Fix exception macro call.

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

22 years ago.
wolf [Tue, 14 May 2002 11:07:48 +0000 (11:07 +0000)]
.

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

22 years agoAdd missing std::.
hartmann [Wed, 8 May 2002 12:13:32 +0000 (12:13 +0000)]
Add missing std::.

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

22 years agoHelp Intel's icc compiler when passing the address of a member template function...
wolf [Wed, 8 May 2002 08:05:35 +0000 (08:05 +0000)]
Help Intel's icc compiler when passing the address of a member template function of a template class to the Threads::encapsulate functions, by putting that address into a variable first. icc would error out otherwise in MT mode.

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

22 years agoFix a really frightening number of places where we need to indicate access to members...
wolf [Tue, 7 May 2002 06:53:21 +0000 (06:53 +0000)]
Fix a really frightening number of places where we need to indicate access to members of base classes by this-> since the base class is template dependent and lookup would not find its members in derived classes unless marked with this->. While most compilers accept it nevertheless, the C++ standard requires us to do this.

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

22 years agoFix bug. More on setting flags for intel icc.
wolf [Tue, 7 May 2002 06:50:23 +0000 (06:50 +0000)]
Fix bug. More on setting flags for intel icc.

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

22 years agoindicate
wolf [Tue, 7 May 2002 06:49:09 +0000 (06:49 +0000)]
indicate
      * the global scope using the
      * @p{::} in front of
      * @p{DataOutBase}, since
      * otherwise the C++ rules
      * specify that this here
      * indicates the @p{DataOutBase}
      * base class of this
      * class. Since that is a private
      * base class, we cannot access
      * its members, and so access to
      * the local @p{Patch} type would
      * be forbidden.

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

22 years agoFix typo.
wolf [Mon, 6 May 2002 15:47:03 +0000 (15:47 +0000)]
Fix typo.

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

22 years agoRegenerate
wolf [Mon, 6 May 2002 15:02:34 +0000 (15:02 +0000)]
Regenerate

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

22 years agoDetect hp aCC, and set some flags.
wolf [Mon, 6 May 2002 15:02:00 +0000 (15:02 +0000)]
Detect hp aCC, and set some flags.

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

22 years agoDisable the declaration of explicit specializations of member variables if the compil...
wolf [Mon, 6 May 2002 13:32:42 +0000 (13:32 +0000)]
Disable the declaration of explicit specializations of member variables if the compiler does not understand them. The standard says that they are necessary, but what can we do if they are not understood :-( ??

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

22 years agoRegenerate.
wolf [Mon, 6 May 2002 13:11:09 +0000 (13:11 +0000)]
Regenerate.

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

22 years agoDEAL_II_CHECK_MEMBER_VAR_SPECIALIZATION_BUG
wolf [Mon, 6 May 2002 13:10:02 +0000 (13:10 +0000)]
DEAL_II_CHECK_MEMBER_VAR_SPECIALIZATION_BUG

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

22 years agospurious const removed
guido [Mon, 6 May 2002 11:30:37 +0000 (11:30 +0000)]
spurious const removed

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

22 years agoProperly indent.
wolf [Mon, 6 May 2002 11:13:07 +0000 (11:13 +0000)]
Properly indent.

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

22 years agoMake no_component really available to the outside world. Strictly
wolf [Mon, 6 May 2002 11:03:27 +0000 (11:03 +0000)]
Make no_component really available to the outside world. Strictly
speaking, the default argument should have been invalid before.

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

22 years agoMake it better.
wolf [Mon, 6 May 2002 10:51:44 +0000 (10:51 +0000)]
Make it better.

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

22 years agoFix typo.
wolf [Mon, 6 May 2002 08:30:26 +0000 (08:30 +0000)]
Fix typo.

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

22 years agoFix obvious typo.
wolf [Mon, 6 May 2002 08:11:59 +0000 (08:11 +0000)]
Fix obvious typo.

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

22 years agoFix typo.
wolf [Mon, 6 May 2002 08:02:33 +0000 (08:02 +0000)]
Fix typo.

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

22 years agoRemove pre-gcc-2.95 cruft.
wolf [Mon, 6 May 2002 07:41:55 +0000 (07:41 +0000)]
Remove pre-gcc-2.95 cruft.

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

22 years ago.
wolf [Mon, 6 May 2002 07:41:48 +0000 (07:41 +0000)]
.

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

22 years agoInclude necessary header.
wolf [Mon, 6 May 2002 07:39:57 +0000 (07:39 +0000)]
Include necessary header.

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

22 years agoRegenerate.
wolf [Mon, 6 May 2002 07:39:30 +0000 (07:39 +0000)]
Regenerate.

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

22 years agoDetect __PRETTY_FUNCTION__, and if not available work around.
wolf [Mon, 6 May 2002 07:39:02 +0000 (07:39 +0000)]
Detect __PRETTY_FUNCTION__, and if not available work around.

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

22 years agoReport the subdir.
wolf [Mon, 6 May 2002 07:37:45 +0000 (07:37 +0000)]
Report the subdir.

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

22 years agoMention icc6.
wolf [Mon, 6 May 2002 07:37:26 +0000 (07:37 +0000)]
Mention icc6.

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

22 years agoFinish step-14.
wolf [Mon, 6 May 2002 07:37:13 +0000 (07:37 +0000)]
Finish step-14.

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

22 years agoDetect and work around a bug involving typedefing with template template arguments...
wolf [Mon, 6 May 2002 07:33:49 +0000 (07:33 +0000)]
Detect and work around a bug involving typedefing with template template arguments in gcc2.95. Previously, we simply checked for the version number of the compiler, but we should get away from this and rather check for compiler features using autoconf, to make the whole thing more portable.

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

22 years agoQualify access of member variables of template dependent base classes by this->,...
wolf [Mon, 6 May 2002 07:32:20 +0000 (07:32 +0000)]
Qualify access of member variables of template dependent base classes by this->, as requested by the aCC compiler.

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

22 years agoHave icc 6.0 in the list.
deal [Fri, 3 May 2002 16:02:27 +0000 (16:02 +0000)]
Have icc 6.0 in the list.

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

22 years agocalm down warning, then error out
wolf [Fri, 3 May 2002 15:54:18 +0000 (15:54 +0000)]
calm down warning, then error out

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

22 years agoExplain error estimates for derivative.
wolf [Fri, 3 May 2002 12:58:27 +0000 (12:58 +0000)]
Explain error estimates for derivative.

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

22 years agoLink to the log files in case of a failure.
deal [Thu, 2 May 2002 17:46:03 +0000 (17:46 +0000)]
Link to the log files in case of a failure.
Give tool-tips if you hover over a pic indicating which system, which compiler, date, and time.

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

22 years ago.
wolf [Thu, 2 May 2002 17:05:38 +0000 (17:05 +0000)]
.

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

22 years agoFix typo.
wolf [Thu, 2 May 2002 16:49:38 +0000 (16:49 +0000)]
Fix typo.

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

22 years agoInclude bibliography into file itself.
wolf [Thu, 2 May 2002 16:41:27 +0000 (16:41 +0000)]
Include bibliography into file itself.

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

22 years agoFinish off.
wolf [Thu, 2 May 2002 16:33:14 +0000 (16:33 +0000)]
Finish off.

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

22 years agoGridOut::write_dx
guido [Thu, 2 May 2002 16:26:53 +0000 (16:26 +0000)]
GridOut::write_dx

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

22 years agoTODO
guido [Thu, 2 May 2002 16:18:59 +0000 (16:18 +0000)]
TODO

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

22 years agoassert nobody wants to write just boundary faces
guido [Thu, 2 May 2002 16:18:30 +0000 (16:18 +0000)]
assert nobody wants to write just boundary faces

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

22 years agoPreliminary change in default argument
guido [Thu, 2 May 2002 16:17:59 +0000 (16:17 +0000)]
Preliminary change in default argument

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

22 years agonew grid output for OpenDX
guido [Thu, 2 May 2002 16:06:55 +0000 (16:06 +0000)]
new grid output for OpenDX

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

22 years agoOpenDX program for new grid output
guido [Thu, 2 May 2002 16:02:10 +0000 (16:02 +0000)]
OpenDX program for new grid output

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

22 years agoFix typo.
wolf [Thu, 2 May 2002 13:49:14 +0000 (13:49 +0000)]
Fix typo.

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

22 years agoavoid parallelizing make Makefile.dep for targets all, debug, optimized
guido [Thu, 2 May 2002 12:24:44 +0000 (12:24 +0000)]
avoid parallelizing make Makefile.dep for targets all, debug, optimized

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

22 years ago.
wolf [Thu, 2 May 2002 11:26:19 +0000 (11:26 +0000)]
.

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

22 years ago.
wolf [Tue, 30 Apr 2002 16:25:56 +0000 (16:25 +0000)]
.

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

22 years agoAdd some std:: where necessary.
wolf [Tue, 30 Apr 2002 16:15:59 +0000 (16:15 +0000)]
Add some std:: where necessary.

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

22 years agoWell, give a return value after abort(), nevermind. cxx complains otherwise.
wolf [Tue, 30 Apr 2002 15:58:04 +0000 (15:58 +0000)]
Well, give a return value after abort(), nevermind. cxx complains otherwise.

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

22 years agoUse std::abort.
wolf [Tue, 30 Apr 2002 15:57:22 +0000 (15:57 +0000)]
Use std::abort.

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

22 years agoOSF needs unistd.h as well for autodetection of the number of processors.
wolf [Tue, 30 Apr 2002 15:56:36 +0000 (15:56 +0000)]
OSF needs unistd.h as well for autodetection of the number of processors.

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

22 years ago.
wolf [Tue, 30 Apr 2002 15:24:30 +0000 (15:24 +0000)]
.

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

22 years agoCall POSIX functions correctly
wolf [Tue, 30 Apr 2002 15:22:56 +0000 (15:22 +0000)]
Call POSIX functions correctly

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

22 years agoIn shell scripts, don't set variables with a space in front of the =.
wolf [Tue, 30 Apr 2002 15:21:12 +0000 (15:21 +0000)]
In shell scripts, don't set variables with a space in front of the =.

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

22 years agoWork around a bug in Compaq cxx which disallows us to declare the Function destructor...
wolf [Tue, 30 Apr 2002 15:19:15 +0000 (15:19 +0000)]
Work around a bug in Compaq cxx which disallows us to declare the Function destructor abstract (=0), and yet implement it.

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

22 years agoPrefix math functions by std::
wolf [Tue, 30 Apr 2002 15:16:13 +0000 (15:16 +0000)]
Prefix math functions by std::

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

22 years ago.
wolf [Tue, 30 Apr 2002 12:00:53 +0000 (12:00 +0000)]
.

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

22 years agoMore for step-14.
wolf [Tue, 30 Apr 2002 11:59:16 +0000 (11:59 +0000)]
More for step-14.

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

22 years ago.
wolf [Tue, 30 Apr 2002 11:47:43 +0000 (11:47 +0000)]
.

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

22 years agoUgh.
wolf [Tue, 30 Apr 2002 11:14:38 +0000 (11:14 +0000)]
Ugh.

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

22 years agoMore back.
wolf [Tue, 30 Apr 2002 11:12:21 +0000 (11:12 +0000)]
More back.

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

22 years agoBack to exercise 2.3 as default.
wolf [Tue, 30 Apr 2002 11:11:15 +0000 (11:11 +0000)]
Back to exercise 2.3 as default.

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