|
Scrambler
1
|
Collaboration diagram for Profiles:Data Types | |
| type | ProfileDef |
| Profile data type. More... | |
Public Member Functions | |
| subroutine | createProfile (Profile, nPoints, fields, mode) |
| subroutine | UpdateProfile (Profile) |
| REAL(KIND=qPREC) function | getProfileValue (r, field, Profile) |
| subroutine | Profile_PointGravityHSE (Profile, PointGravityObj, p_inf) |
Public Attributes | |
| INTEGER, parameter | RADIAL = 0 |
Profiles module.
Definition at line 25 of file profiles.f90.
| subroutine createProfile | ( | TYPE(ProfileDef), pointer | Profile, |
| INTEGER | nPoints, | ||
| INTEGER, dimension(:) | fields, | ||
| INTEGER, optional | mode | ||
| ) |
Definition at line 48 of file profiles.f90.
| subroutine UpdateProfile | ( | TYPE(ProfileDef), pointer | Profile | ) |
Definition at line 60 of file profiles.f90.
| REAL(KIND=qPREC) function getProfileValue | ( | REAL(KIND=qPREC) | r, |
| INTEGER | field, | ||
| TYPE(ProfileDef), pointer | Profile | ||
| ) |
Definition at line 66 of file profiles.f90.
| subroutine Profile_PointGravityHSE | ( | TYPE(ProfileDef), pointer | Profile, |
| TYPE(PointGravityDef), pointer | PointGravityObj, | ||
| REAL(KIND=qPREC) | p_inf | ||
| ) |
Definition at line 102 of file profiles.f90.
| INTEGER, parameter RADIAL = 0 |
Definition at line 36 of file profiles.f90.