Reference documentation for deal.II version 9.4.1
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Namespaces | Functions
copy.h File Reference
#include <deal.II/base/config.h>
#include <sundials/sundials_nvector.h>
#include <nvector/nvector_parallel.h>
#include <deal.II/lac/block_vector.h>
#include <deal.II/lac/la_parallel_block_vector.h>
#include <deal.II/lac/la_parallel_vector.h>
#include <deal.II/lac/vector.h>
#include <nvector/nvector_serial.h>
#include <deal.II/lac/trilinos_parallel_block_vector.h>
#include <deal.II/lac/trilinos_vector.h>
#include <deal.II/lac/petsc_block_vector.h>
#include <deal.II/lac/petsc_vector.h>

Go to the source code of this file.

Namespaces

namespace  SUNDIALS
 
namespace  SUNDIALS::internal
 

Functions

void SUNDIALS::internal::copy (TrilinosWrappers::MPI::Vector &dst, const N_Vector &src)
 
void SUNDIALS::internal::copy (N_Vector &dst, const TrilinosWrappers::MPI::Vector &src)
 
void SUNDIALS::internal::copy (TrilinosWrappers::MPI::BlockVector &dst, const N_Vector &src)
 
void SUNDIALS::internal::copy (N_Vector &dst, const TrilinosWrappers::MPI::BlockVector &src)
 
void SUNDIALS::internal::copy (PETScWrappers::MPI::Vector &dst, const N_Vector &src)
 
void SUNDIALS::internal::copy (N_Vector &dst, const PETScWrappers::MPI::Vector &src)
 
void SUNDIALS::internal::copy (PETScWrappers::MPI::BlockVector &dst, const N_Vector &src)
 
void SUNDIALS::internal::copy (N_Vector &dst, const PETScWrappers::MPI::BlockVector &src)
 
void SUNDIALS::internal::copy (BlockVector< double > &dst, const N_Vector &src)
 
void SUNDIALS::internal::copy (N_Vector &dst, const BlockVector< double > &src)
 
void SUNDIALS::internal::copy (Vector< double > &dst, const N_Vector &src)
 
void SUNDIALS::internal::copy (N_Vector &dst, const Vector< double > &src)
 
void SUNDIALS::internal::copy (LinearAlgebra::distributed::BlockVector< double > &dst, const N_Vector &src)
 
void SUNDIALS::internal::copy (N_Vector &dst, const LinearAlgebra::distributed::BlockVector< double > &src)
 
void SUNDIALS::internal::copy (LinearAlgebra::distributed::Vector< double > &dst, const N_Vector &src)
 
void SUNDIALS::internal::copy (N_Vector &dst, const LinearAlgebra::distributed::Vector< double > &src)