| Procedure | Location | Procedure Type | Description |
|---|---|---|---|
| add_3d_plot | pyplot_module | Subroutine | |
| add_bar | pyplot_module | Subroutine | |
| add_contour | pyplot_module | Subroutine | |
| add_plot | pyplot_module | Subroutine | |
| add_str | pyplot_module | Subroutine | |
| bctoi_I1P | penf_stringify | Function | Convert bit-string to integer. |
| bctoi_I2P | penf_stringify | Function | Convert bit-string to integer. |
| bctoi_I4P | penf_stringify | Function | Convert bit-string to integer. |
| bctoi_I8P | penf_stringify | Function | Convert bit-string to integer. |
| bcton | penf_stringify | Interface | Convert bit-string to number (real and integer, bit-string to number type casting). |
| bctor_R16P | penf_stringify | Function | Convert bit-string to real. |
| bctor_R4P | penf_stringify | Function | Convert bit-string to real. |
| bctor_R8P | penf_stringify | Function | Convert bit-string to real. |
| bit_size | penf_b_size | Interface | Overloading of the intrinsic bit_size function for computing the number of bits of (also) real and character variables. |
| bit_size | penf | Interface | Overloading of the intrinsic bit_size function for computing the number of bits of (also) real and character variables. |
| bit_size_chr | penf_b_size | Function | Compute the number of bits of a character variable. |
| bit_size_R16P | penf_b_size | Function | Compute the number of bits of a real variable. |
| bit_size_R4P | penf_b_size | Function | Compute the number of bits of a real variable. |
| bit_size_R8P | penf_b_size | Function | Compute the number of bits of a real variable. |
| bstr | penf_stringify | Interface | Convert number (real and integer) to bit-string (number to bit-string type casting). |
| bstr_I1P | penf_stringify | Function | Convert integer to string of bits. |
| bstr_I2P | penf_stringify | Function | Convert integer to string of bits. |
| bstr_I4P | penf_stringify | Function | Convert integer to string of bits. |
| bstr_I8P | penf_stringify | Function | Convert integer to string of bits. |
| bstr_R16P | penf_stringify | Function | Convert real to string of bits. |
| bstr_R4P | penf_stringify | Function | Convert real to string of bits. |
| bstr_R8P | penf_stringify | Function | Convert real to string of bits. |
| byte_size | penf_b_size | Interface | Compute the number of bytes of a variable. |
| byte_size_chr | penf_b_size | Function | Compute the number of bytes of a character variable. |
| byte_size_I1P | penf_b_size | Function | Compute the number of bytes of an integer variable. |
| byte_size_I2P | penf_b_size | Function | Compute the number of bytes of an integer variable. |
| byte_size_I4P | penf_b_size | Function | Compute the number of bytes of an integer variable. |
| byte_size_I8P | penf_b_size | Function | Compute the number of bytes of an integer variable. |
| byte_size_R16P | penf_b_size | Function | Compute the number of bytes of a real variable. |
| byte_size_R4P | penf_b_size | Function | Compute the number of bytes of a real variable. |
| byte_size_R8P | penf_b_size | Function | Compute the number of bytes of a real variable. |
| check_endian | penf | Subroutine | Check the type of bit ordering (big or little endian) of the running architecture. |
| compact_real_string | penf_stringify | Subroutine | Compact a string representing a real number, so that the same value is displayed with fewer characters. |
| compute | wenoof_alpha_coefficients_js | Subroutine | Compute alpha coefficients. |
| compute | wenoof_polynomials | Subroutine | Compute polynomials. |
| compute | wenoof_alpha_coefficients_m | Subroutine | Compute alpha coefficients. |
| compute | wenoof_optimal_weights_js | Subroutine | Compute weights. |
| compute | wenoof_smoothness_indicators_js | Subroutine | Compute smoothness indicators. |
| compute | wenoof_alpha_coefficients | Subroutine | Compute alpha coefficients. |
| compute | wenoof_alpha_coefficients_z | Subroutine | Compute alpha coefficients. |
| compute | wenoof_polynomials_js | Subroutine | Compute polynomials. |
| compute | wenoof_optimal_weights | Subroutine | Compute weights. |
| compute | wenoof_smoothness_indicators | Subroutine | Compute smoothness indicators. |
| create | wenoof_polynomials | Subroutine | Create polynomials. |
| create | wenoof_interpolator | Subroutine | Create interpolator. |
| create | wenoof_alpha_coefficients_m | Subroutine | Create alpha coefficients. |
| create | wenoof_smoothness_indicators_js | Subroutine | Create smoothness indicators. |
| create | wenoof_alpha_coefficients | Subroutine | Create alpha coefficients. |
| create | wenoof_interpolator_js | Subroutine | Create interpolator. |
| create | wenoof_polynomials_js | Subroutine | Create coefficients. |
| create | wenoof_optimal_weights | Subroutine | Create weights. |
| create | wenoof_smoothness_indicators | Subroutine | Create smoothness indicators. |
| create_alpha_coefficients | wenoof_objects_factory | Subroutine | Create an instance of concrete extension of alpha_coefficients given its constructor. |
| create_alpha_coefficients_js_constructor | wenoof_alpha_coefficients_js | Subroutine | Create alpha coefficients constructor. |
| create_alpha_coefficients_m_constructor | wenoof_alpha_coefficients_m | Subroutine | Create alpha coefficients constructor. |
| create_alpha_coefficients_z_constructor | wenoof_alpha_coefficients_z | Subroutine | Create alpha coefficients constructor. |
| create_base_object | wenoof_objects_factory | Subroutine | Create an instance of concrete extension of base_object given its constructor. |
| create_interpolator_constructor | wenoof_interpolator | Subroutine | Create interpolator constructor. |
| create_interpolator_js_constructor | wenoof_interpolator_js | Subroutine | Return an instance of [interpolator_js_constructor]. |
| create_optimal_weights | wenoof_objects_factory | Subroutine | Create an instance of concrete extension of optimal_weights given its constructor. |
| create_optimal_weights_js_constructor | wenoof_optimal_weights_js | Subroutine | Create optimal weights constructor. |
| create_polynomials | wenoof_objects_factory | Subroutine | Create an instance of concrete extension of polynomials given its constructor. |
| create_polynomials_js_constructor | wenoof_polynomials_js | Subroutine | Create polynomials constructor. |
| create_smoothness_indicators | wenoof_objects_factory | Subroutine | Create an instance of concrete extension of smoothness_indicators given its constructor. |
| create_smoothness_indicators_js_constructor | wenoof_smoothness_indicators_js | Subroutine | Create smoothness indicators constructor. |
| ctoi_I1P | penf_stringify | Function | Convert string to integer. |
| ctoi_I2P | penf_stringify | Function | Convert string to integer. |
| ctoi_I4P | penf_stringify | Function | Convert string to integer. |
| ctoi_I8P | penf_stringify | Function | Convert string to integer. |
| cton | penf_stringify | Interface | Convert string to number (real and integer, string to number type casting). |
| ctor_R16P | penf_stringify | Function | Convert string to real. |
| ctor_R4P | penf_stringify | Function | Convert string to real. |
| ctor_R8P | penf_stringify | Function | Convert string to real. |
| description | wenoof_alpha_coefficients_js | Function | Return alpha coefficients string-descripition. |
| description | wenoof_polynomials | Function | Return polynomials string-description. |
| description | wenoof_interpolator | Function | Return interpolator string-description. |
| description | wenoof_alpha_coefficients_m | Function | Return alpha coefficients string-descripition. |
| description | wenoof_optimal_weights_js | Function | Return string-description of weights. |
| description | wenoof_smoothness_indicators_js | Function | Return smoothness indicators string-description. |
| description | wenoof_alpha_coefficients | Function | Return alpha coefficients string-description. |
| description | wenoof_alpha_coefficients_z | Function | Return alpha coefficients string-descripition. |
| description | wenoof_interpolator_js | Function | Return interpolator string-descripition. |
| description | wenoof_polynomials_js | Function | Return polynomials string-description. |
| description | wenoof_optimal_weights | Function | Return weights string-description. |
| description | wenoof_smoothness_indicators | Function | Return smoothness indicators string-description. |
| destroy | wenoof_polynomials | Subroutine | Destroy polynomials. |
| destroy | wenoof_interpolator | Subroutine | Destroy interpolator |
| destroy | wenoof_alpha_coefficients_m | Subroutine | Destroy alpha coefficients. |
| destroy | wenoof_smoothness_indicators_js | Subroutine | Destroy smoothness indicators. |
| destroy | wenoof_alpha_coefficients | Subroutine | Destroy alpha coefficients. |
| destroy | wenoof_interpolator_js | Subroutine | Destoy interpolator. |
| destroy | wenoof_polynomials_js | Subroutine | Destroy polynomials. |
| destroy | wenoof_optimal_weights | Subroutine | Destroy weights. |
| destroy | wenoof_smoothness_indicators | Subroutine | Destroy smoothness indicators. |
| destroy | pyplot_module | Subroutine | |
| destroy_interpolator_constructor | wenoof_interpolator | Subroutine | Destroy interpolator constructor. |
| digit | penf | Interface | Compute the number of digits in decimal base of the input integer. |
| digit_I1 | penf | Function | Compute the number of digits in decimal base of the input integer. |
| digit_I2 | penf | Function | Compute the number of digits in decimal base of the input integer. |
| digit_I4 | penf | Function | Compute the number of digits in decimal base of the input integer. |
| digit_I8 | penf | Function | Compute the number of digits in decimal base of the input integer. |
| execute | pyplot_module | Subroutine | |
| initialize | pyplot_module | Subroutine | |
| integer_to_string | pyplot_module | Subroutine | |
| interpolate | wenoof_interpolator | Subroutine | Interpolate values. |
| interpolate | wenoof_interpolator_js | Subroutine | Interpolate values. |
| matrix_to_string | pyplot_module | Subroutine | |
| optional_int_to_string | pyplot_module | Subroutine | |
| penf_init | penf | Subroutine | Initialize PENF's variables that are not initialized into the definition specification. |
| penf_print | penf | Subroutine | Print to the specified unit the PENF's environment data. |
| savefig | pyplot_module | Subroutine | |
| str | penf_stringify | Interface | Convert number (real and integer) to string (number to string type casting). |
| str_a_I1P | penf_stringify | Function | Convert integer array to string. |
| str_a_I2P | penf_stringify | Function | Convert integer array to string. |
| str_a_I4P | penf_stringify | Function | Convert integer array to string. |
| str_a_I8P | penf_stringify | Function | Convert integer array to string. |
| str_a_R16P | penf_stringify | Function | Converting real array to string. |
| str_a_R4P | penf_stringify | Function | Convert real array to string. |
| str_a_R8P | penf_stringify | Function | Convert real array to string. |
| str_bol | penf_stringify | Function | Convert logical to string. |
| str_I1P | penf_stringify | Function | Convert integer to string. |
| str_I2P | penf_stringify | Function | Convert integer to string. |
| str_I4P | penf_stringify | Function | Converting integer to string. |
| str_I8P | penf_stringify | Function | Convert integer to string. |
| str_R16P | penf_stringify | Function | Convert real to string. |
| str_R4P | penf_stringify | Function | Convert real to string. |
| str_R8P | penf_stringify | Function | Convert real to string. |
| strf_I1P | penf_stringify | Function | Convert integer to string. |
| strf_I2P | penf_stringify | Function | Convert integer to string. |
| strf_I4P | penf_stringify | Function | Convert integer to string. |
| strf_I8P | penf_stringify | Function | Convert integer to string. |
| strf_R16P | penf_stringify | Function | Convert real to string. |
| strf_R4P | penf_stringify | Function | Convert real to string. |
| strf_R8P | penf_stringify | Function | Convert real to string. |
| strz | penf_stringify | Interface | Convert integer, to string, prefixing with the right number of zeros (integer to string type casting with zero padding). |
| strz_I1P | penf_stringify | Function | Convert integer to string, prefixing with the right number of zeros. |
| strz_I2P | penf_stringify | Function | Convert integer to string, prefixing with the right number of zeros. |
| strz_I4P | penf_stringify | Function | Convert integer to string, prefixing with the right number of zeros. |
| strz_I8P | penf_stringify | Function | Converting integer to string, prefixing with the right number of zeros. |
| tau | wenoof_alpha_coefficients_z | Function | Compute the tau coefficient used in the WENO-Z alpha coefficients. |
| vec_to_string | pyplot_module | Subroutine | |
| weno_exp | wenoof_alpha_coefficients_z | Function | Compute the exponent used in the alpha function. |
| weno_odd | wenoof_alpha_coefficients_z | Function | Compute the distinguisher between odd and even number of stencils. |
| wenoof_create | wenoof | Subroutine | WenOOF creator, create a concrete WENO interpolator object. |