2000-05-24 |
wolf | MatrixTools::apply_boundary_values |
commit | commitdiff | tree | snapshot |
2000-05-24 |
wolf | Fix template problem. |
commit | commitdiff | tree | snapshot |
2000-05-24 |
wolf | Make apply_boundary_values a template of the number... |
commit | commitdiff | tree | snapshot |
2000-05-24 |
wolf | Implement Jacobi preconditioning. |
commit | commitdiff | tree | snapshot |
2000-05-24 |
wolf | Implement residual for block matrices. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
guido | Error in 3D removed |
commit | commitdiff | tree | snapshot |
2000-05-23 |
wolf | . |
commit | commitdiff | tree | snapshot |
2000-05-23 |
wolf | Add new testcase. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
wolf | Use reinit(Vector) instead of reinit(size), to make... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
wolf | Adapt to recent changes in the lib. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
wolf | Update to changes in the lib. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
wolf | Fix @p tag by #...# |
commit | commitdiff | tree | snapshot |
2000-05-22 |
hartmann | FE_DGx::restriction is changed to a local projection |
commit | commitdiff | tree | snapshot |
2000-05-22 |
hartmann | small fix |
commit | commitdiff | tree | snapshot |
2000-05-22 |
hartmann | small reformating and doc fixes |
commit | commitdiff | tree | snapshot |
2000-05-22 |
hartmann | remove 38659 lines of code for the restriction matrices... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
hartmann | Implementation of the restriction matrices for DG eleme... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
hartmann | scripts for assembling the restriction matrices for... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
wolf | Fix a bug with non-square/square block matrices. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
wolf | Check that the fe used by a fevalues object is the... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
wolf | Add a function to get at the DoFHandler of an accessor... |
commit | commitdiff | tree | snapshot |
2000-05-21 |
guido | new colors for enclosed square |
commit | commitdiff | tree | snapshot |
2000-05-21 |
guido | parameter for solver |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Make this file work in non-MT mode as well. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Unconditionalize inclusion of thread_management, now... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Change ACE_* to Threads::* |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Change ACE_* to Threads::* |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Change ACE_Thread* to Threads::* |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Fix more non-MT problems. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Fix typo. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Change formatting. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Implement dummy thread creation and mutices to be able... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Implement more functions for block matrices as well. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Fix another such bug. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Fix a bug that shows up when a line is empty. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Reindent. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | Doc update. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
wolf | work around a bug in egcs |
commit | commitdiff | tree | snapshot |
2000-05-18 |
hartmann | MeshSmoothing moved into Triangulation class. New smoot... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Ack, I didn't want to check in this file. Sorry. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Ups, one should check things, even if they appear simple. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Fix alleged bugs and add comments. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Fix two assertions. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Move template function to respective .templates.h file. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Mark non-implemented block. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Add some more functions for block sparse matrices.... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Allow access to the block indices. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Add more assertions. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | . |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Implement a block-to-global transformation function. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Fix language. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | Fix indentation. |
commit | commitdiff | tree | snapshot |
2000-05-18 |
wolf | It compiles now. |
commit | commitdiff | tree | snapshot |
2000-05-17 |
wolf | Further work on apply_boundary_values for block matrice... |
commit | commitdiff | tree | snapshot |
2000-05-17 |
wolf | Add apply_boundary_values for block matrices and vectors. |
commit | commitdiff | tree | snapshot |
2000-05-17 |
wolf | Add apply_boundary_values for block matrices and vectors. |
commit | commitdiff | tree | snapshot |
2000-05-17 |
wolf | Grant access to index objects. |
commit | commitdiff | tree | snapshot |
2000-05-17 |
wolf | Implement comparison of block index objects. |
commit | commitdiff | tree | snapshot |
2000-05-17 |
wolf | apply_boundary_values. jacobians |
commit | commitdiff | tree | snapshot |
2000-05-17 |
wolf | Fix wrong calculation. |
commit | commitdiff | tree | snapshot |
2000-05-17 |
wolf | When eliminating boundary values from a matrix, we... |
commit | commitdiff | tree | snapshot |
2000-05-17 |
wolf | Reindent. |
commit | commitdiff | tree | snapshot |
2000-05-17 |
wolf | Fix formatting. |
commit | commitdiff | tree | snapshot |
2000-05-17 |
wolf | Make an assertion stronger. Move invariant code out... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
guido | extra argument for formatting |
commit | commitdiff | tree | snapshot |
2000-05-16 |
wolf | Use the old scheme to compute the Jacobian matrices... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
wolf | Fix some remaining problem with the templatization. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
wolf | Add standard container typedefs. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
wolf | Also templatize on output data type. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
wolf | Forgot some explicit instantiations. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
wolf | Nicer layout and white background. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
wolf | Nicer layout. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
wolf | templatized vector args. |
commit | commitdiff | tree | snapshot |
2000-05-16 |
wolf | Templatize on vector types in many functions, to suppor... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
wolf | Remove 'inline' keyword from functions in this .cc... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
wolf | Minor reindentations. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
wolf | Fix 3d non-compilability. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
wolf | Add names and dates to the individual changes. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
wolf | Add dates to changes. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
wolf | Don't use the user flags any more for make_hanging_node... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
wolf | Clarify which functions use the user flags and which... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
wolf | Clarify which functions use the user flags and which... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
wolf | Make the sparsity pattern a template arg of make_sparsi... |
commit | commitdiff | tree | snapshot |
2000-05-15 |
wolf | BlockSpars{eMatrix,ityPattern} |
commit | commitdiff | tree | snapshot |
2000-05-15 |
hartmann | small fix. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
wolf | Add missing includes. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
hartmann | mt for functions with 6 args. |
commit | commitdiff | tree | snapshot |
2000-05-12 |
wolf | Add comment. |
commit | commitdiff | tree | snapshot |
2000-05-12 |
wolf | Implement DoFRenumbering::sort_selected_dofs_back |
commit | commitdiff | tree | snapshot |
2000-05-12 |
wolf | DoFTools::extract_hanging_node_dofs |
commit | commitdiff | tree | snapshot |
2000-05-11 |
hartmann | FEValuesBase::get_cell |
commit | commitdiff | tree | snapshot |
2000-05-11 |
hartmann | new function get_cell returns the present cell |
commit | commitdiff | tree | snapshot |
2000-05-11 |
wolf | Accelerate the algorithm to construct the hanging node... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
hartmann | fix small bug, some missing breaks. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
wolf | Assemble matrix and rhs in parallel. |
commit | commitdiff | tree | snapshot |
2000-05-11 |
hartmann | DoFHandler::max_couplings_between_dofs () bounded by... |
commit | commitdiff | tree | snapshot |
2000-05-11 |
hartmann | max_couplings_between_dofs is bounded by n_dofs() |
commit | commitdiff | tree | snapshot |
2000-05-11 |
hartmann | fix bug with missing min(...,n) |
commit | commitdiff | tree | snapshot |
2000-05-11 |
wolf | Update on Subcriptor stuff. |
commit | commitdiff | tree | snapshot |
2000-05-10 |
wolf | Since no-one else stepped up: remove QUIET_DESTRUCTOR... |
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