MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Functions
sundials.cpp File Reference

Go to the source code of this file.

Namespaces

 mfem
 

Functions

MFEM_DEPRECATED N_Vector N_VNewEmpty_Serial (sunindextype vec_length, SUNContext)
 
MFEM_DEPRECATED SUNMatrix SUNMatNewEmpty (SUNContext)
 
MFEM_DEPRECATED SUNLinearSolver SUNLinSolNewEmpty (SUNContext)
 
MFEM_DEPRECATED SUNLinearSolver SUNLinSol_SPGMR (N_Vector y, int pretype, int maxl, SUNContext)
 
MFEM_DEPRECATED SUNLinearSolver SUNLinSol_SPFGMR (N_Vector y, int pretype, int maxl, SUNContext)
 
MFEM_DEPRECATED void * CVodeCreate (int lmm, SUNContext)
 
MFEM_DEPRECATED void * ARKStepCreate (ARKRhsFn fe, ARKRhsFn fi, realtype t0, N_Vector y0, SUNContext)
 
MFEM_DEPRECATED void * KINCreate (SUNContext)
 
MFEM_DEPRECATED N_Vector N_VNewEmpty_Parallel (MPI_Comm comm, sunindextype local_length, sunindextype global_length, SUNContext)
 
MFEM_DEPRECATED N_Vector N_VNewWithMemHelp_Cuda (sunindextype length, booleantype use_managed_mem, SUNMemoryHelper helper, SUNContext)
 
MFEM_DEPRECATED SUNMemoryHelper SUNMemoryHelper_NewEmpty (SUNContext)
 
MFEM_DEPRECATED N_Vector N_VMake_MPIPlusX (MPI_Comm comm, N_Vector local_vector, SUNContext)
 

Function Documentation

MFEM_DEPRECATED void* ARKStepCreate ( ARKRhsFn  fe,
ARKRhsFn  fi,
realtype  t0,
N_Vector  y0,
SUNContext   
)

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 88 of file sundials.cpp.

MFEM_DEPRECATED void* CVodeCreate ( int  lmm,
SUNContext   
)

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 81 of file sundials.cpp.

MFEM_DEPRECATED void* KINCreate ( SUNContext  )

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 96 of file sundials.cpp.

MFEM_DEPRECATED N_Vector N_VMake_MPIPlusX ( MPI_Comm  comm,
N_Vector  local_vector,
SUNContext   
)

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 140 of file sundials.cpp.

MFEM_DEPRECATED N_Vector N_VNewEmpty_Parallel ( MPI_Comm  comm,
sunindextype  local_length,
sunindextype  global_length,
SUNContext   
)

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 105 of file sundials.cpp.

MFEM_DEPRECATED N_Vector N_VNewEmpty_Serial ( sunindextype  vec_length,
SUNContext   
)

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 44 of file sundials.cpp.

MFEM_DEPRECATED N_Vector N_VNewWithMemHelp_Cuda ( sunindextype  length,
booleantype  use_managed_mem,
SUNMemoryHelper  helper,
SUNContext   
)

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 119 of file sundials.cpp.

MFEM_DEPRECATED SUNLinearSolver SUNLinSol_SPFGMR ( N_Vector  y,
int  pretype,
int  maxl,
SUNContext   
)

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 73 of file sundials.cpp.

MFEM_DEPRECATED SUNLinearSolver SUNLinSol_SPGMR ( N_Vector  y,
int  pretype,
int  maxl,
SUNContext   
)

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 65 of file sundials.cpp.

MFEM_DEPRECATED SUNLinearSolver SUNLinSolNewEmpty ( SUNContext  )

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 58 of file sundials.cpp.

MFEM_DEPRECATED SUNMatrix SUNMatNewEmpty ( SUNContext  )

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 51 of file sundials.cpp.

MFEM_DEPRECATED SUNMemoryHelper SUNMemoryHelper_NewEmpty ( SUNContext  )

(DEPRECATED) Wrapper function for backwards compatibility with SUNDIALS version < 6

Definition at line 129 of file sundials.cpp.