Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move bc meshes #2141

Merged
merged 15 commits into from
Jun 14, 2018
Merged

Move bc meshes #2141

merged 15 commits into from
Jun 14, 2018

Commits on Jun 14, 2018

  1. [MeL] Add createMeshFromElementSelection.

    A mesh is constructed from (cloned) elements preserving
    original element and node ids in two mesh properties.
    endJunction committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    d0c0266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5524c63 View commit details
    Browse the repository at this point in the history
  3. [App] Construct additional meshes from geometries.

    All named geometries are converted to meshes (with
    same names).
    
    These meshes will be used by the boundary conditions
    and source term constructors.
    endJunction committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    c06e8ba View commit details
    Browse the repository at this point in the history
  4. [PL] Pass meshes to ProcessVariable construction.

    Find a boundary mesh in the list of meshes instead of using GeoObjects
    and pass it to the boundary condition creation.
    endJunction committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    c8d3bc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48a16f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5447e7 View commit details
    Browse the repository at this point in the history
  7. [NL] MCM: getSubset checks for valid global idx.

    If the boundary mesh is larger then the definition region
    of the bulk component, then a nop is returned.
    This usually indicates wrong geometry or something horrible.
    endJunction committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    ff59bbc View commit details
    Browse the repository at this point in the history
  8. [PL] Use mesh in all BCs.

    endJunction committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    c311c86 View commit details
    Browse the repository at this point in the history
  9. [T] GWF. Add square_1x1 geometry with mid point.

    The mid point is not available on all meshes.
    endJunction committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    963b2bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    212115c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0fcbc9e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2fbc601 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3b4df6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe32d43 View commit details
    Browse the repository at this point in the history
  15. [PL] BCs: Fix doxygen warning seeing # as link.

    warning: explicit link request to '_elements' could not be resolved
    doxygen 1.8.14
    endJunction committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    a88f3f9 View commit details
    Browse the repository at this point in the history