Implements the weak_grad_t
type.
|
type | weak_grad_t |
| A simulation component that computes the weak gradient of a field. Wraps the opgrad operator. More...
|
|
◆ weak_grad_compute()
subroutine weak_grad::weak_grad_compute |
( |
class(weak_grad_t), intent(inout) |
this, |
|
|
real(kind=rp), intent(in) |
t, |
|
|
integer, intent(in) |
tstep |
|
) |
| |
|
private |
- Parameters
-
t | The time value. |
tstep | The current time-step |
Definition at line 133 of file weak_grad.f90.
◆ weak_grad_free()
subroutine weak_grad::weak_grad_free |
( |
class(weak_grad_t), intent(inout) |
this | ) |
|
|
private |
◆ weak_grad_init_from_attributes()
subroutine weak_grad::weak_grad_init_from_attributes |
( |
class(weak_grad_t), intent(inout) |
this, |
|
|
character(len=*) |
fieldname |
|
) |
| |
|
private |
◆ weak_grad_init_from_json()
subroutine weak_grad::weak_grad_init_from_json |
( |
class(weak_grad_t), intent(inout) |
this, |
|
|
type(json_file), intent(inout) |
json, |
|
|
class(case_t), intent(inout), target |
case |
|
) |
| |