dump qval header information to lua file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_BC_prop_type), | intent(in) | :: | me |
Boundary condition construct to load the data into |
||
character(len=*), | intent(in) | :: | headerfile |
name of the bc header lua file |
subroutine dump_tem_BC_qValHeader( me, headerfile ) ! --------------------------------------------------------------------------- !> Boundary condition construct to load the data into type(tem_BC_prop_type), intent(in) :: me !> name of the bc header lua file character(len=*), intent(in) :: headerfile ! --------------------------------------------------------------------------- call dump_tem_BC_logicalHeader( headerfile, 'hasQVal', me%nBCtypes, & & me%hasQVal ) end subroutine dump_tem_BC_qValHeader