Toggle navigation
learn_dg
User Guide
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
getJacobian
Interface
10 statements
Source File
mod_legendre.f90
mod_legendre
getJacobian
Contents
Functions
getJacobian_2D
public interface getJacobian
Contents
Functions
getJacobian_2D
Functions
public function getJacobian_2D(N, xi, eta, xy, alpha) result(J)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
N
real(kind=wp),
intent(in)
::
xi
real(kind=wp),
intent(in)
::
eta
real(kind=wp),
intent(in),
dimension(N,2)
::
xy
real(kind=wp),
intent(in),
dimension(N,N)
::
alpha
Return Value
real(kind=wp), dimension(2,2)