OpenDOF Project
DOFDomainList DOF_CreateDomainList ( DOF  self)

Create a DOFDomainList of all the domains associated with the DOF.

Resource Management:
This function allocates resources that must later be freed by calling DOFDomainList_Destroy.
Parameters
selfThe DOF to get the domains from. This must not be NULL.
Returns
A count and a list of all the DOFDomains associated with the given DOF.
Exceptions
NULLis returned if the list could not be allocated.
See Also
DOFDomainList
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22