init_material_ext_if Interface

interface
public function init_material_ext_if(cfg_len, cfg_str, c_pt, res_ptr, th_cond_ptr, stra_ptr, t_crit_ptr, bc_ptr, jc_ptr, tcs_ptr, heat_cap_ptr, density, E0, nPow) bind(C)

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int), value :: cfg_len
character(len=*) :: cfg_str
type(c_ptr) :: c_pt
type(c_funptr) :: res_ptr
type(c_funptr) :: th_cond_ptr
type(c_funptr) :: stra_ptr
type(c_funptr) :: t_crit_ptr
type(c_funptr) :: bc_ptr
type(c_funptr) :: jc_ptr
type(c_funptr) :: tcs_ptr
type(c_funptr) :: heat_cap_ptr
real(kind=dp) :: density
real(kind=dp) :: E0
integer :: nPow

Return Value logical