113 void *
operator new(
size_t s);
114 void operator delete(
void *);
136 double *ad_init_val);
151 int dimension_of_profile_M(
void )
const;
152 int *get_jp(
void)
const;
173 double & val(
int row,
int col);
174 double cval(
int row,
int col)
const;
179 double get_max(
void);
184 void set_penalty_element(
int *eqn_no_shake,
int no_of_shake,
double max_element);
186 void lower_print(
char *msg =
"");
188 void upper_print(
char *msg =
"");
194 void profile_jp_print( );
197 void profile_ad_print(
void );
198 void profile_al_print( );
201 void full_print(
char *msg =
"");
213 void error(
const std::string &msg1,
const std::string &msg2=
"")
const;
216 double &operator( )(int , int )
const;
217 double & mval(
int ,
int )
const;
222 double full_val (
int ,
int )
const;
229 long int total_number(
void)
const ;
230 void total_number(
int );
235 int reference_count(
int );
236 void set_reference_count(
int );
243 double * dasol(
double *);
244 double datest(
double* ,
int );
245 double dot(
double* ,
double* ,
int );
246 void dredu(
double* ,
double* ,
double* ,
int ,
char ,
double* );
247 void saxpb(
double* ,
double* ,
double ,
int ,
double* );
Definition: profmatr.h:118
FiberSet operator*(const FiberSet &, const FiberSet &)
Return the fibers in a that are also in b.
Definition: FiberSet.cc:87
Definition: profmatr.h:88
FiberSet operator+(const FiberSet &, const FiberSet &)
Return the union of both containers.
Definition: FiberSet.cc:65
Definition: BJvector.h:100
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
FiberSet operator-(const FiberSet &, const FiberSet &)
Return the fibers in a that are not in b.
Definition: FiberSet.cc:73