00001 // -*- C++ -*- 00002 // 00003 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 00004 // 00005 // Anna Pandolfi 00006 // California Institute of Technology 00007 // (C) 2003 All Rights Reserved 00008 // 00009 // <LicenseText> 00010 // 00011 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 00012 // 00013 #ifndef CLAW_H 00014 #define CLAW_H 00015 00016 namespace fragment { 00017 00018 void cohesive_law (double d[6], 00019 double thickness, 00020 double delta[3], 00021 double normal[3], 00022 double director[3], 00023 double dphid[3], 00024 double *ql); 00025 } 00026 00027 #endif