procedure, public :: create => createFEMesh | |
procedure, public :: changeMaterialID => changeMaterialIDFEMesh | |
procedure, public :: show => showFEMesh |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FEMesh_), | intent(inout) | :: | this | |||
integer(kind=int32), | intent(in) | :: | xn | |||
integer(kind=int32), | intent(in) | :: | yn | |||
real(kind=real64), | intent(in) | :: | lx | |||
real(kind=real64), | intent(in) | :: | ly |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FEMesh_), | intent(inout) | :: | this | |||
integer(kind=int32), | intent(in) | :: | ElementID | |||
integer(kind=int32), | intent(in) | :: | MaterialID |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FEMesh_), | intent(in) | :: | this |