You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.9 KiB
Plaintext
62 lines
1.9 KiB
Plaintext
HEADERS += \
|
|
$$PWD/OperatorsModelAPI.h \
|
|
$$PWD/OpersModelInterface.h \
|
|
$$PWD/OperManagerBase.h \
|
|
$$PWD/OperatorsGeoCubeManager.h \
|
|
$$PWD/OperatorsGeoCylinderManager.h \
|
|
$$PWD/OperatorsGeoSphereManager.h \
|
|
$$PWD/OperatorsMeshGeoManager.h \
|
|
$$PWD/OperatorsMeshBaseManager.h \
|
|
$$PWD/OperatorsMeshManager.h \
|
|
$$PWD/OperatorsMeshLocalManager.h \
|
|
$$PWD/OperatorsMeshPointManager.h \
|
|
$$PWD/OperatorsNew.h \
|
|
$$PWD/OperatorsOpen.h \
|
|
$$PWD/OperatorsSave.h \
|
|
$$PWD/OperatorsImportManager.h \
|
|
$$PWD/OperatorsGeoBool.h \
|
|
$$PWD/OperatorsWorkingDir.h \
|
|
$$PWD/OperatorsSetup.h \
|
|
$$PWD/OperatorsTurbulence.h \
|
|
$$PWD/OperatorsTransport.h \
|
|
$$PWD/OperatorsDiscretization.h \
|
|
$$PWD/OperatorsSolution.h \
|
|
$$PWD/OperatorsBoundaryConditions.h \
|
|
$$PWD/OperatorsInitial.h \
|
|
$$PWD/OperatorsRun.h \
|
|
$$PWD/OperatorsPost.h \
|
|
$$PWD/OperatorsLicense.h \
|
|
$$PWD/OperatorsOperCondition.h \
|
|
|
|
|
|
SOURCES += \
|
|
$$PWD/OpersModelInterface.cpp \
|
|
$$PWD/OperManagerBase.cpp \
|
|
$$PWD/OperatorsGeoCubeManager.cpp \
|
|
$$PWD/OperatorsGeoCylinderManager.cpp \
|
|
$$PWD/OperatorsGeoSphereManager.cpp \
|
|
$$PWD/OperatorsMeshGeoManager.cpp \
|
|
$$PWD/OperatorsMeshBaseManager.cpp \
|
|
$$PWD/OperatorsMeshManager.cpp \
|
|
$$PWD/OperatorsMeshLocalManager.cpp \
|
|
$$PWD/OperatorsMeshPointManager.cpp \
|
|
$$PWD/OperatorsNew.cpp \
|
|
$$PWD/OperatorsOpen.cpp \
|
|
$$PWD/OperatorsSave.cpp \
|
|
$$PWD/OperatorsImportManager.cpp \
|
|
$$PWD/OperatorsGeoBool.cpp \
|
|
$$PWD/OperatorsWorkingDir.cpp \
|
|
$$PWD/OperatorsSetup.cpp \
|
|
$$PWD/OperatorsTurbulence.cpp \
|
|
$$PWD/OperatorsTransport.cpp \
|
|
$$PWD/OperatorsDiscretization.cpp \
|
|
$$PWD/OperatorsSolution.cpp \
|
|
$$PWD/OperatorsBoundaryConditions.cpp \
|
|
$$PWD/OperatorsInitial.cpp \
|
|
$$PWD/OperatorsRun.cpp \
|
|
$$PWD/OperatorsPost.cpp \
|
|
$$PWD/OperatorsLicense.cpp\
|
|
$$PWD/OperatorsOperCondition.cpp\
|
|
|
|
FORMS += \
|