PCH: Fem App

This commit is contained in:
Abdullah Tahiri
2019-05-16 17:04:30 +02:00
committed by wmayer
parent 2e616a4749
commit 676a4f0457
13 changed files with 388 additions and 232 deletions

View File

@@ -25,6 +25,25 @@
#ifndef _PreComp_
# include <Python.h>
# include <memory>
# include <cstdlib>
# include <SMESH_Gen.hxx>
# include <SMESH_Group.hxx>
# include <SMESHDS_Mesh.hxx>
# include <SMDS_MeshNode.hxx>
# include <StdMeshers_MaxLength.hxx>
# include <StdMeshers_LocalLength.hxx>
# include <StdMeshers_NumberOfSegments.hxx>
# include <StdMeshers_AutomaticLength.hxx>
# include <StdMeshers_MEFISTO_2D.hxx>
# include <StdMeshers_Deflection1D.hxx>
# include <StdMeshers_MaxElementArea.hxx>
# include <StdMeshers_Regular_1D.hxx>
# include <StdMeshers_QuadranglePreference.hxx>
# include <StdMeshers_Quadrangle_2D.hxx>
# include <StdMeshers_LengthFromEdges.hxx>
# include <StdMeshers_NotConformAllowed.hxx>
# include <StdMeshers_Arithmetic1D.hxx>
# include <Standard_Real.hxx>
#endif
#include <CXX/Extensions.hxx>
@@ -42,25 +61,6 @@
//#include <Mod/Mesh/App/Core/Evaluation.h>
//#include <Mod/Mesh/App/Core/Iterator.h>
#include <SMESH_Gen.hxx>
#include <SMESH_Group.hxx>
#include <SMESHDS_Mesh.hxx>
#include <SMDS_MeshNode.hxx>
#include <StdMeshers_MaxLength.hxx>
#include <StdMeshers_LocalLength.hxx>
#include <StdMeshers_NumberOfSegments.hxx>
#include <StdMeshers_AutomaticLength.hxx>
#include <StdMeshers_MEFISTO_2D.hxx>
#include <StdMeshers_Deflection1D.hxx>
#include <StdMeshers_MaxElementArea.hxx>
#include <StdMeshers_Regular_1D.hxx>
#include <StdMeshers_QuadranglePreference.hxx>
#include <StdMeshers_Quadrangle_2D.hxx>
#include <StdMeshers_LengthFromEdges.hxx>
#include <StdMeshers_NotConformAllowed.hxx>
#include <StdMeshers_Arithmetic1D.hxx>
#include "FemMesh.h"
#include "FemMeshObject.h"
#include "FemMeshPy.h"
@@ -69,9 +69,6 @@
#include "FemVTKTools.h"
#endif
#include <cstdlib>
#include <Standard_Real.hxx>
#include <Base/Vector3D.h>
#include <Mod/Part/App/OCCError.h>