Implements the source_term_handler_t
type.
◆ source_term_handler_add_json_source_terms()
subroutine source_term_handler::source_term_handler_add_json_source_terms |
( |
class(source_term_handler_t), intent(inout) |
this, |
|
|
type(json_file), intent(inout) |
json, |
|
|
character(len=*), intent(in) |
name |
|
) |
| |
|
private |
◆ source_term_handler_add_source_term()
◆ source_term_handler_compute()
subroutine source_term_handler::source_term_handler_compute |
( |
class(source_term_handler_t), intent(inout) |
this, |
|
|
real(kind=rp), intent(in) |
t, |
|
|
integer, intent(in) |
tstep |
|
) |
| |
|
private |
◆ source_term_handler_free()
subroutine source_term_handler::source_term_handler_free |
( |
class(source_term_handler_t), intent(inout) |
this | ) |
|
|
private |
◆ source_term_handler_init_base()
subroutine source_term_handler::source_term_handler_init_base |
( |
class(source_term_handler_t), intent(inout) |
this, |
|
|
type(field_list_t), intent(in) |
rhs_fields, |
|
|
type(coef_t), intent(inout), target |
coef, |
|
|
type(user_t), intent(in), target |
user |
|
) |
| |
|
private |