Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(FEMDomain_), | public, | pointer | :: | FEMDomain | |||
real(kind=real64), | public, | allocatable | :: | UnknownValue(:,:) | |||
real(kind=real64), | public, | allocatable | :: | UnknownVec(:) | |||
real(kind=real64), | public, | allocatable | :: | UnknownValueInit(:,:) | |||
real(kind=real64), | public, | allocatable | :: | UnknownValueRate(:,:) | |||
real(kind=real64), | public, | allocatable | :: | DiffusionMat(:,:,:) | |||
real(kind=real64), | public, | allocatable | :: | Divergence(:,:) | |||
real(kind=real64), | public, | allocatable | :: | Flowvector(:,:) | |||
real(kind=real64), | public, | allocatable | :: | FluxVector3D(:,:) | |||
real(kind=real64), | public, | allocatable | :: | Permiability(:) | |||
real(kind=real64), | public | :: | dt | ||||
integer(kind=int32), | public | :: | step | ||||
logical, | public | :: | explicit | = | .false. |
procedure, public :: Setup => SetupDiffusionEq | |
procedure, public :: Solve => SolveDiffusionEq | |
procedure, public :: Update => UpdateDiffusionEq | |
procedure, public :: GetMat => GetDiffusionMat | |
procedure, public :: GetRHS => GetFlowvector | |
procedure, public :: GetInitVal => GetUnknownValue | |
procedure, public :: Display => DisplayDiffusionEq | |
procedure, public :: import => importDiffusionEq | |
procedure, public :: export => exportDiffusionEq | |
procedure, public :: deploy => deployDiffusionEq | |
procedure, public :: save => saveDiffusionEq | |
procedure, public :: open => openDiffusionEq | |
procedure, public :: remove => removeDiffusionEq | |
procedure, public :: updateByRK4 => updateByRK4DiffusionEq |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj | |||
type(FEMDomain_), | intent(in), | target | :: | FEMDomain |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj | |||
type(FEMDomain_), | intent(in), | target | :: | FEMDomain |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in) | :: | path | |||
character(len=*), | intent(in), | optional | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in) | :: | path | |||
character(len=*), | intent(in), | optional | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj | |||
real(kind=real64), | intent(in), | optional | :: | Permiability(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in), | optional | :: | path | ||
logical, | intent(in), | optional | :: | restart |
print , "Project : ",ProjectName print , "is Exported as : ",FileFormat," format" print *, "File Name is : ",FileName
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FEMDomain_), | intent(inout) | :: | obj | |||
character(len=4), | intent(in), | optional | :: | OptionalFileFormat | ||
character(len=70), | intent(in), | optional | :: | OptionalProjectName |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in), | optional | :: | Solvertype | ||
logical, | intent(in), | optional | :: | restart |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj | |||
logical, | intent(in), | optional | :: | explicit |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj | |||
logical, | intent(in), | optional | :: | explicit |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj | call showArraySize(obj%UnknownValueRate) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ShapeFunction_), | intent(inout) | :: | obj | |||
real(kind=real64), | intent(in) | :: | diff_coeff | |||
real(kind=real64), | intent(inout), | allocatable | :: | DiffMat(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ShapeFunction_), | intent(inout) | :: | obj | |||
real(kind=real64), | intent(in) | :: | diff_coeff | |||
real(kind=real64), | intent(inout), | allocatable | :: | Flux(:) | ||
real(kind=real64), | intent(in) | :: | Cvec(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ShapeFunction_), | intent(inout) | :: | obj | |||
real(kind=real64), | intent(inout), | allocatable | :: | MassMat(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DiffusionEq_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in), | optional | :: | OptionalProjectName | ||
character(len=*), | intent(in), | optional | :: | DisplayMode | ||
integer(kind=int32), | intent(in), | optional | :: | OptionalStep | ||
character(len=*), | intent(in), | optional | :: | Name |