Go to the source code of this file.
|
template<class T = Domain1D> |
shared_ptr< T > | newDomain (const string &domainType, shared_ptr< Solution > solution, const string &id="") |
| Create a Domain object of the specified type.
|
|
shared_ptr< Boundary1D > | newBoundary1D (const string &domainType, shared_ptr< Solution > solution, const string &id="") |
| Create a Boundary1D object of the specified type.
|
|
shared_ptr< Flow1D > | newFlow1D (const string &domainType, shared_ptr< Solution > solution, const string &id="") |
| Create a Flow1D object of the specified type.
|
|