2000-12-12 |
wolf | Check that the mesh refinement criteria are actually... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
guido | new function Q1Wedge |
commit | commitdiff | tree | snapshot |
2000-12-07 |
guido | update on changes |
commit | commitdiff | tree | snapshot |
2000-12-07 |
guido | Krylov-space methods do not use residual() anymore |
commit | commitdiff | tree | snapshot |
2000-12-07 |
guido | new counting in gmres |
commit | commitdiff | tree | snapshot |
2000-12-07 |
guido | Line numbers and file names removed |
commit | commitdiff | tree | snapshot |
2000-12-06 |
guido | BlockDiagonalMatrix |
commit | commitdiff | tree | snapshot |
2000-12-06 |
guido | PreconditionMG has Subscriptor |
commit | commitdiff | tree | snapshot |
2000-12-04 |
wolf | Change list<> to set<> at some places. Add new paramete... |
commit | commitdiff | tree | snapshot |
2000-12-04 |
wolf | Update. |
commit | commitdiff | tree | snapshot |
2000-12-02 |
wolf | Add functions symmetrize to SparsityPattern and SparseM... |
commit | commitdiff | tree | snapshot |
2000-12-01 |
wolf | Purge the block size template args from BlockSparseMatr... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
wolf | Add functions missing for function to be instantiated. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
wolf | Add functions missing for function to be instantiated. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
wolf | Remove template args from BlockSparsity. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
wolf | Fix header. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
guido | test shorter, easier and hopefully not machine dependent |
commit | commitdiff | tree | snapshot |
2000-11-29 |
guido | Preconditioners and solvers have Subscriptor |
commit | commitdiff | tree | snapshot |
2000-11-29 |
wolf | Increase visibility of porting link. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
wolf | Entirely rewrite the porting page. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
wolf | Page on Windows. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
wolf | For completeness and on higher order, mention the old... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
guido | Count first iteration, too |
commit | commitdiff | tree | snapshot |
2000-11-27 |
wolf | Add notice on the memory consumption things. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
wolf | Add documentation, separate implementation from declara... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
wolf | Use a Fullmatrix<float> instead one of doubles, to... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
wolf | Add forgotten memory_consumption function. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
wolf | Add memory_consumption functions to all remaining class... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
wolf | Implement memory consumption monitors to most classes. |
commit | commitdiff | tree | snapshot |
2000-11-24 |
wolf | Remove block numbers as templates arguments of BlockSpa... |
commit | commitdiff | tree | snapshot |
2000-11-24 |
wolf | Micro indentation change. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
hartmann | Add missing include line. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
hartmann | Fix bug! |
commit | commitdiff | tree | snapshot |
2000-11-22 |
hartmann | SparseMatrix<number>::n_actually_nonzero_elements |
commit | commitdiff | tree | snapshot |
2000-11-22 |
hartmann | SparseMatrix<number>::n_actually_nonzero_elements ... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
wolf | Remove one `typename' again, as it was at the wrong... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
wolf | Add some forgotten `typename' keywords. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
wolf | Add comment explaining why something is irrelevant. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
wolf | Allow [&*] in template args, for cases like |
commit | commitdiff | tree | snapshot |
2000-11-14 |
wolf | Bring output of template class in right order: |
commit | commitdiff | tree | snapshot |
2000-11-14 |
wolf | Remove the template keyword from the stored template... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
wolf | Revert unintended change to mglocal.cc |
commit | commitdiff | tree | snapshot |
2000-11-14 |
wolf | Add new testcase intergrid_map.cc |
commit | commitdiff | tree | snapshot |
2000-11-14 |
wolf | Date was bogus, as this test was created in 2000. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
guido | bug removed |
commit | commitdiff | tree | snapshot |
2000-11-13 |
guido | 4th order formula in FunctionDerivative |
commit | commitdiff | tree | snapshot |
2000-11-13 |
guido | New class FunctionDerivative |
commit | commitdiff | tree | snapshot |
2000-11-13 |
wolf | Implement the second FEValues::get_function_2nd_derivat... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
wolf | Also enable multiple components. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
guido | stupid error removed |
commit | commitdiff | tree | snapshot |
2000-11-13 |
wolf | Allow to use finite elements with more than one component. |
commit | commitdiff | tree | snapshot |
2000-11-12 |
guido | FunctionDerivative: probably buggy |
commit | commitdiff | tree | snapshot |
2000-11-10 |
wolf | Change <math.h> to <cmath>. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
guido | bug removed |
commit | commitdiff | tree | snapshot |
2000-11-09 |
guido | test empty BlockIndices |
commit | commitdiff | tree | snapshot |
2000-11-09 |
guido | BlockVector support for homogeneous blocks |
commit | commitdiff | tree | snapshot |
2000-11-09 |
guido | log-output of parameters |
commit | commitdiff | tree | snapshot |
2000-11-06 |
guido | BlockVector has no n_blocks template |
commit | commitdiff | tree | snapshot |
2000-11-06 |
guido | BlockIndices is not template anymore |
commit | commitdiff | tree | snapshot |
2000-11-06 |
guido | new globa Exceptions ExcIO and ExcOutOfMemory |
commit | commitdiff | tree | snapshot |
2000-10-30 |
guido | operator - for Point improved |
commit | commitdiff | tree | snapshot |
2000-10-27 |
wolf | Add missed include file. |
commit | commitdiff | tree | snapshot |
2000-10-27 |
wolf | Fix check for t!=0 in swap functions, and change if... |
commit | commitdiff | tree | snapshot |
2000-10-27 |
wolf | Add `swap' functions to SmartPointers. |
commit | commitdiff | tree | snapshot |
2000-10-27 |
guido | unary - for Point and Tensor |
commit | commitdiff | tree | snapshot |
2000-10-27 |
wolf | Purge ind_value from the TriaAccessor. That had been... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
wolf | ConstraintMatrix::add_entries |
commit | commitdiff | tree | snapshot |
2000-10-26 |
wolf | Fix bug only visible in debug mode. |
commit | commitdiff | tree | snapshot |
2000-10-26 |
wolf | Add add_entries function. |
commit | commitdiff | tree | snapshot |
2000-10-26 |
wolf | Speed up the compute_integrid_constraints function... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
wolf | Forgot to code encapsulate for FunData[78] as well. |
commit | commitdiff | tree | snapshot |
2000-10-26 |
wolf | Implement FunData for 7 and 8 arguments. |
commit | commitdiff | tree | snapshot |
2000-10-23 |
wolf | Avoid a problem with types that are sometimes undefined and |
commit | commitdiff | tree | snapshot |
2000-10-23 |
wolf | DoFRenumbering::random |
commit | commitdiff | tree | snapshot |
2000-10-23 |
wolf | Fix some kind of serious bug: the variable was not... |
commit | commitdiff | tree | snapshot |
2000-10-23 |
wolf | Doc update. |
commit | commitdiff | tree | snapshot |
2000-10-23 |
wolf | DoFRenumbering::random |
commit | commitdiff | tree | snapshot |
2000-10-20 |
wolf | Avoid output. |
commit | commitdiff | tree | snapshot |
2000-10-18 |
wolf | Clarify compiler version. |
commit | commitdiff | tree | snapshot |
2000-10-18 |
wolf | Change capital `C's at start of output lines to lowerca... |
commit | commitdiff | tree | snapshot |
2000-10-18 |
wolf | Fix typo and reformat slightly. |
commit | commitdiff | tree | snapshot |
2000-10-18 |
wolf | On DEC Alpha running OSF1, implicitely instanciated... |
commit | commitdiff | tree | snapshot |
2000-10-18 |
wolf | Hopefully final comment on OSF! |
commit | commitdiff | tree | snapshot |
2000-10-18 |
wolf | More on DEC OSF1. |
commit | commitdiff | tree | snapshot |
2000-10-18 |
wolf | Many changes to GridReordering. Will have to clean... |
commit | commitdiff | tree | snapshot |
2000-10-17 |
wolf | Make the SparseMatrix(SparsityPattern&) constructor... |
commit | commitdiff | tree | snapshot |
2000-10-17 |
wolf | cell->point_inside() |
commit | commitdiff | tree | snapshot |
2000-10-16 |
wolf | Move reference to IRIX to separate page. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
wolf | Update. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
wolf | Installation instructions for SGI IRIX. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
wolf | Micro change. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
wolf | Embrace Windows. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
wolf | Add doc. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
wolf | Docs for point_inside, and 1d version. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
wolf | Change doc. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
hartmann | New transform_unit_to_real_cell and transform_real_to_u... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
wolf | Replace `make' by `$(MAKE)' |
commit | commitdiff | tree | snapshot |
2000-10-12 |
hartmann | New transform_real_to_unit_cell function in FiniteElement |
commit | commitdiff | tree | snapshot |
2000-10-12 |
wolf | This http: with local path circumvented our validate... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
wolf | Externalize OSF docs. |
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