Skip to content
  • Tim Tautges's avatar
    LICENSE: adding notice of Sandia/LGPL licenses for MOAB · d6152b60
    Tim Tautges authored
    AEntityFactory:
    - account for structured sequences when constructing vertex-element
    adjacencies (has to use different function for getting connectivity in
    case of structured element)
    - check for returned error when constructing vertex-element
    adjacencies
    
    MBCN:
    - add function SubEntityConn, which returns the connectivity of a
    given sub-entity given the parent connectivity and the sub-entity
    dimension and index
    - rename previous SubEntityConn function to SubEntityVertexIndices to
    more accurately reflect function's purpose
    
    MBTagConventions.hpp:
    - add comments describing semantics of each tag type
    
    WriteSLAC:
    - added initializations to avoid compiler warnings
    
    WriteVtk.cpp:
    - removed a few newline outputs
    
    TSTT/MBMesh.cpp:
    - changed code in CreateEntities to be (much) more efficient, by not
    using mb_range_inserter for vertices
    - fixed a few dumb paste-os
    
    TSTT/server/TSTT_MOAB_MoabMesh_Impl.cc:
    - implemented entity set subtract/unite/intersect, entity
    create/delete, set vertex coordinates
    
    test/perf/[cubit_perf, perf, tstt_perf].cpp:
    - made performance tests more consistent with each other in terms of
    output and averaging coordinate positions
    - adding tstt performance test
    - adding vertex-element adjacency query test in addition to
    element-vertex adjacency & coordinates test
    
    
    git-svn-id: https://svn.mcs.anl.gov/repos/ITAPS/MOAB/trunk@512 6162379e-bd28-0410-9a7d-b7f4dcfcad3c
    d6152b60
This project is licensed under the Other. Learn more