Ignore:
Timestamp:
09/09/16 16:57:43 (8 years ago)
Author:
oabramkina
Message:

Mesh connectivity:

Fixing a bug for UGRID in case meshes containing cells with different number of vertexes.

Function for determining face neighbors of a local domain added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/io/nc4_data_output.cpp

    r924 r929  
    617617              SuperClassWriter::addAttribute("long_name", StdString("Maps every face to its edges."), &face_edges); 
    618618              SuperClassWriter::addAttribute("start_index", 0, &face_edges); 
     619              SuperClassWriter::addAttribute("_FillValue", 999999, &face_edges); 
    619620              dim0.clear(); 
    620621              dim0.push_back(dimEdge); 
     
    633634              SuperClassWriter::addAttribute("long_name", StdString("Indicates which other faces neighbor each face"), &face_faces); 
    634635              SuperClassWriter::addAttribute("start_index", 0, &face_faces); 
     636              SuperClassWriter::addAttribute("_FillValue", 999999, &face_faces); 
    635637              SuperClassWriter::addAttribute("flag_values", -1, &face_faces); 
    636638              SuperClassWriter::addAttribute("flag_meanings", StdString("out_of_mesh"), &face_faces); 
Note: See TracChangeset for help on using the changeset viewer.