| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | value | :: | fb | |||
| type(c_ptr), | value | :: | fextb | |||
| type(c_ptr), | value | :: | nhat | |||
| type(c_ptr), | value | :: | nscale | |||
| type(c_ptr), | value | :: | flux | |||
| real(kind=c_prec), | value | :: | rho0 | |||
| integer(kind=c_int), | value | :: | N | |||
| integer(kind=c_int), | value | :: | nel | |||
| integer(kind=c_int), | value | :: | nvar |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | value | :: | solution | |||
| type(c_ptr), | value | :: | flux | |||
| real(kind=c_prec), | value | :: | rho0 | |||
| integer(kind=c_int), | value | :: | N | |||
| integer(kind=c_int), | value | :: | nel | |||
| integer(kind=c_int), | value | :: | nvar |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | value | :: | extboundary | |||
| type(c_ptr), | value | :: | boundary | |||
| type(c_ptr), | value | :: | nhat | |||
| type(c_ptr), | value | :: | elements | |||
| type(c_ptr), | value | :: | sides | |||
| integer(kind=c_int), | value | :: | nBoundaries | |||
| integer(kind=c_int), | value | :: | N | |||
| integer(kind=c_int), | value | :: | nel |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | value | :: | extboundary | |||
| type(c_ptr), | value | :: | boundary | |||
| type(c_ptr), | value | :: | elements | |||
| type(c_ptr), | value | :: | sides | |||
| integer(kind=c_int), | value | :: | nBoundaries | |||
| integer(kind=c_int), | value | :: | N | |||
| integer(kind=c_int), | value | :: | nel |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | value | :: | source | |||
| type(c_ptr), | value | :: | solution | |||
| type(c_ptr), | value | :: | sigma_x | |||
| type(c_ptr), | value | :: | sigma_y | |||
| integer(kind=c_int), | value | :: | N | |||
| integer(kind=c_int), | value | :: | nel | |||
| integer(kind=c_int), | value | :: | nvar |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(MappedScalar2D), | public | :: | dSdt | ||||
| real(kind=prec), | public | :: | dt | ||||
| real(kind=prec), | public | :: | entropy | ||||
| type(MappedVector2D), | public | :: | flux | ||||
| type(MappedScalar2D), | public | :: | fluxDivergence | ||||
| real(kind=prec), | public | :: | g | = | 0.0_prec | ||
| type(SEMQuad), | public, | pointer | :: | geometry | |||
| logical, | public | :: | gradient_enabled | = | .false. | ||
| type(BoundaryConditionList), | public | :: | hyperbolicBCs | ||||
| integer, | public | :: | ioIterate | = | 0 | ||
| type(Mesh2D), | public, | pointer | :: | mesh | |||
| integer, | public | :: | nvar | ||||
| type(BoundaryConditionList), | public | :: | parabolicBCs | ||||
| character(len=SELF_MESH_MATNAME_LENGTH), | public | :: | pml_material_prefix | = | "pml" | ||
| integer, | public | :: | pml_ramp_exponent | = | 3 | ||
| real(kind=prec), | public | :: | pml_sigma_max | = | 0.0_prec | ||
| real(kind=prec), | public | :: | pml_width | = | 1.0_prec | ||
| real(kind=prec), | public | :: | pml_x_max | = | 0.0_prec | ||
| real(kind=prec), | public | :: | pml_x_min | = | 0.0_prec | ||
| real(kind=prec), | public | :: | pml_y_max | = | 0.0_prec | ||
| real(kind=prec), | public | :: | pml_y_min | = | 0.0_prec | ||
| logical, | public | :: | prescribed_bcs_enabled | = | .true. | ||
| real(kind=prec), | public | :: | rho0 | = | 1.0_prec | ||
| type(MappedScalar2D), | public | :: | sigma_x | ||||
| type(MappedScalar2D), | public | :: | sigma_y | ||||
| type(MappedScalar2D), | public | :: | solution | ||||
| type(MappedVector2D), | public | :: | solutionGradient | ||||
| type(MappedScalar2D), | public | :: | source | ||||
| real(kind=prec), | public | :: | t | ||||
| logical, | public | :: | tecplot_enabled | = | .true. | ||
| procedure(SELF_timeIntegrator), | public, | pointer | :: | timeIntegrator | => | Euler_timeIntegrator | |
| type(MappedScalar2D), | public | :: | workSol |
| procedure, public :: AdditionalFree => AdditionalFree_LinearEuler2D_PML_t | |
| procedure, public :: AdditionalInit => AdditionalInit_LinearEuler2D_PML | |
| procedure, public :: AdditionalOutput => AdditionalOutput_Model | |
| procedure, public :: CalculateEntropy => CalculateEntropy_DGModel2D | |
| procedure, public :: CalculateSolutionGradient => CalculateSolutionGradient_DGModel2D | |
| procedure, public :: CalculateTendency => CalculateTendency_DGModel2D | |
| procedure, public :: Euler_timeIntegrator | |
| procedure, public :: ForwardStep => ForwardStep_Model | |
| procedure, public :: Free => Free_DGModel2D | |
| procedure, public :: GetSimulationTime | |
| procedure, public :: IncrementIOCounter | |
| procedure, public :: Init => Init_DGModel2D | |
| procedure, public :: LowStorageRK2_timeIntegrator | |
| procedure, public :: LowStorageRK3_timeIntegrator | |
| procedure, public :: LowStorageRK4_timeIntegrator | |
| procedure, public :: MapBoundaryConditions => MapBoundaryConditions_DGModel2D_t | |
| procedure, public :: PreTendency => PreTendency_Model | |
| procedure, public :: PrintType => PrintType_Model | |
| procedure, public :: ReadModel => Read_DGModel2D_t | |
| procedure, public :: ReportEntropy => ReportEntropy_Model | |
| procedure, public :: ReportMetrics => ReportMetrics_DGModel2D_t | |
| procedure, public :: ReportUserMetrics => ReportUserMetrics_Model | |
| procedure, public :: SetBoundaryCondition => setboundarycondition_DGModel2D_t | |
| procedure, public :: SetGradientBoundaryCondition => setgradientboundarycondition_DGModel2D_t | |
| procedure, public :: SetMetadata => SetMetadata_LinearEuler2D_PML_t | |
| procedure, public :: SetNumberOfVariables => SetNumberOfVariables_LinearEuler2D_PML_t | |
| procedure, public :: SetPMLProfile => SetPMLProfile_LinearEuler2D_PML_t | |
| procedure, public :: SetSimulationTime | |
| generic, public :: SetSolution => SetSolutionFromChar_DGModel2D_t, SetSolutionFromEqn_DGModel2D_t | |
| generic, public :: SetTimeIntegrator => SetTimeIntegrator_withChar | |
| procedure, public :: SphericalSoundWave => SphericalSoundWave_LinearEuler2D_t | |
| procedure, public :: UpdateGRK2 => UpdateGRK2_DGModel2D | |
| procedure, public :: UpdateGRK3 => UpdateGRK3_DGModel2D | |
| procedure, public :: UpdateGRK4 => UpdateGRK4_DGModel2D | |
| procedure, public :: UpdateSolution => UpdateSolution_DGModel2D | |
| procedure, public :: WriteModel => Write_DGModel2D_t | |
| procedure, public :: WriteTecplot => WriteTecplot_DGModel2D_t | |
| procedure, public :: boundaryflux => boundaryflux_LinearEuler2D_PML | |
| procedure, public :: entropy_func => entropy_func_LinearEuler2D_t | |
| procedure, public :: flux1D => flux1d_Model | |
| procedure, public :: flux2d => flux2d_LinearEuler2D_PML_t | |
| procedure, public :: flux3D => flux3d_Model | |
| procedure, public :: fluxmethod => fluxmethod_LinearEuler2D_PML | |
| procedure, public :: riemannflux1d => riemannflux1d_Model | |
| procedure, public :: riemannflux2d => riemannflux2d_LinearEuler2D_PML_t | |
| procedure, public :: riemannflux3d => riemannflux3d_Model | |
| procedure, public :: source1d => source1d_Model | |
| procedure, public :: source2d => source2d_Model | |
| procedure, public :: source3d => source3d_Model | |
| procedure, public :: sourcemethod => sourcemethod_LinearEuler2D_PML |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(LinearEuler2D_PML), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(LinearEuler2D_PML), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(LinearEuler2D_PML), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(BoundaryCondition), | intent(in) | :: | bc | |||
| class(Model), | intent(inout) | :: | mymodel |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(BoundaryCondition), | intent(in) | :: | bc | |||
| class(Model), | intent(inout) | :: | mymodel |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(LinearEuler2D_PML), | intent(inout) | :: | this |