Opm::VAG Struct Reference
Detailed DescriptionStructure to represent the unstructured vag grid format. The format is only for 3D grids. Member Data Documentation
The edge i is given by the nodes edges[2*i:2*i+1]
Mapping from faces to edges
Mapping from faces to vertices
The two neigbours of the face i is faces_to_volumes[2*i:2*i+1]
A vector containing information of each volume. The size is n*number_of_volumes. For each i this is the information: material[n*i] is the volume number and should be transformed to integer material[n*i+1] is a tag and should be transformed to integer material[n*i+2:n*(i+1)-1] represent propertices.
Vertices. The coordinates of vertice i is [vetices[3*i:3*i+2]
Mapping from volumes to faces
Mapping from volumes to vertices The documentation for this struct was generated from the following file: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||