Giter Site home page Giter Site logo

abqpy's Introduction

Do not email me, I maybe slow to respond. Creating issues or discussions instead.

abqpy's People

Contributors

cristobaltapia avatar dependabot[bot] avatar diogo-rossi avatar github-actions[bot] avatar haiiliin avatar huibosa avatar mergify[bot] avatar pre-commit-ci[bot] avatar

Stargazers

 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

abqpy's Issues

Fix incorrect defaults

Since the defaults are detected by a certain method, it might be incorrect, for example,

# TypeBC.setValues

def setValues(
    self,
    region: Region = Region(),
    typeName: SymbolicConstant = None,
    buckleCase: SymbolicConstant = NOT_APPLICABLE,
    localCsys: str = None,
):
    """This method modifies the data for an existing TypeBC object in the step where it is
    created.

    Parameters
    ----------
    region
        A Region object specifying the region to which the boundary condition is applied.
    typeName
        A SymbolicConstant specifying the predefined boundary condition type. Possible values
        are XSYMM, YSYMM, ZSYMM, XASYMM, YASYMM, ZASYMM, PINNED, and ENCASTRE.
    buckleCase
        A SymbolicConstant specifying how the boundary condition is defined in a BUCKLE
        analysis. Possible values are NOT_APPLICABLE, STRESS_PERTURBATION, BUCKLING_MODES, and
        PERTURBATION_AND_BUCKLING. The default value is NOT_APPLICABLE.
    localCsys
        None or a DatumCsys object specifying the local coordinate system of the boundary
        condition's degrees of freedom. If *localCsys*=None, the degrees of freedom are defined
        in the global coordinate system. The default value is None.
    """
    pass

Suppress typing warnings

Since some function files has only type hints, why not use stub .pyi for that files?

This could lead to 2 improvements:

  • Differentiate files with code from that only with annotations
  • Suppress warnings when writing the type hints

BTW: Thank you for making this project.

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.