2010-11-18 |
bangerth | Allow computing the linfty norm even for ghosted vectors. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
bangerth | In output_results, we were using a ghosted vector to... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
bangerth | Add another note. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
kronbichler | Fix linker problem with Intel compiler: need to explici... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
bangerth | Generalize the extract_boundary_mesh function to arbitr... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Replace division by zero by an assertion. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Escape a few words. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Remove links that doxygen on 'top' does not grok. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Be a bit more efficient by using assign-once variables. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Fix file paths. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Add a couple specializations for TensorProductPolynomia... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Adjust output. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
kanschat | Replace exception by more verbose type |
commit | commitdiff | tree | snapshot |
2010-11-17 |
kanschat | document Point::unit_vector |
commit | commitdiff | tree | snapshot |
2010-11-17 |
kanschat | rename unit vector |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Move a test that currently fails into fail/. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Undo Guido's commit 22760: These tests were ok before... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Undo Guido's commit 22779: These tests were ok before... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Make compile. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Add the last missing paragraph. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Add a note. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Reindent comment. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | We now copy boundary indicators. |
commit | commitdiff | tree | snapshot |
2010-11-17 |
bangerth | Make sure we don't run into a weird error with double... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
heister | step-32: remove static_casts that are not needed, fix... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Add another test. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
kanschat | differences are due to round-off |
commit | commitdiff | tree | snapshot |
2010-11-16 |
heister | fix output. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Minor adjustments. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Announce GridTools::extract_boundary_mesh. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
heister | fix bug in distributed dofhandler renumber_component_wi... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
heister | supply correct output for test. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
heister | document bug: n_dofs() is wrong after component_wise(). |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Copy face boundary_id to surface cell material_id in... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Add comment. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Fix tests. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Split _01 test into two pieces: one that works for... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
heister | fix step-41: n_quadrature_points got removed. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Augment docs. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Fix wrong package name. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
heister | fix compilation of step-32. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Simplify, now that we don't have this dimension-depende... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
kanschat | update result files |
commit | commitdiff | tree | snapshot |
2010-11-16 |
kanschat | Add function to create unit vectors |
commit | commitdiff | tree | snapshot |
2010-11-16 |
kanschat | add Bessel function configuration and check for GSL |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Remove unused function arguments. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Remove more stray 'typename's where necessary. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Ignore mapping parameter in 1d. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
kanschat | add Bessel function |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Remove stray 'typename'. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
kronbichler | Remove illegal default argument from explicit instantia... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
kanschat | add LogStream output for Vector |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Add header. Minor adjustments. |
commit | commitdiff | tree | snapshot |
2010-11-16 |
kronbichler | Changed structure in dofs, hp, multigrid and numerics... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
bangerth | Remove file now no longer needed. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
pauletti | Added the function GridTools::extract_boundary_mesh... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
pauletti | Two new tests for GridTools::extract_boundary_mesh... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
heister | fix step-40. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Provide a bibtex entry for the distributed paper. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Finish documenting. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | No need to @ref tutorial programs any more. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Finish documentation of setup_system. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
young | Add publication |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | A few more comments. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Ignore .vtu and .pvtu files. Also clean them up. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Also document solve(). |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Say something about hypre. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Document output_results. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Link to step-40. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Crosslink step-40. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Some more comments. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Document refine_grid. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Reshuffle a couple lines of code. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
bangerth | Some more comments. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
bangerth | Adjust spacing in output. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
bangerth | Silence p4est. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
bangerth | Remove debug output and timings. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
bangerth | Announce PETScWrappers::PreconditionBoomerAMG. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
bangerth | Disable BoomerAMG/Hypre when not available through... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
kanschat | add scalar version of Nitsche boundary residual |
commit | commitdiff | tree | snapshot |
2010-11-14 |
kanschat | The purpose is solver, not cg |
commit | commitdiff | tree | snapshot |
2010-11-14 |
kanschat | use LocalIntegrators instead of integrating by hand... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
kanschat | make quadrature_point inline |
commit | commitdiff | tree | snapshot |
2010-11-13 |
heister | use BoomerAMG in step-40. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
heister | implement interface to BoomerAMG through PETSc. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
bangerth | Crap, I messed up again :-( |
commit | commitdiff | tree | snapshot |
2010-11-13 |
bangerth | Move important changes up. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
bangerth | Make sure we can compare iterator objects. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
bangerth | Instead of giving -1, let index() for vertex iterators... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
bangerth | Remove a TODO that doesn't appear connected to anything... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
bangerth | Disallow assignment of DoF accessors. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
bangerth | Make sure that face iterators can be copied in 1d. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
bangerth | Remove unused variables' names. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
bangerth | Add get_dof_indices function to DoFAccessor of faces... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
bangerth | Fix type of iterator. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
bangerth | Work around a compile problem in the compiler on our... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
bangerth | Provide declarations also for DoFAccessor<0,1,spacedim... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
kanschat | be less strict to enable formulas with many iterations |
commit | commitdiff | tree | snapshot |
2010-11-12 |
bangerth | Ouch -- fix two numbers that managed to completely... |
commit | commitdiff | tree | snapshot |
next |
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