assign commands to c++-files

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
maxguendel
Posts: 1
Joined: Tue Jan 29, 2013 12:30 am
Location: RWTH Aachen

assign commands to c++-files

Post by maxguendel »

I want to identify the parameters of several uniaxial material laws based on test data. For this purpose I want to use the c++-files in a Matlab Skript. For me it is difficult to assign material law commands to the c++-files. May you help with:

uniaxialMaterial Bilin --> Bilinear.cpp
uniaxialMaterial ModIMKPeakOriented --> ?
uniaxialMaterial ModIMKPinching --> Pinching.cpp or PinchingDamage.cpp ?
uniaxialMaterial SAWS --> ?
uniaxialMaterial BoucWen --> BoucWenMaterial.cpp
uniaxialMaterial BWBN -->?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: assign commands to c++-files

Post by fmk »

ModIMKPeakOriented - SRC/material/unixaial/ModIMKPeakOriented.cpp
SAWS - SRC/material/unixial/SAWSMaterial.cpp
BWBN - SRC/material/uniaxial/BWBN.cpp

instead of compilingand linking these into matlab (which is possible) it migh tbe easier to just create a script and run it from matlab.
Post Reply