2001-03-29 |
Wolfgang Bangerth | Move contents of TODO file into .h and .cc files. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Remove unnecessary .c_str(). |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Assign names to TODOs. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Assign names to TODOs. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Remove TODO. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | And fix another oddity. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Fix indentation slightly while we're at it. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Assign names to TODOs. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Fix one TODO (how to generate infinity). |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Associate names with TODOs. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Remove fixed things. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Replace #...# by @p{...} |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Ralf Hartmann | FullMatrix::mmult and Tmmult have now an additional... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Impemlement get_normals_at_vertices fpr HyperShell... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Fix 3d problem. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Wolfgang Bangerth | Compute C1 mapping from normal vectors, rather than... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Wolfgang Bangerth | Allow everything to be compilable again. |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Wolfgang Bangerth | Change the way the LogStream class uses endl, so that... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Ralf Hartmann | Fix a bug in the MappingQ::transform_unit_to_real(real_... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Ralf Hartmann | Remove obsolete lines also in constructors of FESubface... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Wolfgang Bangerth | Fix. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Guido Kanschat | Comments added |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Guido Kanschat | developer documentation |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Guido Kanschat | bug removed |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Ralf Hartmann | Doc fix. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Wolfgang Bangerth | Purge more classes: Assembler, MassMatrix, LaplaceMatri... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Wolfgang Bangerth | Check in normalized file. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Wolfgang Bangerth | Add mapping_c1.check to check |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Wolfgang Bangerth | Avoid warning. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Wolfgang Bangerth | Fix assertion. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Wolfgang Bangerth | Purge the ProblemBase class. Keep it in tests/big-tests... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Wolfgang Bangerth | Indentation change. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Wolfgang Bangerth | Doc fix. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Wolfgang Bangerth | Remove bogus patch, as it disables creating the file... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Wolfgang Bangerth | Implement a C1 mapping. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Ralf Hartmann | Update publication. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Ralf Hartmann | Extend several functions in VectorTools to work on... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Ralf Hartmann | Renaming default MappingQ1 from mapping to more intuiti... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Ralf Hartmann | Extend several functions to work on arbitrary Mappings. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Ralf Hartmann | Doc fix. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Ralf Hartmann | Renaming default MappingQ1 from mapping to more intuiti... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Ralf Hartmann | Need to collect flags twice, see example in doc. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Ralf Hartmann | Doc update. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Wolfgang Bangerth | Add assertions. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Wolfgang Bangerth | Doc update. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Guido Kanschat | Gopalakrishnan/Kanschat updated |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Guido Kanschat | cvslog in default removed |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Wolfgang Bangerth | Make ~destructor virtual. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Wolfgang Bangerth | Make add_{line,quad}_support_points protected to allow... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Wolfgang Bangerth | Use LDFLAGS in one place, instead of $(flags) |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Wolfgang Bangerth | Use LDFLAGS to link, as in the other directories. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Wolfgang Bangerth | Make things work in 1d as well. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Wolfgang Bangerth | Fix two further problems. |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Wolfgang Bangerth | Fix typo that prevented linking. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Guido Kanschat | Could not link: added bogus implementation of HalfHyper... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Guido Kanschat | Documentation fixed |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Wolfgang Bangerth | Boundary<dim>::get_tangents_at_vertices to generate... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Wolfgang Bangerth | As in program2html. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Wolfgang Bangerth | Ignore comments at the beginning of the program altoget... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Wolfgang Bangerth | We need the online docs for the class index, but only... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Wolfgang Bangerth | switch off caching, since that leads to insurmountable... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Guido Kanschat | Documentation |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Guido Kanschat | New SchurMatrix class |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Guido Kanschat | new class for Schur complements |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Wolfgang Bangerth | Don't make HTML docs of kdoc, since it requires jade. |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Wolfgang Bangerth | Fix program2html. |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Wolfgang Bangerth | Allow //* at the start of the line. |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Wolfgang Bangerth | Fix parsing of CVS tag line. CVS expanded $id: in the... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Wolfgang Bangerth | Fix 1d incompatibility. |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Wolfgang Bangerth | Fix typo. |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Guido Kanschat | bug removed |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Guido Kanschat | Documentation update |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Wolfgang Bangerth | Micro change. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Wolfgang Bangerth | Implement get_intermediate_points_on_* for HalfHyperBal... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Wolfgang Bangerth | Make code slightly faster. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Wolfgang Bangerth | On some systems (discovered on DEC Alpha OSF1 V5),... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Wolfgang Bangerth | Disable shared libs on OSF1 V5 as well. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Wolfgang Bangerth | On gcc2.95 on Alpha OSF1, the native assembler does... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Ralf Hartmann | New restore(unsigned int step) function (among others... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Ralf Hartmann | New functions restore(uint step), clear_flags, n_refine... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Wolfgang Bangerth | Fix one more bug, per Hans' suggestion. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Wolfgang Bangerth | Add a barrier class to the Threads:: namespace. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Wolfgang Bangerth | Add a barrier class to the Threads:: namespace. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Wolfgang Bangerth | Fix various bugs in VTK output. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Wolfgang Bangerth | Add Vtk to list of supported file formats. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Ralf Hartmann | Two fixes. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Wolfgang Bangerth | doc update. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Ralf Hartmann | Remove obsolete arguments of the MappingQ1<dim>::transf... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Ralf Hartmann | Make it compile with a prerelease of gcc3.0 |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Guido Kanschat | new mesh hyper_rectangle |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Ralf Hartmann | Bug fix. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Wolfgang Bangerth | Output only lib name, no path. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Ralf Hartmann | Doc update. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Wolfgang Bangerth | Purge static non-const variables, or make them const... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Ralf Hartmann | Doc update. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Wolfgang Bangerth | Fix missing const. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Wolfgang Bangerth | Doc update. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Ralf Hartmann | CrissCross element removed. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Ralf Hartmann | Remove obsolete lines. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Ralf Hartmann | Doc update. |
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