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

Better test coverage, use same template for running tests #3

Merged
merged 9 commits into from
Feb 15, 2018

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    8581fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd7af60 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Add one more function test

    jtveiten committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    ae2e59e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Configuration menu
    Copy the full SHA
    d92cba7 View commit details
    Browse the repository at this point in the history
  2. Forgot license header again

    jtveiten committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    45467f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Fix test

    `get_formulation_type` is not exported from FEMBase
    ahojukka5 committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    2c770ee View commit details
    Browse the repository at this point in the history
  2. Implement nodal boundary conditions

    * Using element `Poi1`, one can use field `nodal force i` where `i` is a
      dof number, to set nodal force / concentrated load (CLOAD in Abaqus).
    * Using element `Poi1`, one can use field `fixed displacement i`, where
      `i` is a dof number, to fix displacement in some node.
    * Wrote a test to test nodal elements + 2 truss test.
    ahojukka5 committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    e3e31fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from ahojukka5/master

    Implement nodal boundary conditions
    jtveiten committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    98bd054 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61ce067 View commit details
    Browse the repository at this point in the history