Search found 20 matches
- Sat Jul 30, 2011 11:08 am
- Forum: Framework
- Topic: Unifying Matrix classes !!
- Replies: 1
- Views: 2297
Unifying Matrix classes !!
Dear Developers and Frank, I'm currently writing a new ND material for soil and rock and for that I need new matrix and vector operators and functions. some of them are available at Matrix and some at BJMatrix class and some does not exist. I just want to know, is there anyway to unify these classes...
- Sat Feb 19, 2011 3:46 pm
- Forum: Framework
- Topic: Looping over Elements??
- Replies: 1
- Views: 2451
Looping over Elements??
I'm trying to use "ElementIter" class to loop over all specified elements. my question is, what is the best method to distinguish solid (quads), beam as well as zerolength elements.
Thank
Thank
- Sun Jan 16, 2011 5:38 pm
- Forum: Framework
- Topic: Can not Debug the source code?
- Replies: 3
- Views: 3984
Re: Can not Debug the source code?
thank you frank I could fix that ...
- Tue Jan 11, 2011 11:18 am
- Forum: Framework
- Topic: Can not Debug the source code?
- Replies: 3
- Views: 3984
Can not Debug the source code?
Hi; I just did implement a new nDMaterial and trying to debug the created code just simply by adding couple of breakpoints. but unfortunately it seems debugger keep jumping over all breakpoints and going to the end of tcl script and the thing is I'm not getting any error at all. would you please let...
- Sun Nov 14, 2010 12:45 am
- Forum: Framework
- Topic: how to store the accumulative stress?
- Replies: 1
- Views: 2475
how to store the accumulative stress?
Hi,
how can I store the accumulative stress of elements while creating a new material? I just realized that I can store them by simply using commitstate() but my another question is, how can I restore the saved value after each step or iteration?
thank you in advance;
how can I store the accumulative stress of elements while creating a new material? I just realized that I can store them by simply using commitstate() but my another question is, how can I restore the saved value after each step or iteration?
thank you in advance;
- Wed Sep 15, 2010 2:31 pm
- Forum: Soil Modelling
- Topic: why can't I edit wiki page that I created myself?
- Replies: 2
- Views: 3354
- Tue Sep 14, 2010 9:44 pm
- Forum: Soil Modelling
- Topic: why can't I edit wiki page that I created myself?
- Replies: 2
- Views: 3354
why can't I edit wiki page that I created myself?
why can't I edit wiki page that I created myself?
- Thu Jan 14, 2010 3:30 pm
- Forum: Framework
- Topic: submitting code for opensees
- Replies: 1
- Views: 2577
submitting code for opensees
what is the procedure for submitting code into opensees?
- Mon Jan 04, 2010 12:57 pm
- Forum: Framework
- Topic: We are collecting OPENSEES User-Requirements Data
- Replies: 15
- Views: 59053
- Tue Dec 01, 2009 8:36 am
- Forum: Framework
- Topic: Linking Error
- Replies: 6
- Views: 6852
aizen; it seems you are missing more than one external library. you just simply can search for current missing function throughout the opensees file and disable this specific function but the think is you may can not use this element for your model so I prefer you wait until these errors get fixed b...
- Mon Nov 30, 2009 9:00 am
- Forum: Framework
- Topic: Linking Error
- Replies: 6
- Views: 6852
Re: link error new CVS OPENSEES FILES
Hi Aizen; I temporarily fixed that problem by simply disabling the lines that calling "TclModelBuilder_addSingleFPBearing" function from outside. you can go to "TclElementCommands.cpp" file and disable these lines as follow: /* else if (strcmp(argv[1],"singleFPBearing")...
- Fri Nov 20, 2009 12:22 pm
- Forum: Framework
- Topic: Linking Error
- Replies: 6
- Views: 6852
Linking Error
Again same error message: element.lib(TclElementCommands.obj) : error LNK2019: unresolved external symbol "int __cdecl TclModelBuilder_addSingleFPBearing(void *,struct Tcl_Interp *,int,char const * *,class Domain *,class TclModelBuilder *,int)" (?TclModelBuilder_addSingleFPBearing@@YAHPAXP...
- Wed Nov 18, 2009 10:13 am
- Forum: Framework
- Topic: can not step into specific element class while debugging
- Replies: 2
- Views: 3613
- Tue Nov 17, 2009 9:15 am
- Forum: Framework
- Topic: can not step into specific element class while debugging
- Replies: 2
- Views: 3613
can not step into specific element class while debugging
Frank; I'm trying to debug the code. so I put the break point on the line that I want to debug to and started debugging but debugging procedure skips all the breakpoints. I did find out the only files that can be debugged are those located in the opesees (main project) project. would you please show...
- Tue Nov 10, 2009 12:09 pm
- Forum: Framework
- Topic: sending tangent matrix twice from one element class!!?
- Replies: 4
- Views: 3103