| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(FEMDomain_), | public, | pointer | :: | FEMDomain | |||
| type(FEMDomainp_), | public, | allocatable | :: | FEMDomains | |||
| type(FEMSolver_), | public | :: | solver | ||||
| 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 | :: | CRS_RHS_n(:) | |||
| real(kind=real64), | public, | allocatable | :: | Permiability(:) | |||
| real(kind=real64), | public | :: | dt | ||||
| integer(kind=int32), | public | :: | step | ||||
| logical, | public | :: | explicit | = | .false. |
| 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 | |||
| character(len=*), | intent(in), | optional | :: | Solvertype | ||
| logical, | intent(in), | optional | :: | restart |
| 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) | :: | this | |||
| type(FEMDomain_), | intent(inout) | :: | FEMDomains(:) | |||
| real(kind=real64), | intent(in) | :: | DiffusionCoeff(:) | |||
| real(kind=real64), | intent(in) | :: | Reaction(:) | |||
| real(kind=real64), | intent(in) | :: | penalty | |||
| integer(kind=int32), | intent(in) | :: | FixBoundary(:) | |||
| real(kind=real64), | intent(in) | :: | FixValue(:) | |||
| real(kind=real64), | intent(in) | :: | C_n(:) | |||
| real(kind=real64), | intent(in) | :: | dt | |||
| real(kind=real64), | intent(inout), | optional, | allocatable | :: | RHS(:) | |
| type(CRS_), | intent(inout), | optional | :: | Matrix | ||
| character(len=*), | intent(in), | optional | :: | algorithm | ||
| real(kind=real64), | intent(in), | optional | :: | AL_lambda | ||
| real(kind=real64), | intent(in), | optional | :: | AL_tol | ||
| real(kind=real64), | intent(in), | optional | :: | AL_alpha |
| 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 | |||
| 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 |
| 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 |
| 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 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DiffusionEq_), | intent(inout) | :: | obj |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DiffusionEq_), | intent(in) | :: | this | |||
| real(kind=real64), | intent(in) | :: | dt | |||
| real(kind=real64), | intent(in) | :: | dx | |||
| real(kind=real64), | intent(in) | :: | coefficient | |||
| logical | :: | passed |