2000-05-16 |
Wolfgang Bangerth | templatized vector args. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Wolfgang Bangerth | Templatize on vector types in many functions, to suppor... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Wolfgang Bangerth | Remove 'inline' keyword from functions in this .cc... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Wolfgang Bangerth | Minor reindentations. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Wolfgang Bangerth | Fix 3d non-compilability. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Wolfgang Bangerth | Add names and dates to the individual changes. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Wolfgang Bangerth | Add dates to changes. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Wolfgang Bangerth | Don't use the user flags any more for make_hanging_node... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Wolfgang Bangerth | Clarify which functions use the user flags and which... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Wolfgang Bangerth | Clarify which functions use the user flags and which... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Wolfgang Bangerth | Make the sparsity pattern a template arg of make_sparsi... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Wolfgang Bangerth | BlockSpars{eMatrix,ityPattern} |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Ralf Hartmann | small fix. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Wolfgang Bangerth | Add missing includes. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Ralf Hartmann | mt for functions with 6 args. |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Wolfgang Bangerth | Add comment. |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Wolfgang Bangerth | Implement DoFRenumbering::sort_selected_dofs_back |
commit | commitdiff | tree | snapshot |
2000-05-12 |
Wolfgang Bangerth | DoFTools::extract_hanging_node_dofs |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Ralf Hartmann | FEValuesBase::get_cell |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Ralf Hartmann | new function get_cell returns the present cell |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Wolfgang Bangerth | Accelerate the algorithm to construct the hanging node... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Ralf Hartmann | fix small bug, some missing breaks. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Wolfgang Bangerth | Assemble matrix and rhs in parallel. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Ralf Hartmann | DoFHandler::max_couplings_between_dofs () bounded by... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Ralf Hartmann | max_couplings_between_dofs is bounded by n_dofs() |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Ralf Hartmann | fix bug with missing min(...,n) |
commit | commitdiff | tree | snapshot |
2000-05-11 |
Wolfgang Bangerth | Update on Subcriptor stuff. |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Wolfgang Bangerth | Since no-one else stepped up: remove QUIET_DESTRUCTOR... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Wolfgang Bangerth | Add step-9, which is by no means complete, however. |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Wolfgang Bangerth | Add step-9, which is by no means complete, however. |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Wolfgang Bangerth | Add doc. |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Wolfgang Bangerth | FESystem::reinit generated exception with update_suppor... |
commit | commitdiff | tree | snapshot |
2000-05-10 |
Wolfgang Bangerth | Getting support points from system elements resulted... |
commit | commitdiff | tree | snapshot |
2000-05-09 |
Wolfgang Bangerth | Change output upon linking of libs, since this process... |
commit | commitdiff | tree | snapshot |
2000-05-08 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2000-05-08 |
Wolfgang Bangerth | Move some functions around from .h to .templates.h... |
commit | commitdiff | tree | snapshot |
2000-05-08 |
Wolfgang Bangerth | Extend block matrices. |
commit | commitdiff | tree | snapshot |
2000-05-08 |
Wolfgang Bangerth | Extend block matrix test. |
commit | commitdiff | tree | snapshot |
2000-05-08 |
Wolfgang Bangerth | Fix mmult/Tmmult: don't resize output arg. |
commit | commitdiff | tree | snapshot |
2000-05-08 |
Wolfgang Bangerth | FullMatrix::mmult/Tmmult |
commit | commitdiff | tree | snapshot |
2000-05-08 |
Wolfgang Bangerth | More doc update. |
commit | commitdiff | tree | snapshot |
2000-05-08 |
Wolfgang Bangerth | Doc update. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Add matrix_norm_square, get_sparsity_pattern |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Change matrix_norm to matrix_norm_square and implement... |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Change matrix_norm to matrix_norm_square. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Avoid confusion about matrix_norm. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Add matrix scalar product. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Doc update. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Implement some of the linear algebra. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Remove bogus comment. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Add access to the individual blocks. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Update forgotten comment. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Fix index bugs. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Fix bugs. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Bring this into the tree, albeit untested, for possible... |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Reformat comments for 80 or so cols. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Add file. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Fix bug. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Add block matrix test. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Bound the number of elements per row by the total numbe... |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Reindent. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Make the forward-declaration script depend on itself. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Catch default template args more often. |
commit | commitdiff | tree | snapshot |
2000-05-05 |
Wolfgang Bangerth | Fix incompilability. |
commit | commitdiff | tree | snapshot |
2000-05-04 |
Wolfgang Bangerth | Fix bug in SparsityPattern. |
commit | commitdiff | tree | snapshot |
2000-05-04 |
Wolfgang Bangerth | Fix bug. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Wolfgang Bangerth | Suppress warning about unused variable in non-MT mode. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Wolfgang Bangerth | Very minor reformatting. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Wolfgang Bangerth | Update. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Wolfgang Bangerth | SwappableVector. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Wolfgang Bangerth | Add the SwappableVector from the wave program. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Wolfgang Bangerth | Use the same ordering of publications as before. |
commit | commitdiff | tree | snapshot |
2000-05-03 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Guido Kanschat | CKPS00 |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Wolfgang Bangerth | Re-organize block vectors. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Wolfgang Bangerth | . |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Wolfgang Bangerth | Update on MT report. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Wolfgang Bangerth | Update on MT report. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Wolfgang Bangerth | Preprint 2000-11 has appeared. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Wolfgang Bangerth | Implement swap for vectors and block vectors. |
commit | commitdiff | tree | snapshot |
2000-05-02 |
Wolfgang Bangerth | Mostly syntactic work. |
commit | commitdiff | tree | snapshot |
2000-05-01 |
Guido Kanschat | continuing on MG |
commit | commitdiff | tree | snapshot |
2000-04-30 |
Guido Kanschat | debugging MG, mglocal.testcase produces errors, sorry |
commit | commitdiff | tree | snapshot |
2000-04-26 |
Wolfgang Bangerth | Add info that tutorials and API docs need to be generat... |
commit | commitdiff | tree | snapshot |
2000-04-25 |
Guido Kanschat | Solver classes without matrix template |
commit | commitdiff | tree | snapshot |
2000-04-21 |
Guido Kanschat | precision reduced |
commit | commitdiff | tree | snapshot |
2000-04-21 |
Guido Kanschat | New info in subscriptor |
commit | commitdiff | tree | snapshot |
2000-04-20 |
Guido Kanschat | Mailing list |
commit | commitdiff | tree | snapshot |
2000-04-20 |
Guido Kanschat | Solver-change |
commit | commitdiff | tree | snapshot |
2000-04-20 |
Wolfgang Bangerth | Remove bogosity. |
commit | commitdiff | tree | snapshot |
2000-04-20 |
Wolfgang Bangerth | Remove "About" entry in toc. |
commit | commitdiff | tree | snapshot |
2000-04-20 |
Guido Kanschat | inverse iteration |
commit | commitdiff | tree | snapshot |
2000-04-20 |
Wolfgang Bangerth | Add multithreading report to tree. |
commit | commitdiff | tree | snapshot |
2000-04-20 |
Guido Kanschat | local mg works for Q1 |
commit | commitdiff | tree | snapshot |
2000-04-20 |
Guido Kanschat | experimental new grid |
commit | commitdiff | tree | snapshot |
2000-04-19 |
Guido Kanschat | EigenPower |
commit | commitdiff | tree | snapshot |
2000-04-19 |
Guido Kanschat | TODO |
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