Block-Structured AMR Software Framework
amrex_error_module Module Reference

Data Types

interface  amrex_error
 
interface  amrex_fi_error
 
interface  amrex_fi_abort
 
interface  amrex_fi_warning
 

Functions/Subroutines

subroutine amrex_error0 (message)
 
subroutine amrex_error1_ch (message, str)
 
subroutine amrex_error1_i (message, i)
 
subroutine amrex_error1_r (message, r)
 
subroutine, public amrex_abort (message)
 
subroutine, public amrex_warning (message)
 

Function/Subroutine Documentation

◆ amrex_abort()

subroutine, public amrex_error_module::amrex_abort ( character(len=*), intent(in)  message)

◆ amrex_error0()

subroutine amrex_error_module::amrex_error0 ( character(len=*), intent(in)  message)
private

◆ amrex_error1_ch()

subroutine amrex_error_module::amrex_error1_ch ( character(len=*), intent(in)  message,
character(len=*), intent(in)  str 
)
private

◆ amrex_error1_i()

subroutine amrex_error_module::amrex_error1_i ( character(len=*), intent(in)  message,
integer, intent(in)  i 
)
private

◆ amrex_error1_r()

subroutine amrex_error_module::amrex_error1_r ( character(len=*), intent(in)  message,
real(amrex_real), intent(in)  r 
)
private

◆ amrex_warning()

subroutine, public amrex_error_module::amrex_warning ( character(len=*), intent(in)  message)