Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=200), | public | :: | name |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(Mesh_), | public | :: | DBound | ||||
type(Mesh_), | public | :: | NBound | ||||
type(Mesh_), | public | :: | TBound | ||||
real(kind=real64), | public, | allocatable | :: | DBoundPara(:,:) | |||
real(kind=real64), | public, | allocatable | :: | NBoundPara(:,:) | |||
real(kind=real64), | public, | allocatable | :: | TBoundPara(:,:) | |||
real(kind=real64), | public, | allocatable | :: | DBoundVal(:,:) | |||
real(kind=real64), | public, | allocatable | :: | NBoundVal(:,:) | |||
real(kind=real64), | public, | allocatable | :: | TBoundVal(:,:) | |||
real(kind=real64), | public, | allocatable | :: | TBoundElemGpVal(:,:,:) | |||
real(kind=real64), | public, | allocatable | :: | DBoundValInc(:,:) | |||
real(kind=real64), | public, | allocatable | :: | NBoundValInc(:,:) | |||
real(kind=real64), | public, | allocatable | :: | TBoundValInc(:,:) | |||
integer(kind=int32), | public, | allocatable | :: | DBoundNodID(:,:) | |||
integer(kind=int32), | public, | allocatable | :: | NBoundNodID(:,:) | |||
integer(kind=int32), | public, | allocatable | :: | TBoundNodID(:,:) | |||
integer(kind=int32), | public, | allocatable | :: | TBoundElemID(:) | |||
integer(kind=int32), | public, | allocatable | :: | DBoundNum(:) | |||
integer(kind=int32), | public, | allocatable | :: | NBoundNum(:) | |||
integer(kind=int32), | public, | allocatable | :: | TBoundNum(:) | |||
integer(kind=int32), | public, | allocatable | :: | TBoundElemNum(:) | |||
type(ContactName_), | public, | allocatable | :: | ContactNameList(:) | |||
integer(kind=int32), | public, | allocatable | :: | MasterNodeID(:,:) | |||
integer(kind=int32), | public, | allocatable | :: | SlaveNodeID(:,:) | |||
integer(kind=int32), | public, | allocatable | :: | MasterSegment(:,:) | |||
integer(kind=int32), | public, | allocatable | :: | SlaveSegment(:,:) | |||
real(kind=real64), | public | :: | x_max | ||||
real(kind=real64), | public | :: | x_min | ||||
real(kind=real64), | public | :: | y_max | ||||
real(kind=real64), | public | :: | y_min | ||||
real(kind=real64), | public | :: | z_max | ||||
real(kind=real64), | public | :: | z_min | ||||
real(kind=real64), | public | :: | t_max | ||||
real(kind=real64), | public | :: | t_min | ||||
integer(kind=int32), | public | :: | Dcount | ||||
integer(kind=int32), | public | :: | Ncount | ||||
integer(kind=int32), | public | :: | Tcount | ||||
integer(kind=int32), | public | :: | layer | ||||
character(len=200), | public | :: | Name | = | " " | ||
character(len=70), | public | :: | ErrorMsg | = | " " |
procedure, public :: AddMasterNode => AddMasterNodeBoundary | |
procedure, public :: Init => InitializeBoundary | |
procedure, public :: Delete => DeallocateBoundary | |
procedure, public :: CheckDataType => CheckDatatypeBoundary | |
procedure, public :: RemoveOverlap => DeleteOverlapBoundary | |
procedure, public :: ImportDBound | |
procedure, public :: ImportNBound | |
procedure, public :: MergeDBound | |
procedure, public :: MergeNBound | |
procedure, public :: remove => removeBoudary | |
procedure, public :: removeDBC => removeDBCBoundary | |
procedure, public :: removeNBC => removeNBCBoundary | |
procedure, public :: removeTBC => removeTBCBoundary | |
procedure, public :: save => saveBoundary | |
procedure, public :: setDB => setDBoundary | |
procedure, public :: setNB => setNBoundary | |
procedure, public :: setTB => setTBoundary | |
procedure, public :: gmsh => gmshBoundary | |
procedure, public :: create => createBoundary | |
procedure, public :: show => showBoundary | |
procedure, public :: export => exportBoundary | |
procedure, public :: open => openBoundary |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in) | :: | path | |||
character(len=*), | intent(in), | optional | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
logical, | intent(in), | optional | :: | onlyRange |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in), | optional | :: | Name | ||
character(len=*), | intent(in), | optional | :: | Category | ||
real(kind=real64), | intent(in), | optional | :: | x_max | ||
real(kind=real64), | intent(in), | optional | :: | x_min | ||
real(kind=real64), | intent(in), | optional | :: | y_max | ||
real(kind=real64), | intent(in), | optional | :: | y_min | ||
real(kind=real64), | intent(in), | optional | :: | z_max | ||
real(kind=real64), | intent(in), | optional | :: | z_min | ||
real(kind=real64), | intent(in), | optional | :: | t_max | ||
real(kind=real64), | intent(in), | optional | :: | t_min | ||
real(kind=real64), | intent(in), | optional | :: | BoundValue | ||
integer(kind=int32), | intent(in), | optional | :: | Layer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
real(kind=real64), | intent(in), | optional | :: | x_max | ||
real(kind=real64), | intent(in), | optional | :: | x_min | ||
real(kind=real64), | intent(in), | optional | :: | y_max | ||
real(kind=real64), | intent(in), | optional | :: | y_min | ||
real(kind=real64), | intent(in), | optional | :: | z_max | ||
real(kind=real64), | intent(in), | optional | :: | z_min | ||
real(kind=real64), | intent(in), | optional | :: | t_max | ||
real(kind=real64), | intent(in), | optional | :: | t_min | ||
real(kind=real64), | intent(in), | optional | :: | BoundValue | ||
integer(kind=int32), | intent(in), | optional | :: | Layer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
real(kind=real64), | intent(in), | optional | :: | x_max | ||
real(kind=real64), | intent(in), | optional | :: | x_min | ||
real(kind=real64), | intent(in), | optional | :: | y_max | ||
real(kind=real64), | intent(in), | optional | :: | y_min | ||
real(kind=real64), | intent(in), | optional | :: | z_max | ||
real(kind=real64), | intent(in), | optional | :: | z_min | ||
real(kind=real64), | intent(in), | optional | :: | t_max | ||
real(kind=real64), | intent(in), | optional | :: | t_min | ||
real(kind=real64), | intent(in), | optional | :: | BoundValue | ||
integer(kind=int32), | intent(in), | optional | :: | Layer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
real(kind=real64), | intent(in), | optional | :: | x_max | ||
real(kind=real64), | intent(in), | optional | :: | x_min | ||
real(kind=real64), | intent(in), | optional | :: | y_max | ||
real(kind=real64), | intent(in), | optional | :: | y_min | ||
real(kind=real64), | intent(in), | optional | :: | z_max | ||
real(kind=real64), | intent(in), | optional | :: | z_min | ||
real(kind=real64), | intent(in), | optional | :: | t_max | ||
real(kind=real64), | intent(in), | optional | :: | t_min | ||
real(kind=real64), | intent(in), | optional | :: | BoundValue | ||
integer(kind=int32), | intent(in), | optional | :: | Layer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
logical, | intent(in), | optional | :: | Default | ||
integer(kind=int32), | intent(in), | optional | :: | NumberOfBC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
integer(kind=int32), | intent(in) | :: | Node_ID(:,:) | |||
real(kind=real64), | intent(in) | :: | DValue(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
integer(kind=int32), | intent(in) | :: | Node_ID(:,:) | |||
real(kind=real64), | intent(in) | :: | NValue(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
logical, | intent(in), | optional | :: | Dirichlet | ||
logical, | intent(in), | optional | :: | Neumann | ||
logical, | intent(in), | optional | :: | Time | ||
character(len=*), | intent(in), | optional | :: | Name | ||
character(len=*), | intent(in), | optional | :: | Tag |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
logical, | intent(in), | optional | :: | restart | ||
character(len=*), | intent(in) | :: | path |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in) | :: | path | |||
character(len=*), | intent(in), | optional | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Boundary_), | intent(inout) | :: | obj |