loop over linked list of spacetimefunction set the current to head loop over all shapes of that spacetimefunction check if there is a precice kind get the number of unquie points ( xyz should be same number)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_st_fun_linkedList_type), | intent(inout), | target | :: | stFunList | This list contains all space-time-function |
|
type(treelmesh_type), | intent(in) | :: | tree | treelm mesh |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private, | allocatable | :: | points(:,:) | |||
real(kind=rk), | private, | allocatable | :: | serializedPnts(:) | |||
integer, | private | :: | iLevel | ||||
integer, | private | :: | iCoord | ||||
integer, | private | :: | iPnt | ||||
integer, | private | :: | i | ||||
integer, | private | :: | iStFun | ||||
integer, | private | :: | nPnts | ||||
type(tem_precice_coupling_type), | private, | pointer | :: | preciceCpl | => | NULL() | |
type(tem_st_fun_listElem_type), | private, | pointer | :: | current |