plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
cubeMesh
Subroutine
MIT
56 statements
Source File
MeshClass.f90
MeshClass
cubeMesh
Contents
public subroutine cubeMesh(obj, x, y, z)
Type Bound
Mesh_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Mesh_
),
intent(inout)
::
obj
real(kind=real64),
intent(in)
::
x
(:)
real(kind=real64),
intent(in)
::
y
(:)
real(kind=real64),
intent(in)
::
z
(:)