grid_tools  1.13.0
psym2::expsym2d_t Interface Reference

Private Member Functions

subroutine expsym2d_t (x, z, zd)
 Use the Taylor-series method (eigenvalues both fairly close to zero). More...
 

Detailed Description

Definition at line 28 of file psym2.f90.

Constructor & Destructor Documentation

◆ expsym2d_t()

subroutine psym2::expsym2d_t::expsym2d_t ( real(dp), dimension(2,2), intent(in)  x,
real(dp), dimension(2,2), intent(out)  z,
real(dp), dimension(2,2,2,2), intent(out)  zd 
)
private

Use the Taylor-series method (eigenvalues both fairly close to zero).

For a 2*2 symmetric matrix x, try to get both the z=exp(x) and dz/dx using the Taylor series expansion method.

Parameters
[in]xsymmetric 2*2 positive-definite matrix
[out]zTaylor series expansion method exp(x)
[out]zdsymmetric derivative
Author
R. J. Purser

Definition at line 347 of file psym2.f90.


The documentation for this interface was generated from the following file: