plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
FEMesh_
Derived Type
MIT
8 statements
Source File
ex0012_CreateMeshEx4.f90
FEMeshClass
FEMesh_
Contents
Type-Bound Procedures
create
type, public :: FEMesh_
Type-Bound Procedures
procedure, public ::
create
=>
createFEMesh
public subroutine
createFEMesh
(this, xn, yn, lx, ly)
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMesh_
)
::
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