67 #ifndef PBowlLoading_h 68 #define PBowlLoading_h 71 #include <domain/load/pattern/LoadPattern.h> 113 const Vector & getNodalLoad(
int node,
double time);
117 PBowlLoading(
int tag,
const char *PBEfName,
const char *DispfName,
118 const char *AccefName,
double theTimeIncr=1.0,
double theFactor=1.0,
125 double zminus = 0.0);
130 void Print(std::ostream &s,
int flag =0);
Float vector abstraction.
Definition: Vector.h:93
void Print(std::ostream &s, int flag=0)
Prints load pattern information.
Definition: PBowlLoading.cpp:587
void setDomain(Domain *theDomain)
Set the domain for the pattern loads.
Definition: PBowlLoading.cpp:374
??.
Definition: PBowlLoading.h:81
Vector of integers.
Definition: ID.h:93
A LoadPattern object is used to to store reference loads and single point constraints and a TimeSerie...
Definition: LoadPattern.h:93
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: PBowlLoading.cpp:436
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: PBowlLoading.cpp:443
void applyLoad(double time)
Apply the load for pseudo-time being passed as parameter.
Definition: PBowlLoading.cpp:399
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116