Skip to content
View basileMarchand's full-sized avatar
  • Montrouge, France
Block or Report

Block or report basileMarchand

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
basileMarchand/README.md

Basile's GitHub stats Basile's top languages

Pinned

  1. evpsim evpsim Public

    Python package to simulate elasto-viscoplastic mechanical behaviors

    Python 1

  2. CppCours CppCours Public

    Support pour le cours de C++ de l'école des Mines de Paris

    C++

  3. CppIntrospector CppIntrospector Public

    A single C++ header file to add some Introspection features

    C++

  4. master_1_sgm_energie_psl master_1_sgm_energie_psl Public

    Jupyter Notebook 1

  5. pyfetra pyfetra Public

    Python Finite Element Training

    Python

  6. mpi_pool.py mpi_pool.py
    1
    import sys
    2
    from typing import Callable, List, Any
    3
    import cloudpickle
    4
    from mpi4py import MPI
    5