COMP: using incomplete class edgeMesh
This commit is contained in:
parent
44c594dbff
commit
0ae3da8560
@ -25,21 +25,16 @@ License
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "faePatchFields.H"
|
||||
#include "calculatedFaePatchFields.H"
|
||||
#include "faePatchFields.H"
|
||||
#include "edgeFaMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
makeFaePatchFields(calculated);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
} // End namespace Foam
|
||||
namespace Foam
|
||||
{
|
||||
makeFaePatchFields(calculated);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -25,17 +25,16 @@ License
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "faePatchFields.H"
|
||||
#include "coupledFaePatchFields.H"
|
||||
#include "faePatchFields.H"
|
||||
#include "edgeFaMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
makeFaePatchFieldsTypeName(coupled);
|
||||
|
||||
} // End namespace Foam
|
||||
makeFaePatchFieldsTypeName(coupled);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -25,21 +25,16 @@ License
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "faePatchFields.H"
|
||||
#include "fixedValueFaePatchFields.H"
|
||||
#include "faePatchFields.H"
|
||||
#include "edgeFaMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
makeFaePatchFields(fixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
} // End namespace Foam
|
||||
namespace Foam
|
||||
{
|
||||
makeFaePatchFields(fixedValue);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -26,8 +26,9 @@ License
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "slicedFaePatchFields.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
#include "faePatchFields.H"
|
||||
#include "edgeFaMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
|
@ -27,19 +27,14 @@ License
|
||||
|
||||
#include "cyclicFaePatchFields.H"
|
||||
#include "faePatchFields.H"
|
||||
#include "edgeFaMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
makeFaePatchFields(cyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
} // End namespace Foam
|
||||
namespace Foam
|
||||
{
|
||||
makeFaePatchFields(cyclic);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -25,21 +25,16 @@ License
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "faePatchFields.H"
|
||||
#include "emptyFaePatchFields.H"
|
||||
#include "faePatchFields.H"
|
||||
#include "edgeFaMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
makeFaePatchFields(empty);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
} // End namespace Foam
|
||||
namespace Foam
|
||||
{
|
||||
makeFaePatchFields(empty);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -27,19 +27,14 @@ License
|
||||
|
||||
#include "processorFaePatchFields.H"
|
||||
#include "faePatchFields.H"
|
||||
#include "edgeFaMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
makeFaePatchFields(processor);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
} // End namespace Foam
|
||||
namespace Foam
|
||||
{
|
||||
makeFaePatchFields(processor);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -27,19 +27,14 @@ License
|
||||
|
||||
#include "symmetryFaePatchFields.H"
|
||||
#include "faePatchFields.H"
|
||||
#include "edgeFaMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
makeFaePatchFields(symmetry);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
} // End namespace Foam
|
||||
namespace Foam
|
||||
{
|
||||
makeFaePatchFields(symmetry);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -27,19 +27,14 @@ License
|
||||
|
||||
#include "wedgeFaePatchFields.H"
|
||||
#include "faePatchFields.H"
|
||||
#include "edgeFaMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Member * * * * * * * * * * * * * //
|
||||
|
||||
makeFaePatchFields(wedge);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
} // End namespace Foam
|
||||
namespace Foam
|
||||
{
|
||||
makeFaePatchFields(wedge);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -26,8 +26,9 @@ License
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "genericFaePatchFields.H"
|
||||
#include "faePatchFields.H"
|
||||
#include "edgeFaMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
#include "edgeFields.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user