]> https://gitweb.dealii.org/ - dealii-svn.git/log
dealii-svn.git
14 years agofix argument by value and do not use user_flags anymore
kanschat [Fri, 5 Feb 2010 21:34:00 +0000 (21:34 +0000)]
fix argument by value and do not use user_flags anymore

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

14 years agoSome more words.
bangerth [Fri, 5 Feb 2010 17:59:20 +0000 (17:59 +0000)]
Some more words.

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

14 years agoMinor adjustments.
bangerth [Fri, 5 Feb 2010 17:51:15 +0000 (17:51 +0000)]
Minor adjustments.

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

14 years agoUse same code as in sparse_decomposition for importing a Trilinos matrix from a deal...
kronbichler [Fri, 5 Feb 2010 17:50:16 +0000 (17:50 +0000)]
Use same code as in sparse_decomposition for importing a Trilinos matrix from a deal.II matrix, i.e., allow for different sparsity structures.

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

14 years agoReference the mg paper.
bangerth [Fri, 5 Feb 2010 17:33:19 +0000 (17:33 +0000)]
Reference the mg paper.

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

14 years agorename functions IntegrationInfo::fe to fe_values
kanschat [Fri, 5 Feb 2010 17:12:09 +0000 (17:12 +0000)]
rename functions IntegrationInfo::fe to fe_values

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

14 years agosome output should only occur if debug>2
janssen [Fri, 5 Feb 2010 16:19:23 +0000 (16:19 +0000)]
some output should only occur if debug>2

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

14 years agonow there is an instance for extract_inner_interface_dofs in 1d
janssen [Fri, 5 Feb 2010 15:38:48 +0000 (15:38 +0000)]
now there is an instance for extract_inner_interface_dofs in 1d

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

14 years agofixed the name of a vector
janssen [Fri, 5 Feb 2010 15:09:50 +0000 (15:09 +0000)]
fixed the name of a vector

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

14 years agochanged the initialization of a vector back to the original state
janssen [Fri, 5 Feb 2010 15:05:22 +0000 (15:05 +0000)]
changed the initialization of a vector back to the original state

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

14 years agomake it compatible to older versions that didn't need boundary_indices in build_matrices
janssen [Fri, 5 Feb 2010 14:02:51 +0000 (14:02 +0000)]
make it compatible to older versions that didn't need boundary_indices in build_matrices

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

14 years agoprepared MGTransferSelect for adaptive refinement, cleaned up mg_dof_tools.cc
janssen [Fri, 5 Feb 2010 13:56:31 +0000 (13:56 +0000)]
prepared MGTransferSelect for adaptive refinement, cleaned up mg_dof_tools.cc

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

14 years agoprepared the MGTransferSelect for adaptive refinement, cleaned up in mg_tools.h
janssen [Fri, 5 Feb 2010 13:50:34 +0000 (13:50 +0000)]
prepared the MGTransferSelect for adaptive refinement, cleaned up in mg_tools.h

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

14 years agoWhen initializing a sparse decomposition (ILU etc) with an additional sparsity patter...
kronbichler [Fri, 5 Feb 2010 11:59:37 +0000 (11:59 +0000)]
When initializing a sparse decomposition (ILU etc) with an additional sparsity pattern, this sparsity pattern does not need to be a superset of the matrix sparsity pattern. This is allows e.g. to initialize an ILU with neglecting some zeros (Dirichlet boundary nodes) in the decomposition sparsity pattern without copying the matrix.

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

14 years agoMore flexibility with initializing a Trilinos sparse matrix from a deal.II sparse...
kronbichler [Fri, 5 Feb 2010 11:53:27 +0000 (11:53 +0000)]
More flexibility with initializing a Trilinos sparse matrix from a deal.II sparse matrix.

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

14 years agoCorrectly set copy_indices when refinement is done.
kronbichler [Fri, 5 Feb 2010 08:28:09 +0000 (08:28 +0000)]
Correctly set copy_indices when refinement is done.

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

14 years agoBring up to standard with regard to multigrid on adaptive meshes.
bangerth [Fri, 5 Feb 2010 04:07:25 +0000 (04:07 +0000)]
Bring up to standard with regard to multigrid on adaptive meshes.

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

14 years agoAdd necessary output files.
bangerth [Fri, 5 Feb 2010 01:46:28 +0000 (01:46 +0000)]
Add necessary output files.

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

14 years agoAdjust test results to also make them work with gcc 4.1.
bangerth [Fri, 5 Feb 2010 00:07:55 +0000 (00:07 +0000)]
Adjust test results to also make them work with gcc 4.1.

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

14 years agoUse a shortcut to the vector in copy_to_mg.
kronbichler [Thu, 4 Feb 2010 16:25:37 +0000 (16:25 +0000)]
Use a shortcut to the vector in copy_to_mg.

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

14 years agoSet matrix size by std::size_t, not unsigned int, since on very large matrices with...
kronbichler [Thu, 4 Feb 2010 15:13:00 +0000 (15:13 +0000)]
Set matrix size by std::size_t, not unsigned int, since on very large matrices with more than four billion nonzeros we might end up in setting the wrong matrix size.

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

14 years agoExpress memory consumption in std::size_t since this can be quite large numbers.
kronbichler [Thu, 4 Feb 2010 15:11:54 +0000 (15:11 +0000)]
Express memory consumption in std::size_t since this can be quite large numbers.

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

14 years agoAllow even float matrices.
kronbichler [Thu, 4 Feb 2010 15:06:04 +0000 (15:06 +0000)]
Allow even float matrices.

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

14 years agoUse vector<shared_ptr<const vector> > instead of plain pointers in order to correctly...
kronbichler [Thu, 4 Feb 2010 15:04:13 +0000 (15:04 +0000)]
Use vector<shared_ptr<const vector> > instead of plain pointers in order to correctly free memory.

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

14 years agoSimplify generation of copy_indices: do this from a std::vector that stores the mappi...
kronbichler [Thu, 4 Feb 2010 11:24:09 +0000 (11:24 +0000)]
Simplify generation of copy_indices: do this from a std::vector that stores the mapping level_indices <> global_indices, which avoids sorting indices and compressing out duplicates.

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

14 years agoSimplify smoother usage a little bit. Avoid setting elements in vvectors that will...
kronbichler [Thu, 4 Feb 2010 11:22:51 +0000 (11:22 +0000)]
Simplify smoother usage a little bit. Avoid setting elements in vvectors that will be overwritten anyway.

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

14 years agoUpdate in one comment. Remove trailing whitespace.
kronbichler [Thu, 4 Feb 2010 11:21:42 +0000 (11:21 +0000)]
Update in one comment. Remove trailing whitespace.

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

14 years agoUndo free of static variable.
kronbichler [Thu, 4 Feb 2010 08:08:18 +0000 (08:08 +0000)]
Undo free of static variable.

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

14 years agoFix a memory leak.
kronbichler [Wed, 3 Feb 2010 15:59:43 +0000 (15:59 +0000)]
Fix a memory leak.

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

14 years agoTwo more.
bangerth [Wed, 3 Feb 2010 14:35:01 +0000 (14:35 +0000)]
Two more.

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

14 years agoFix markup.
bangerth [Wed, 3 Feb 2010 00:18:22 +0000 (00:18 +0000)]
Fix markup.

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

14 years agoCorrected accent and grammer errors
young [Mon, 1 Feb 2010 16:01:59 +0000 (16:01 +0000)]
Corrected accent and grammer errors

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

14 years agoUse std::vector<std::pair<uint,uint> > instead of std::map<uint,uint> for describing...
kronbichler [Mon, 1 Feb 2010 15:55:59 +0000 (15:55 +0000)]
Use std::vector<std::pair<uint,uint> > instead of std::map<uint,uint> for describing the transfer from and to multigrid. This is considerably faster. Also improve imposition of boundary conditions in mg_transfer_prebuilt

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

14 years agoAdded paper to publication record
young [Mon, 1 Feb 2010 15:52:50 +0000 (15:52 +0000)]
Added paper to publication record

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

14 years agoFix compile problem.
kronbichler [Mon, 1 Feb 2010 12:46:10 +0000 (12:46 +0000)]
Fix compile problem.

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

14 years agoUse new features introduced in branch_distributed_grids even in mainline.
kronbichler [Mon, 1 Feb 2010 12:41:43 +0000 (12:41 +0000)]
Use new features introduced in branch_distributed_grids even in mainline.

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

14 years agoCheck in a long-forgotten change.
bangerth [Fri, 29 Jan 2010 17:19:21 +0000 (17:19 +0000)]
Check in a long-forgotten change.

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

14 years agoIgnore errors when making nofail as part of report.
bangerth [Fri, 29 Jan 2010 17:05:57 +0000 (17:05 +0000)]
Ignore errors when making nofail as part of report.

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

14 years agoOn machines with lots of processors, one or two long-running tests in
bangerth [Fri, 29 Jan 2010 15:53:42 +0000 (15:53 +0000)]
On machines with lots of processors, one or two long-running tests in
subdirectories can stop the progress of 'make report'. To prevent this, first
compile and run all tests once in parallel across all directories, and then
just do the report sequentially through the directories.

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

14 years agoUpdate some more tests.
bangerth [Thu, 28 Jan 2010 23:10:38 +0000 (23:10 +0000)]
Update some more tests.

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

14 years agoAdd to list.
bangerth [Thu, 28 Jan 2010 21:10:31 +0000 (21:10 +0000)]
Add to list.

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

14 years agoUpdate a bunch of output files.
bangerth [Thu, 28 Jan 2010 21:03:32 +0000 (21:03 +0000)]
Update a bunch of output files.

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

14 years agoUse numbers::PI instead of hard coding macros.
bangerth [Thu, 28 Jan 2010 17:10:07 +0000 (17:10 +0000)]
Use numbers::PI instead of hard coding macros.

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

14 years agoFix another race condition.
bangerth [Thu, 28 Jan 2010 17:08:54 +0000 (17:08 +0000)]
Fix another race condition.

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

14 years agoFix the same bug in PolynomialsABF.
bangerth [Thu, 28 Jan 2010 17:04:05 +0000 (17:04 +0000)]
Fix the same bug in PolynomialsABF.

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

14 years agoFix a race condition in PolynomialsBDM.
bangerth [Thu, 28 Jan 2010 16:28:25 +0000 (16:28 +0000)]
Fix a race condition in PolynomialsBDM.

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

14 years agoadd
bangerth [Wed, 27 Jan 2010 20:52:31 +0000 (20:52 +0000)]
add

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

14 years agoTreat all directories in /examples with doxygen that have a doc/ subdirectory.
bangerth [Wed, 27 Jan 2010 20:44:45 +0000 (20:44 +0000)]
Treat all directories in /examples with doxygen that have a doc/ subdirectory.

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

14 years agoAdded tests for FE_Q with non-equidistant support points.
kormann [Wed, 27 Jan 2010 19:22:06 +0000 (19:22 +0000)]
Added tests for FE_Q with non-equidistant support points.

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

14 years agoCorrect error in restriction matrix for FE_Q defined by quadrature formula.
kormann [Wed, 27 Jan 2010 19:20:32 +0000 (19:20 +0000)]
Correct error in restriction matrix for FE_Q defined by quadrature formula.

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

14 years agoIgnore also *d2 output data as created in this program.
kronbichler [Wed, 27 Jan 2010 14:53:14 +0000 (14:53 +0000)]
Ignore also *d2 output data as created in this program.

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

14 years agoMichael Geiger's diploma thesis.
bangerth [Wed, 27 Jan 2010 14:24:54 +0000 (14:24 +0000)]
Michael Geiger's diploma thesis.

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

14 years agoAdd function that can extract diagonal subblock from ConstraintMatrix.
kronbichler [Wed, 27 Jan 2010 13:22:36 +0000 (13:22 +0000)]
Add function that can extract diagonal subblock from ConstraintMatrix.

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

14 years agostep 39 works again
kanschat [Mon, 25 Jan 2010 21:31:12 +0000 (21:31 +0000)]
step 39 works again

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

14 years agostep 39 compiles, but crashes in estimate, because hessians are not computed
kanschat [Mon, 25 Jan 2010 16:38:19 +0000 (16:38 +0000)]
step 39 compiles, but crashes in estimate, because hessians are not computed

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

14 years agoMissed one output file in tests/petsc
heister [Mon, 25 Jan 2010 15:14:53 +0000 (15:14 +0000)]
Missed one output file in tests/petsc

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

14 years agoremove debug output
kanschat [Mon, 25 Jan 2010 15:06:59 +0000 (15:06 +0000)]
remove debug output

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

14 years agotests/petsc: more cleanup
heister [Mon, 25 Jan 2010 09:33:23 +0000 (09:33 +0000)]
tests/petsc: more cleanup

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

14 years agowork on petsc unit tests, make them pass on my machine too
heister [Mon, 25 Jan 2010 09:09:13 +0000 (09:09 +0000)]
work on petsc unit tests, make them pass on my machine too

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

14 years agoBetter tolerances.
bangerth [Mon, 25 Jan 2010 00:46:45 +0000 (00:46 +0000)]
Better tolerances.

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

14 years agoUpdate.
bangerth [Mon, 25 Jan 2010 00:44:45 +0000 (00:44 +0000)]
Update.

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

14 years agoUpdate test results.
bangerth [Mon, 25 Jan 2010 00:40:04 +0000 (00:40 +0000)]
Update test results.

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

14 years agoDestroy the memory pool of PETSc vectors before we end PETSc itself. We'll get memory...
bangerth [Mon, 25 Jan 2010 00:38:43 +0000 (00:38 +0000)]
Destroy the memory pool of PETSc vectors before we end PETSc itself. We'll get memory corruption problems otherwise.

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

14 years agoUpdate test results.
bangerth [Mon, 25 Jan 2010 00:35:06 +0000 (00:35 +0000)]
Update test results.

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

14 years agoUpdate.
bangerth [Mon, 25 Jan 2010 00:26:57 +0000 (00:26 +0000)]
Update.

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

14 years agoUpdate results.
bangerth [Mon, 25 Jan 2010 00:20:35 +0000 (00:20 +0000)]
Update results.

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

14 years agoFix output.
bangerth [Mon, 25 Jan 2010 00:15:56 +0000 (00:15 +0000)]
Fix output.

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

14 years agoMake it work.
bangerth [Mon, 25 Jan 2010 00:15:38 +0000 (00:15 +0000)]
Make it work.

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

14 years agoMake at least compile.
bangerth [Mon, 25 Jan 2010 00:05:22 +0000 (00:05 +0000)]
Make at least compile.

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

14 years agoFix a recently introduced bug where we started counting from too high.
bangerth [Sun, 24 Jan 2010 23:43:31 +0000 (23:43 +0000)]
Fix a recently introduced bug where we started counting from too high.

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

14 years agoWhen doing 'make clean', also remove *.inst files. Not doing so can lead to really...
bangerth [Sat, 23 Jan 2010 03:49:58 +0000 (03:49 +0000)]
When doing 'make clean', also remove *.inst files. Not doing so can lead to really awkward problems when you ^C the program that creates the *.inst files -- they end up empty, but have a newer date than the .inst.in file. Compiling everything then leads to missing symbols, but doing 'make clean ; make all' doesn't help any because the .inst files are not regenerated.

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

14 years agoRename bdry->boundary, ngbr->neighbor.
bangerth [Wed, 20 Jan 2010 20:10:21 +0000 (20:10 +0000)]
Rename bdry->boundary, ngbr->neighbor.

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

14 years agoUpdate documentation.
bangerth [Wed, 20 Jan 2010 20:04:00 +0000 (20:04 +0000)]
Update documentation.

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

14 years agoGet rid of the IntegratingAssembler class
bangerth [Wed, 20 Jan 2010 19:59:05 +0000 (19:59 +0000)]
Get rid of the IntegratingAssembler class

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

14 years agoFirst step in getting rid of the AssemblingIntegrator class and splitting its functio...
bangerth [Wed, 20 Jan 2010 14:51:53 +0000 (14:51 +0000)]
First step in getting rid of the AssemblingIntegrator class and splitting its functionality into two parts.

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

14 years agoMinor cleanup, documentation fixes.
bangerth [Wed, 20 Jan 2010 14:37:52 +0000 (14:37 +0000)]
Minor cleanup, documentation fixes.

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

14 years agoGet rid again of the DGIntegrator class and re-merge everything into
bangerth [Wed, 20 Jan 2010 13:35:12 +0000 (13:35 +0000)]
Get rid again of the DGIntegrator class and re-merge everything into
the main class.

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

14 years agoUse const references instead of copies.
bangerth [Wed, 20 Jan 2010 13:19:26 +0000 (13:19 +0000)]
Use const references instead of copies.

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

14 years agoUse function<> objects rather than hard-coded names to represent operations.
bangerth [Wed, 20 Jan 2010 13:17:19 +0000 (13:17 +0000)]
Use function<> objects rather than hard-coded names to represent operations.

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

14 years agoUse function<> objects rather than hard-coded names to represent operations.
bangerth [Wed, 20 Jan 2010 13:17:03 +0000 (13:17 +0000)]
Use function<> objects rather than hard-coded names to represent operations.

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

14 years agoRemove unused local variable.
bangerth [Wed, 20 Jan 2010 13:01:57 +0000 (13:01 +0000)]
Remove unused local variable.

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

14 years agoSimplify code slightly.
bangerth [Wed, 20 Jan 2010 13:01:27 +0000 (13:01 +0000)]
Simplify code slightly.

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

14 years agoMinor simplification.
bangerth [Wed, 20 Jan 2010 01:15:03 +0000 (01:15 +0000)]
Minor simplification.

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

14 years agoMake function more generic by taking function<> objects rather than
bangerth [Tue, 19 Jan 2010 23:36:24 +0000 (23:36 +0000)]
Make function more generic by taking function<> objects rather than
member functions with fixed name.

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

14 years agoAlso encode the library path through -rpath when linking with static libs, since...
bangerth [Tue, 19 Jan 2010 16:53:12 +0000 (16:53 +0000)]
Also encode the library path through -rpath when linking with static libs, since we also link with the TBB and that one is always shared.

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

14 years agoExtract integral parameters with get_integer().
bangerth [Sun, 17 Jan 2010 22:50:54 +0000 (22:50 +0000)]
Extract integral parameters with get_integer().

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

14 years agoMake compile again. Currently fails, however.
bangerth [Fri, 15 Jan 2010 19:11:49 +0000 (19:11 +0000)]
Make compile again. Currently fails, however.

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

14 years agoMake compile again. Currently fails, however.
bangerth [Fri, 15 Jan 2010 19:05:37 +0000 (19:05 +0000)]
Make compile again. Currently fails, however.

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

14 years agoMake compile again.
bangerth [Fri, 15 Jan 2010 19:02:30 +0000 (19:02 +0000)]
Make compile again.

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

14 years agoMake compile again.
bangerth [Fri, 15 Jan 2010 19:01:23 +0000 (19:01 +0000)]
Make compile again.

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

14 years agoGet closer to compiling again.
bangerth [Fri, 15 Jan 2010 18:44:35 +0000 (18:44 +0000)]
Get closer to compiling again.

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

14 years agoAdd missing include file.
bangerth [Fri, 15 Jan 2010 18:38:50 +0000 (18:38 +0000)]
Add missing include file.

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

14 years agoAdd a few missing include files.
bangerth [Fri, 15 Jan 2010 18:38:08 +0000 (18:38 +0000)]
Add a few missing include files.

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

14 years agoMove event.{cc,h} into base.
bangerth [Fri, 15 Jan 2010 15:01:26 +0000 (15:01 +0000)]
Move event.{cc,h} into base.

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

14 years agoRename .cc file to match .h file.
bangerth [Fri, 15 Jan 2010 14:41:52 +0000 (14:41 +0000)]
Rename .cc file to match .h file.

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

14 years agoSlight cleanup in SSOR preconditioner.
kronbichler [Fri, 15 Jan 2010 12:58:40 +0000 (12:58 +0000)]
Slight cleanup in SSOR preconditioner.

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

14 years agofix Newton stepsize output
kanschat [Fri, 15 Jan 2010 12:43:44 +0000 (12:43 +0000)]
fix Newton stepsize output

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

14 years agosome fixes
kanschat [Fri, 15 Jan 2010 12:34:47 +0000 (12:34 +0000)]
some fixes

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

14 years agoFix typo.
kronbichler [Wed, 13 Jan 2010 17:55:08 +0000 (17:55 +0000)]
Fix typo.

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

14 years agoForgot to declare function as inline.
kronbichler [Wed, 13 Jan 2010 16:29:42 +0000 (16:29 +0000)]
Forgot to declare function as inline.

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