]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
22 years agocompute_mean_value takes BlockVector
Guido Kanschat [Fri, 7 Dec 2001 14:43:55 +0000 (14:43 +0000)]
compute_mean_value takes BlockVector

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

22 years agoMark file as outdated.
Wolfgang Bangerth [Wed, 5 Dec 2001 13:26:04 +0000 (13:26 +0000)]
Mark file as outdated.

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

22 years agoUpdate readme.html w.r.t. the faq file. Add a new entry to the faq.
Wolfgang Bangerth [Wed, 5 Dec 2001 13:25:52 +0000 (13:25 +0000)]
Update readme.html w.r.t. the faq file. Add a new entry to the faq.

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

22 years agofind out which function is non-zero on a face
Guido Kanschat [Tue, 4 Dec 2001 07:42:51 +0000 (07:42 +0000)]
find out which function is non-zero on a face

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

22 years agofind out which function is non-zero on a face
Guido Kanschat [Tue, 4 Dec 2001 07:35:53 +0000 (07:35 +0000)]
find out which function is non-zero on a face

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

22 years agoMove OutputStyle to ParameterHandler.
Wolfgang Bangerth [Fri, 30 Nov 2001 14:22:02 +0000 (14:22 +0000)]
Move OutputStyle to ParameterHandler.

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

22 years agoMove the OutputStyle enum to the ParameterHandler class.
Wolfgang Bangerth [Fri, 30 Nov 2001 13:18:42 +0000 (13:18 +0000)]
Move the OutputStyle enum to the ParameterHandler class.

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

22 years agoMove the IteratorState to a namespace of its own, to move it out of the global namespace.
Wolfgang Bangerth [Fri, 30 Nov 2001 13:06:54 +0000 (13:06 +0000)]
Move the IteratorState to a namespace of its own, to move it out of the global namespace.

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

22 years agoFix typo.
Wolfgang Bangerth [Fri, 30 Nov 2001 12:51:23 +0000 (12:51 +0000)]
Fix typo.

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

22 years agodx output declared
Guido Kanschat [Fri, 30 Nov 2001 07:33:59 +0000 (07:33 +0000)]
dx output declared

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

22 years agotime string added
Guido Kanschat [Fri, 30 Nov 2001 07:33:29 +0000 (07:33 +0000)]
time string added

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

22 years agoRe: INCLUDE:
Wolfgang Bangerth [Thu, 29 Nov 2001 17:58:48 +0000 (17:58 +0000)]
Re: INCLUDE:

# do not take into account a possibly existing
# environment variable, since the compiler will evaluate the value of
# that anyway at compile time

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

22 years agoAdd comment.
Wolfgang Bangerth [Thu, 29 Nov 2001 17:07:19 +0000 (17:07 +0000)]
Add comment.

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

22 years agoRevert order of if-clauses: first check whether an element exist, then
Wolfgang Bangerth [Thu, 29 Nov 2001 15:18:58 +0000 (15:18 +0000)]
Revert order of if-clauses: first check whether an element exist, then
access it.

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

22 years agoSlightly improve memory allocation.
Wolfgang Bangerth [Thu, 29 Nov 2001 15:11:50 +0000 (15:11 +0000)]
Slightly improve memory allocation.

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

22 years agoRemove memory leak and generally improve infrastructure.
Wolfgang Bangerth [Thu, 29 Nov 2001 15:07:08 +0000 (15:07 +0000)]
Remove memory leak and generally improve infrastructure.

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

22 years agoDon't reset neighbor number if neighbor does not exist.
Wolfgang Bangerth [Thu, 29 Nov 2001 14:16:47 +0000 (14:16 +0000)]
Don't reset neighbor number if neighbor does not exist.

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

22 years agoCheck in an assert that breaks the program sometimes. Something is
Wolfgang Bangerth [Thu, 29 Nov 2001 14:08:43 +0000 (14:08 +0000)]
Check in an assert that breaks the program sometimes. Something is
wrong here.

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

22 years agomultigrid cleanup branch merged
Guido Kanschat [Thu, 29 Nov 2001 11:55:28 +0000 (11:55 +0000)]
multigrid cleanup branch merged

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

22 years agoThere are no additional output files any more.
Ralf Hartmann [Thu, 29 Nov 2001 10:56:20 +0000 (10:56 +0000)]
There are no additional output files any more.

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

22 years agoNormType.
Wolfgang Bangerth [Thu, 29 Nov 2001 10:48:21 +0000 (10:48 +0000)]
NormType.

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

22 years agoMove the NormType enum to VectorTools.
Wolfgang Bangerth [Thu, 29 Nov 2001 10:08:40 +0000 (10:08 +0000)]
Move the NormType enum to VectorTools.

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

22 years agoNo more printable documentation.
Wolfgang Bangerth [Thu, 29 Nov 2001 09:40:58 +0000 (09:40 +0000)]
No more printable documentation.

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

22 years agoRemove option of printable docs.
Wolfgang Bangerth [Thu, 29 Nov 2001 09:35:41 +0000 (09:35 +0000)]
Remove option of printable docs.

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

22 years agoAlso remove tex-doc.
Wolfgang Bangerth [Thu, 29 Nov 2001 09:35:11 +0000 (09:35 +0000)]
Also remove tex-doc.

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

22 years agoNo printable-doc anymore.
Wolfgang Bangerth [Thu, 29 Nov 2001 09:33:25 +0000 (09:33 +0000)]
No printable-doc anymore.

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

22 years agoFix erroneous local xref.
Wolfgang Bangerth [Thu, 29 Nov 2001 09:26:11 +0000 (09:26 +0000)]
Fix erroneous local xref.

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

22 years agoparser for cvs status
Guido Kanschat [Thu, 29 Nov 2001 08:31:58 +0000 (08:31 +0000)]
parser for cvs status

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

22 years agosmall fix.
Ralf Hartmann [Wed, 28 Nov 2001 17:44:43 +0000 (17:44 +0000)]
small fix.

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

22 years agoFix memory leak.
Wolfgang Bangerth [Wed, 28 Nov 2001 17:34:44 +0000 (17:34 +0000)]
Fix memory leak.

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

22 years agoFix a typo.
Wolfgang Bangerth [Wed, 28 Nov 2001 17:29:12 +0000 (17:29 +0000)]
Fix a typo.

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

22 years agoFix a memory leak.
Wolfgang Bangerth [Wed, 28 Nov 2001 17:25:11 +0000 (17:25 +0000)]
Fix a memory leak.

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

22 years agoTag implicitly virtual destructor explicitly virtual. Reorder
Wolfgang Bangerth [Wed, 28 Nov 2001 16:24:23 +0000 (16:24 +0000)]
Tag implicitly virtual destructor explicitly virtual. Reorder
functions. Reindent.

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

22 years agogcc-2.96
Guido Kanschat [Wed, 28 Nov 2001 16:15:42 +0000 (16:15 +0000)]
gcc-2.96

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

22 years agorefine and coarsen functions failed when criteria.all_zero()==true. This is now fixed.
Ralf Hartmann [Wed, 28 Nov 2001 12:08:02 +0000 (12:08 +0000)]
refine and coarsen functions failed when criteria.all_zero()==true. This is now fixed.

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

22 years agoFix warning.
Wolfgang Bangerth [Wed, 28 Nov 2001 09:37:55 +0000 (09:37 +0000)]
Fix warning.

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

22 years agoTake over memory leak fixes from mainline.
Wolfgang Bangerth [Wed, 28 Nov 2001 09:31:24 +0000 (09:31 +0000)]
Take over memory leak fixes from mainline.

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

22 years agoThe DoFHandler never freed the memory it has allocated upon
Wolfgang Bangerth [Wed, 28 Nov 2001 09:28:02 +0000 (09:28 +0000)]
The DoFHandler never freed the memory it has allocated upon
destruction! Fix this.

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

22 years agoPlug a small memory leak, where we leaked 8 or 12 bytes per declared parameter.
Wolfgang Bangerth [Wed, 28 Nov 2001 08:17:17 +0000 (08:17 +0000)]
Plug a small memory leak, where we leaked 8 or 12 bytes per declared parameter.

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

22 years agoIncluded in mapping.checked.
Ralf Hartmann [Tue, 27 Nov 2001 17:45:47 +0000 (17:45 +0000)]
Included in mapping.checked.

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

22 years agoInclude all Mapping*.output files into this file.
Ralf Hartmann [Tue, 27 Nov 2001 17:44:15 +0000 (17:44 +0000)]
Include all Mapping*.output files into this file.

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

22 years agoInclude all data of the Mapping*.output files into the mapping.output file.
Ralf Hartmann [Tue, 27 Nov 2001 17:42:17 +0000 (17:42 +0000)]
Include all data of the Mapping*.output files into the mapping.output file.

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

22 years agoIncluded in shapes.checked.
Ralf Hartmann [Tue, 27 Nov 2001 17:41:08 +0000 (17:41 +0000)]
Included in shapes.checked.

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

22 years agoInclude all data of the Shapes*.output files into the mapping.output file.
Ralf Hartmann [Tue, 27 Nov 2001 17:38:09 +0000 (17:38 +0000)]
Include all data of the Shapes*.output files into the mapping.output file.

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

22 years agoInclude all Shapes*.output files into this file.
Ralf Hartmann [Tue, 27 Nov 2001 17:37:10 +0000 (17:37 +0000)]
Include all Shapes*.output files into this file.

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

22 years agoHighlite what people have to do to run their program.
Wolfgang Bangerth [Tue, 27 Nov 2001 16:41:25 +0000 (16:41 +0000)]
Highlite what people have to do to run their program.

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

22 years agoFix this file that was wrong since 7/18/2001. Change due to change of quadrature...
Ralf Hartmann [Tue, 27 Nov 2001 15:02:49 +0000 (15:02 +0000)]
Fix this file that was wrong since 7/18/2001. Change due to change of quadrature formula in MappingQ (cvs diff -r1.21 -r1.22 mapping_q.cc)

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

22 years agoChange to 3.3
Ralf Hartmann [Tue, 27 Nov 2001 14:09:18 +0000 (14:09 +0000)]
Change to 3.3

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

22 years agoLink to IBM OpenDX Homepage
Guido Kanschat [Tue, 27 Nov 2001 07:55:11 +0000 (07:55 +0000)]
Link to IBM OpenDX Homepage

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

22 years ago.
Wolfgang Bangerth [Tue, 27 Nov 2001 07:53:08 +0000 (07:53 +0000)]
.

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

22 years agonetwork for sclalars
Guido Kanschat [Tue, 27 Nov 2001 07:52:37 +0000 (07:52 +0000)]
network for sclalars

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

22 years agoThese files haven't been checked before! Now they are fixed.
Ralf Hartmann [Mon, 26 Nov 2001 16:39:48 +0000 (16:39 +0000)]
These files haven't been checked before! Now they are fixed.

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

22 years agoGridRefinement::refine fixed.
Ralf Hartmann [Mon, 26 Nov 2001 16:24:52 +0000 (16:24 +0000)]
GridRefinement::refine fixed.

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

22 years agoMake the GridRefinement::refine function work also when the threshold happens to...
Ralf Hartmann [Mon, 26 Nov 2001 16:20:56 +0000 (16:20 +0000)]
Make the GridRefinement::refine function work also when the threshold happens to be zero.

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

22 years agoFix comment.
Wolfgang Bangerth [Mon, 26 Nov 2001 14:53:24 +0000 (14:53 +0000)]
Fix comment.

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

22 years agoSmall fix.
Ralf Hartmann [Mon, 26 Nov 2001 12:34:49 +0000 (12:34 +0000)]
Small fix.

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

22 years agoMappingQ<dim>::transform_real_to_unit_cell fixed.
Ralf Hartmann [Mon, 26 Nov 2001 12:32:42 +0000 (12:32 +0000)]
MappingQ<dim>::transform_real_to_unit_cell fixed.

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

22 years agoNew example program step 12.
Ralf Hartmann [Mon, 26 Nov 2001 12:21:07 +0000 (12:21 +0000)]
New example program step 12.

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

22 years agoFix of MappingQ<dim>::transform_real_to_unit_cell. Take MappingQ1::transform_real_to_...
Ralf Hartmann [Mon, 26 Nov 2001 12:19:50 +0000 (12:19 +0000)]
Fix of MappingQ<dim>::transform_real_to_unit_cell. Take MappingQ1::transform_real_to_unit_cell as start value of the MappingQ Newton iteration.

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

22 years agoSmall fixes. Comment on dual solutions.
Ralf Hartmann [Mon, 26 Nov 2001 10:56:29 +0000 (10:56 +0000)]
Small fixes. Comment on dual solutions.

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

22 years agofirst version of OpenDX output
Guido Kanschat [Sat, 24 Nov 2001 18:48:00 +0000 (18:48 +0000)]
first version of OpenDX output

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

22 years agoreverted to previous behavior
Guido Kanschat [Sat, 24 Nov 2001 18:47:28 +0000 (18:47 +0000)]
reverted to previous behavior

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

22 years agofirst equ template
Guido Kanschat [Sat, 24 Nov 2001 14:30:30 +0000 (14:30 +0000)]
first equ template

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

22 years agoFix typo.
Wolfgang Bangerth [Fri, 23 Nov 2001 09:35:55 +0000 (09:35 +0000)]
Fix typo.

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

22 years agoAdd Q/A on what type of problems are feasible with deal.II
Wolfgang Bangerth [Fri, 23 Nov 2001 09:33:50 +0000 (09:33 +0000)]
Add Q/A on what type of problems are feasible with deal.II

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

22 years agoGuido has a habit of prepending local hrefs with http: (but no //), so
Wolfgang Bangerth [Fri, 23 Nov 2001 09:11:19 +0000 (09:11 +0000)]
Guido has a habit of prepending local hrefs with http: (but no //), so
check this case as well.

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

22 years agoSmall fix.
Ralf Hartmann [Thu, 22 Nov 2001 17:43:26 +0000 (17:43 +0000)]
Small fix.

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

22 years agoInclude solutions coincide line.
Ralf Hartmann [Thu, 22 Nov 2001 17:35:21 +0000 (17:35 +0000)]
Include solutions coincide line.

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

22 years ago3d plot.
Ralf Hartmann [Thu, 22 Nov 2001 17:31:10 +0000 (17:31 +0000)]
3d plot.

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

22 years agoAdd 3d plot.
Ralf Hartmann [Thu, 22 Nov 2001 17:30:27 +0000 (17:30 +0000)]
Add 3d plot.

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

22 years agoparameterized reinit functions and some constructor fixes
Guido Kanschat [Thu, 22 Nov 2001 17:25:39 +0000 (17:25 +0000)]
parameterized reinit functions and some constructor fixes

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

22 years agoRemove not differ lines
Ralf Hartmann [Thu, 22 Nov 2001 16:57:51 +0000 (16:57 +0000)]
Remove  not differ  lines

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

22 years agoCouple of changes and corrections.
Ralf Hartmann [Thu, 22 Nov 2001 16:57:10 +0000 (16:57 +0000)]
Couple of changes and corrections.

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

22 years agoNew ordering
Ralf Hartmann [Thu, 22 Nov 2001 16:56:12 +0000 (16:56 +0000)]
New ordering

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

22 years ago.
Ralf Hartmann [Thu, 22 Nov 2001 16:56:06 +0000 (16:56 +0000)]
.

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

22 years agoBetter picture.
Ralf Hartmann [Thu, 22 Nov 2001 16:40:32 +0000 (16:40 +0000)]
Better picture.

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

22 years agoFix several std:: places.
Wolfgang Bangerth [Thu, 22 Nov 2001 16:30:59 +0000 (16:30 +0000)]
Fix several std:: places.

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

22 years agoMove fully specialized templates to the .cc file.
Wolfgang Bangerth [Thu, 22 Nov 2001 16:25:00 +0000 (16:25 +0000)]
Move fully specialized templates to the .cc file.

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

22 years agoreinit allocated tmp vectors fast.
Wolfgang Bangerth [Thu, 22 Nov 2001 16:20:34 +0000 (16:20 +0000)]
reinit allocated tmp vectors fast.

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

22 years agoFilteredMatrix::allocate_tmp_vector and block vectors.
Wolfgang Bangerth [Thu, 22 Nov 2001 16:14:23 +0000 (16:14 +0000)]
FilteredMatrix::allocate_tmp_vector and block vectors.

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

22 years agoreinit templates
Guido Kanschat [Thu, 22 Nov 2001 16:04:05 +0000 (16:04 +0000)]
reinit templates

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

22 years agoBug with block vectors removed
Guido Kanschat [Thu, 22 Nov 2001 15:52:28 +0000 (15:52 +0000)]
Bug with block vectors removed

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

22 years agoA couple of changes and corrections.
Ralf Hartmann [Thu, 22 Nov 2001 15:37:47 +0000 (15:37 +0000)]
A couple of changes and corrections.

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

22 years agoAdd assertions.
Wolfgang Bangerth [Thu, 22 Nov 2001 14:21:59 +0000 (14:21 +0000)]
Add assertions.

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

22 years agoadd assertions
Wolfgang Bangerth [Thu, 22 Nov 2001 14:21:00 +0000 (14:21 +0000)]
add assertions

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

22 years agoname tags fixed
Guido Kanschat [Thu, 22 Nov 2001 10:37:36 +0000 (10:37 +0000)]
name tags fixed

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

22 years agoImplementation of CellAccessor<1>::neighbor_of_coarser_neighbor. Add some std's
Ralf Hartmann [Wed, 21 Nov 2001 13:28:35 +0000 (13:28 +0000)]
Implementation of CellAccessor<1>::neighbor_of_coarser_neighbor. Add some std's

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

22 years agonew FAQ
Guido Kanschat [Wed, 21 Nov 2001 11:29:49 +0000 (11:29 +0000)]
new FAQ

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

22 years agoReformating.
Ralf Hartmann [Wed, 21 Nov 2001 11:07:28 +0000 (11:07 +0000)]
Reformating.

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

22 years agoInclude missing `code class="member"'
Ralf Hartmann [Wed, 21 Nov 2001 11:06:34 +0000 (11:06 +0000)]
Include missing `code class="member"'

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

22 years agoNew CellAccessor<dim>::neighbor_of_coarser_neighbor function.
Ralf Hartmann [Wed, 21 Nov 2001 10:59:48 +0000 (10:59 +0000)]
New CellAccessor<dim>::neighbor_of_coarser_neighbor function.

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

22 years agoNew CellAccessor<dim>::neighbor_of_coarser_neighbor function.
Ralf Hartmann [Wed, 21 Nov 2001 10:55:21 +0000 (10:55 +0000)]
New CellAccessor<dim>::neighbor_of_coarser_neighbor function.

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

22 years agoUpdate time measurements.
Ralf Hartmann [Tue, 20 Nov 2001 18:35:39 +0000 (18:35 +0000)]
Update time measurements.

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

22 years agoCross ref to step 9.
Ralf Hartmann [Tue, 20 Nov 2001 18:35:15 +0000 (18:35 +0000)]
Cross ref to step 9.

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

22 years agoSmall reformating.
Ralf Hartmann [Tue, 20 Nov 2001 18:30:29 +0000 (18:30 +0000)]
Small reformating.

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

22 years agoInclude step 12.
Ralf Hartmann [Tue, 20 Nov 2001 18:12:11 +0000 (18:12 +0000)]
Include step 12.

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

22 years agoReplace time measurements by the optimized ones.
Ralf Hartmann [Tue, 20 Nov 2001 18:06:05 +0000 (18:06 +0000)]
Replace time measurements by the optimized ones.

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

22 years agoFix two formulae, fix references, some minor changes.
Ralf Hartmann [Tue, 20 Nov 2001 18:04:50 +0000 (18:04 +0000)]
Fix two formulae, fix references, some minor changes.

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

22 years agoFix formula.
Ralf Hartmann [Tue, 20 Nov 2001 18:03:10 +0000 (18:03 +0000)]
Fix formula.

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

22 years agoIntroduce assemble_boundary_term function. New subsections.
Ralf Hartmann [Tue, 20 Nov 2001 17:55:56 +0000 (17:55 +0000)]
Introduce assemble_boundary_term function. New subsections.

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