MFEM  v4.6.0
Finite element discretization library
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 SUN_Hip_OR_Cuda() N_VNewWithMemHelp (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

◆ ARKStepCreate()

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 98 of file sundials.cpp.

◆ CVodeCreate()

MFEM_DEPRECATED void* CVodeCreate ( int  lmm,
SUNContext   
)

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

Definition at line 91 of file sundials.cpp.

◆ KINCreate()

MFEM_DEPRECATED void* KINCreate ( SUNContext  )

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

Definition at line 106 of file sundials.cpp.

◆ N_VMake_MPIPlusX()

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 150 of file sundials.cpp.

◆ N_VNewEmpty_Parallel()

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 115 of file sundials.cpp.

◆ N_VNewEmpty_Serial()

MFEM_DEPRECATED N_Vector N_VNewEmpty_Serial ( sunindextype  vec_length,
SUNContext   
)

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

Definition at line 54 of file sundials.cpp.

◆ N_VNewWithMemHelp()

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

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

Definition at line 129 of file sundials.cpp.

◆ SUNLinSol_SPFGMR()

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 83 of file sundials.cpp.

◆ SUNLinSol_SPGMR()

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 75 of file sundials.cpp.

◆ SUNLinSolNewEmpty()

MFEM_DEPRECATED SUNLinearSolver SUNLinSolNewEmpty ( SUNContext  )

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

Definition at line 68 of file sundials.cpp.

◆ SUNMatNewEmpty()

MFEM_DEPRECATED SUNMatrix SUNMatNewEmpty ( SUNContext  )

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

Definition at line 61 of file sundials.cpp.

◆ SUNMemoryHelper_NewEmpty()

MFEM_DEPRECATED SUNMemoryHelper SUNMemoryHelper_NewEmpty ( SUNContext  )

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

Definition at line 139 of file sundials.cpp.