How to Add a New constitutive law
From KratosWiki
(Difference between revisions)
Line 1: | Line 1: | ||
*1. '''Which files needed to be added''' | *1. '''Which files needed to be added''' | ||
**in ''custom costitutive law'' of the corresponding application .cpp & .h files are added | **in ''custom costitutive law'' of the corresponding application .cpp & .h files are added | ||
− | functions which could be used are those available in constitutive_law.h of kratos | + | **functions which could be used are those available in constitutive_law.h of kratos |
*2.''' Which files needed to be changed''' | *2.''' Which files needed to be changed''' | ||
− | ''jamfile'' of application | + | **''jamfile'' of application |
− | + | **''add_constitutive_laws_to_python.cpp'' of the custom python of the application |
Revision as of 14:07, 20 May 2008
- 1. Which files needed to be added
- in custom costitutive law of the corresponding application .cpp & .h files are added
- functions which could be used are those available in constitutive_law.h of kratos
- 2. Which files needed to be changed
- jamfile of application
- add_constitutive_laws_to_python.cpp of the custom python of the application