Block-Structured AMR Software Framework
AMReX_error_mod.F90 File Reference

Data Types

interface  amrex_error_module::amrex_error
 
interface  amrex_error_module::amrex_fi_error
 
interface  amrex_error_module::amrex_fi_abort
 
interface  amrex_error_module::amrex_fi_warning
 

Modules

module  amrex_error_module
 

Functions/Subroutines

subroutine amrex_error_module::amrex_error0 (message)
 
subroutine amrex_error_module::amrex_error1_ch (message, str)
 
subroutine amrex_error_module::amrex_error1_i (message, i)
 
subroutine amrex_error_module::amrex_error1_r (message, r)
 
subroutine, public amrex_error_module::amrex_abort (message)
 
subroutine, public amrex_error_module::amrex_warning (message)
 
subroutine bl_error (message)
 
subroutine bl_abort (message)
 
subroutine bl_warning (message)
 

Function/Subroutine Documentation

◆ bl_abort()

subroutine bl_abort ( character(len=*), intent(in)  message)

◆ bl_error()

subroutine bl_error ( character(len=*), intent(in)  message)
private

◆ bl_warning()

subroutine bl_warning ( character(len=*), intent(in)  message)