Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
data_py Module Reference

Data Types

type  parameter_structure
 
type  tabletype
 
type  work_structure
 

Public Member Functions

subroutine polin2 (bp, x1a, x2a, y12a, m, n, x1, x2, y, j, k)
 
subroutine polint (bp, xa, ya, n, x, y, dx)
 

Public Attributes

integer, parameter dbl = SELECTED_REAL_KIND(P=14, R=30)
 
real *8, parameter zero = 0.d0
 
real *8, parameter one = 1.0d0
 
real *8, parameter two = 2.0d0
 
real *8, parameter three = 3.0d0
 
real *8, parameter four = 4.0d0
 
real *8, parameter eight = 8.0d0
 

Detailed Description

Definition at line 24 of file data_py.f90.

Member Function/Subroutine Documentation

subroutine polin2 ( type(parameter_structure), pointer  bp,
real(dbl), dimension(m)  x1a,
real(dbl), dimension(n x2a,
real(dbl), dimension(m,n y12a,
integer  m,
integer  n,
real(dbl x1,
real(dbl x2,
real(dbl y,
integer, intent(inout)  j,
integer, intent(inout)  k 
)

Definition at line 106 of file data_py.f90.

References Line_2< R, T >::a(), j, k, Aff_transformation_2< R_ >::m(), n, and y.

Referenced by init_py::burn_init_1d(), update_py::gfun(), update_py::mfun(), setup_py::steadytemp(), and update_py::tfun().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine polint ( type(parameter_structure), pointer  bp,
real(dbl), dimension(n xa,
real(dbl), dimension(n ya,
integer  n,
real(dbl x,
real(dbl y,
real(dbl dx 
)

Definition at line 182 of file data_py.f90.

References dx, i, j, n, x, and y.

Referenced by init_py::burn_init_1d().

Here is the caller graph for this function:

Member Data Documentation

integer, parameter dbl = SELECTED_REAL_KIND(P=14, R=30)

Definition at line 28 of file data_py.f90.

real *8, parameter eight = 8.0d0

Definition at line 31 of file data_py.f90.

real *8, parameter four = 4.0d0

Definition at line 31 of file data_py.f90.

real *8, parameter one = 1.0d0

Definition at line 31 of file data_py.f90.

real *8, parameter three = 3.0d0

Definition at line 31 of file data_py.f90.

real *8, parameter two = 2.0d0

Definition at line 31 of file data_py.f90.

real *8, parameter zero = 0.d0

Definition at line 31 of file data_py.f90.


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