plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getValuesMaterialProp
Subroutine
MIT
38 statements
Source File
MaterialPropClass.f90
MaterialPropClass
getValuesMaterialProp
Contents
public subroutine getValuesMaterialProp(obj, mesh, Values)
Type Bound
MaterialProp_
Arguments
Type
Intent
Optional
Attributes
Name
class(
MaterialProp_
),
intent(in)
::
obj
type(
Mesh_
),
intent(in)
::
mesh
real(kind=real64),
intent(inout),
allocatable
::
Values
(:)