137 |
/* write nodes: */ |
/* write nodes: */ |
138 |
if (in->Nodes!=NULL) { |
if (in->Nodes!=NULL) { |
139 |
numDim=Finley_Mesh_getDim(in); |
numDim=Finley_Mesh_getDim(in); |
|
if (in->Nodes->degreesOfFreedomDistribution != NULL) { |
|
|
fprintf(stdout, "\tNodes->degreesOfFreedomDistribution:"); |
|
|
for (j=0;j<in->MPIInfo->size+1;j++) fprintf(stdout," %d",in->Nodes->degreesOfFreedomDistribution->first_component[j]); |
|
|
fprintf(stdout, "\n"); |
|
|
} |
|
140 |
fprintf(stdout, "\tNodes: %1dD-Nodes %d\n", numDim, in->Nodes->numNodes); |
fprintf(stdout, "\tNodes: %1dD-Nodes %d\n", numDim, in->Nodes->numNodes); |
141 |
if (full) { |
if (full) { |
142 |
fprintf(stdout, "\t Id Tag gDOF gNI grDfI grNI: Coordinates\n"); |
fprintf(stdout, "\t Id Tag gDOF gNI grDfI grNI: Coordinates\n"); |