plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
createFEMesh
Subroutine
MIT
42 statements
Source File
ex0013_CreateMeshEx5.f90
FEMeshClass
createFEMesh
Contents
public subroutine createFEMesh(this, xn, yn, lx, ly)
Type Bound
FEMesh_
Arguments
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