Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xizou committed Jul 3, 2017
1 parent f060fea commit 89fa3da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NIPGD
An example code of NIPGD scheme.
An example code of Non-Intrusive Proper Generalized Decomposition (NIPGD) scheme. PGD is one of the approaches for model order reduction. See [Chinesta 2013](http://doi.org/10.1007/s11831-013-9080-x).

## Requirements

Expand Down Expand Up @@ -52,4 +52,14 @@ Goto folder `post` and run Matlab file `online_plot.m` for post-processing.

Displacement components for Node 100:

![Model](https://raw.githubusercontent.com/xizou/NIPGD/master/image/result.png)
![Model](https://raw.githubusercontent.com/xizou/NIPGD/master/image/result.png)

## License and citation

This code is distributed under GNU General Public License v3.0.

- Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.

If you find it useful for your work, please cite as follows:

- Zou, X., Conti, M., Diez, P., & Auricchio, F. (2017). A non-intrusive proper generalized decomposition scheme with application in biomechanics. *International Journal for Numerical Methods in Engineering*. http://doi.org/10.1002/nme.5610
7 changes: 4 additions & 3 deletions abaqus_v6.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ask_delete=OFF
run_mode=INTERACTIVE
odb_output_by_default=OFF
# This is a python script
ask_delete = OFF
run_mode = INTERACTIVE
odb_output_by_default = OFF

0 comments on commit 89fa3da

Please sign in to comment.