Go to the source code of this file.
Classes | |
class | oomph::DenseMatrix< T > |
Class for dense matrices, storing all the values of the matrix as a pointer to a pointer with assorted output functions inherited from Matrix<T>. The curious recursive template pattern is used here to pass the specific class to the base class so that round bracket access can be inlined. More... | |
class | oomph::OomphCommunicator |
An oomph-lib wrapper to the MPI_Comm communicator object. Just contains an MPI_Comm object (which is a pointer) and wrappers to the MPI_... methods. More... | |
Namespaces | |
oomph | |