/AbaqusUsub.cpp

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

AbaqusUsub.cpp

A framework to write Abaqus User (Material) Subroutine in C++. For convenience, the FORTRAN vectors and matrices are reinterpreted into C++ vectors and matrices provided by the LMT++ library.

Installation

> git clone https://github.com/mgenet/LMTpp.git
> git clone https://github.com/mgenet/AbaqusUsub.cpp.git

Usage

Examples are given for linear elasticity. To compile them, simply run:

> cd AbaqusUsub.cpp
> make

Example

An example is provided of a simple cube in tension. To execute it, simply run:

> cd JOB
> make