OpenDOF Project
DOFDomainState DOFDomain_CreateState ( const DOFDomain  self)

Creates a DOFDomainState for the given DOFDomain.

Resource Management:
This function allocates resources that must later be freed by calling DOFDomainState.
Parameters
selfThe domain to create the state for. This must not be NULL.
Returns
DOFDomainState state that represents that DOFDomain at the point in time where it was created.
Exceptions
NULLis returned for a failure.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22