Coder Social home page Coder Social logo

stork's Introduction

stork's People

Contributors

aeslaughter avatar andrsd avatar friedmud avatar jwpeterson avatar permcody avatar rwcarlsen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stork's Issues

doxygen fails from fresh cloned stork

warning: Tag `SHOW_DIRECTORIES' at line 519 of file doc/doxygen/Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 902 of file doc/doxygen/Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1089 of file doc/doxygen/Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: tag INPUT: input source `../elk' does not exist
warning: source ../elk is not a readable file or directory... skipping.

InterfaceOrientationMaterial not accepting input parameters

Hello,

When trying to define parameters in this material, I'm running into the issue of the material not recognizing the input parameters listed in the source code. If I only define "block" and "c", the input file will run witht the default parameters. However, when I define an input parameter like I do in this input file, I get the error "input parameter not used". Furthermore, most of these input parameters do not appear when I open the material in Peacock.

Atom seems to recognize the input parameters. I've recompiled MOOSE and it tested fine. I'm using Terminal on a Mac desktop running El Capitan. Someone mentioned that there were Windows Newlines in my input file which may be the issue, but I was unable to find or remove them.

Any thoughts on what the issue with the material or my input file might be? Forgive me if I'm misusing Github or not following the MO for working through these types of things.

Many thanks,
Patrick Shower

Enable the ability to have src/include for tests in separate location

I would really like Pika to have tests/src and tests/include or something similar. So, when a pure user is getting started with input files and Peacock they do not see a whole bunch of objects that are truly not indented for use, but are there for testing purposes. For example, we have a set of Kernels for MMS forcing functions, an end-user should be using or seeing these.

new module arguments for App constructor

the make_new_module script should produce, for example:

PorousFlowApp::PorousFlowApp(const InputParameters &parameters) :
MooseApp(parameters)

and

public:
PorousFlowApp(const InputParameters &parameters);

Currently it still has the old moose version that includes the "name" argument.

Warn people when MOOSE submodule is out of date

This is what we have in RELAP-7's Makefile:

CURRENT_DIR        := $(shell pwd)
APP_DIR            ?= $(CURRENT_DIR)

# moose submodule status
moose_status := $(shell git -C $(APP_DIR) submodule status 2>/dev/null | grep moose | cut -c1)
ifneq (,$(findstring +,$(moose_status)))
  ifneq ($(origin APP_DIR),environment)
    moose_status_msg = "WARNING: Your MOOSE submodule is out of date.\n"
  endif
endif

all:: moose_submodule_status

moose_submodule_status:
    @if [ x$(moose_status_msg) != "x" ]; then echo $(moose_status_msg); fi

When people's MOOSE submodule is out of date, the first message they see is the WARNING line.

This seemed to be working for us for some time, so should we add this into stork? There might be some corner cases with this that I do not see....

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.