mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
Fixed it now?
This commit is contained in:
parent
89c7626a01
commit
7e062372d4
@ -128,14 +128,13 @@ void Ng_LoadMesh (const char * filename)
|
|||||||
}
|
}
|
||||||
|
|
||||||
istream * infile;
|
istream * infile;
|
||||||
|
char* buf; // for distributing geometry!
|
||||||
|
int strs;
|
||||||
|
|
||||||
#ifdef PARALLEL
|
#ifdef PARALLEL
|
||||||
MPI_Comm_size(MPI_COMM_WORLD, &ntasks);
|
MPI_Comm_size(MPI_COMM_WORLD, &ntasks);
|
||||||
MPI_Comm_rank(MPI_COMM_WORLD, &id);
|
MPI_Comm_rank(MPI_COMM_WORLD, &id);
|
||||||
|
|
||||||
char* buf; // for distributing geometry!
|
|
||||||
int strs;
|
|
||||||
|
|
||||||
if (id == 0)
|
if (id == 0)
|
||||||
{
|
{
|
||||||
#endif
|
#endif
|
||||||
|
@ -5856,6 +5856,8 @@ namespace netgen
|
|||||||
{
|
{
|
||||||
if (!GetGeometry())
|
if (!GetGeometry())
|
||||||
throw NgException ("don't have a geometry for mesh curving");
|
throw NgException ("don't have a geometry for mesh curving");
|
||||||
|
|
||||||
|
cout << "Build Curved Elements, order = " << aorder << endl;
|
||||||
|
|
||||||
GetCurvedElements().BuildCurvedElements (&GetGeometry()->GetRefinement(), aorder, false);
|
GetCurvedElements().BuildCurvedElements (&GetGeometry()->GetRefinement(), aorder, false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user