Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge branch 'multigrid_updateall' into 'master'
fixes for multigrid and changing to smart pointers See merge request jschoeberl/ngsolve!265
- Loading branch information
Showing
with
326 additions
and 402 deletions.
- +13 −13 comp/bddc.cpp
- +2 −5 comp/bilinearform.cpp
- +15 −12 comp/facetfespace.cpp
- +2 −2 comp/facetfespace.hpp
- +5 −5 comp/fespace.cpp
- +3 −3 comp/fespace.hpp
- +13 −11 comp/h1hofespace.cpp
- +1 −1 comp/h1hofespace.hpp
- +4 −3 comp/hcurlhdivfes.cpp
- +1 −1 comp/hcurlhdivfes.hpp
- +11 −9 comp/hcurlhofespace.cpp
- +1 −1 comp/hcurlhofespace.hpp
- +4 −3 comp/hdivhofespace.cpp
- +1 −1 comp/hdivhofespace.hpp
- +20 −111 comp/preconditioner.cpp
- +64 −0 comp/preconditioner.hpp
- +28 −1 comp/python_comp.cpp
- +2 −2 comp/vectorfacetfespace.cpp
- +1 −1 comp/vectorfacetfespace.hpp
- +1 −1 linalg/basematrix.cpp
- +1 −1 linalg/basematrix.hpp
- +11 −11 linalg/blockjacobi.cpp
- +1 −1 linalg/commutingAMG.hpp
- +2 −2 linalg/mumpsinverse.cpp
- +3 −3 linalg/mumpsinverse.hpp
- +1 −1 linalg/pardisoinverse.cpp
- +4 −4 linalg/pardisoinverse.hpp
- +4 −4 linalg/sparsecholesky.cpp
- +6 −6 linalg/sparsecholesky.hpp
- +26 −39 linalg/sparsematrix.cpp
- +11 −11 linalg/sparsematrix.hpp
- +1 −1 linalg/umfpackinverse.cpp
- +4 −4 linalg/umfpackinverse.hpp
- +4 −61 multigrid/mgpre.cpp
- +20 −38 multigrid/mgpre.hpp
- +28 −24 multigrid/smoother.cpp
- +4 −2 multigrid/smoother.hpp
- +1 −1 parallel/parallel_matrices.cpp
- +1 −1 parallel/parallel_matrices.hpp
- +1 −1 python/__init__.py
Oops, something went wrong.