Skip to content
Snippets Groups Projects
  1. Sep 04, 2012
  2. Sep 03, 2012
  3. Aug 30, 2012
  4. Aug 28, 2012
  5. Aug 27, 2012
  6. Aug 24, 2012
    • Tom Fischer's avatar
      added include · bde0f8f4
      Tom Fischer authored
      bde0f8f4
    • Tom Fischer's avatar
      fixed the warning parameter not used · bdaa2a91
      Tom Fischer authored
      added documentation
      bdaa2a91
    • Tom Fischer's avatar
      fixed a spelling bug · 443f4a42
      Tom Fischer authored
      443f4a42
    • Lars Bilke's avatar
      Added *.orig to git ignore. · 3357a231
      Lars Bilke authored
      3357a231
    • Lars Bilke's avatar
      Merge branch 'master' of github.com:ufz/ogs · 3825e47b
      Lars Bilke authored
      * 'master' of github.com:ufz/ogs: (24 commits)
        added two options - one for output file name of the new mesh - another for the maximal collapse distance
        reset the mesh node ids correctly put information output within debug preprocessor instructions modified name of returned mesh
        write material number (the value) to the file
        inserted protected method setID() to class Node made class MeshCoarsener a friend of class Node
        delete the not used elem pointer variable
        made return value of virtual method Element::getEdgeNode() const this leads to the other changes of this commit in the inheritance hierarchy introduced a const_cast in Element::addNeighbor()
        added some documentation
        add _value of origin element to the new element created with reviseElement()
        made the behaviour of Edge::reviseElement() the same as other classes
        made ascci art consistent with other element documentation
        implemented Tri::reviseElement()
        fixed a bug creating Tri elements
        changed edge numbering in Quad::_edge_nodes implemented Quad::reviseElement() added more documentation to Quad::reviseElement()
        implemented reviseElement for class Tet documentation: - added edge numbering to prism sketch - added some docu to getEdgeNode()
        implemented reviseElement for class Pyramid documentation: added edge numbering to pyramid sketch
        implemented reviseElement for class Prism documentation: added edge numbering to prism sketch
        implemented Hex::ReviseElement() added more documentation to Hex::ReviseElement()
        documentation: added edge numbering to the sketch
        fixed a bug within documentation in doxygen (/latex) format
        using new method Element::reviseElement()
        ...
      
      Conflicts:
      	FileIO/Legacy/MeshIO.cpp
      3825e47b
    • Lars Bilke's avatar
    • Lars Bilke's avatar
      Merge branch 'master' into DataExplorerIntegration · a98f760d
      Lars Bilke authored
      * master:
        removed additional but unnecessary const keywords
        Private t = y[i].
        Private i.
        Private j.
        Correct constness.
        Avoid unused argument warning.
        changed argument type from unsigned to bool
        introduced compiling options for Intel Compiler
      
      Conflicts:
      	scripts/cmake/CompilerSetup.cmake
      a98f760d
    • Tom Fischer's avatar
      added two options · 900b9876
      Tom Fischer authored
      - one for output file name of the new mesh
      - another for the maximal collapse distance
      900b9876
    • Tom Fischer's avatar
      reset the mesh node ids correctly · 6f12fb38
      Tom Fischer authored
      put information output within debug preprocessor instructions
      modified name of returned mesh
      6f12fb38
    • Tom Fischer's avatar
      62c4c91a
Loading