PySimple1 materials in OpenSeesMP

This forum is for issues related to parallel processing
and OpenSees using the new interpreters OpenSeesSP and OpenSeesMP

Moderator: selimgunay

Post Reply
vasuarez
Posts: 1
Joined: Fri Oct 17, 2008 2:01 am
Location: UTPL

PySimple1 materials in OpenSeesMP

Post by vasuarez » Sun Jun 21, 2009 7:17 am

Hi,

The following script doesn't run in OpenSeesMP, can anyone explain why? I've checked and it works on the secuencial OpenSees (2.1.0). Thanks.

wipe
model BasicBuilder -ndm 3 -ndf 6

node 1 0 0 0
node 2 0 0 0
fix 1 1 1 1 1 1 1
fix 2 0 0 1 1 1 1
uniaxialMaterial PySimple1 1 2 300 0.05 0.3
element zeroLength 1 1 2 -mat 1 1 -dir 1 2

# Fuerza lateral
pattern Plain 1 Linear {
load 2 100 0 0 0 0 0
}

test NormDispIncr 1.0e-4 10
algorithm Newton
system ProfileSPD
constraints Plain
numberer RCM
integrator LoadControl 0.1
analysis Static
analyze 10

print ele
print node

Post Reply