Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
weak_gradient_simcomp.f90 File Reference

Go to the source code of this file.

Data Types

type  weak_gradient_simcomp::weak_gradient_t
 A simulation component that computes the weak gradient of a field. Wraps the opgradient operator. More...
 

Modules

module  weak_gradient_simcomp
 Implements the weak_gradient_t type.
 

Functions/Subroutines

subroutine weak_gradient_simcomp::weak_gradient_init_from_json (this, json, case)
 Constructor from json.
 
subroutine weak_gradient_simcomp::weak_gradient_init_common (this, field_name, computed_field)
 Common part of the constructors.
 
subroutine weak_gradient_simcomp::weak_gradient_init_from_controllers (this, case, order, preprocess_controller, compute_controller, output_controller, field_name, computed_field, filename, precision)
 Constructor from components, passing controllers.
 
subroutine weak_gradient_simcomp::weak_gradient_init_from_controllers_properties (this, case, order, preprocess_control, preprocess_value, compute_control, compute_value, output_control, output_value, field_name, computed_field, filename, precision)
 Constructor from components, passing properties to the time_based_controller` components in the base type.
 
subroutine weak_gradient_simcomp::weak_gradient_free (this)
 Destructor.
 
subroutine weak_gradient_simcomp::weak_gradient_compute (this, time)
 Compute the weak_gradient field.