copyDataFromModel Interface

interface
private module subroutine copyDataFromModel(this, modelIndex, varName, container)

Arguments

Type IntentOptional Attributes Name
class(Modeller), intent(in) :: this
integer(kind=ik), intent(in) :: modelIndex
character(len=*), intent(in) :: varName

Name of data

real(kind=rk), intent(inout), allocatable, dimension(..) :: container

Container to copy into

Description

Copy modelbound variable data with given name from model with given index.