FTDSS
Read Me
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
abst_jacobian
Interface
41 statements
Source File
mesh_interface.F90
domain_mesh
abst_jacobian
Contents
None
interface
private pure elemental function abst_jacobian(self, i, j, r) result(jacobian)
Arguments
Type
Intent
Optional
Attributes
Name
class(
abst_mesh
),
intent(in)
::
self
integer(kind=int32),
intent(in)
::
i
integer(kind=int32),
intent(in)
::
j
type(
type_dp_vector_3d
),
intent(in)
::
r
Return Value
real(kind=real64)