Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Implements the weak_grad_t
type.
Data Types | |
type | weak_grad_t |
A simulation component that computes the weak gradient of a field. Wraps the opgrad operator. More... | |
Functions/Subroutines | |
subroutine | weak_grad_init_from_json (this, json, case) |
Constructor from json. | |
subroutine | weak_grad_init_from_attributes (this, fieldname) |
Actual constructor. | |
subroutine | weak_grad_free (this) |
Destructor. | |
subroutine | weak_grad_compute (this, t, tstep) |
Compute the weak_grad field. | |
|
private |
t | The time value. |
tstep | The current time-step |
Definition at line 133 of file weak_grad.f90.
|
private |
Definition at line 120 of file weak_grad.f90.
|
private |