114 void *
operator new(
size_t s);
115 void operator delete(
void *);
137 double *ad_init_val);
152 int dimension_of_profile_M(
void )
const;
153 int *get_jp(
void)
const;
167 double * operator*(
const BJvector &arg);
174 double & val(
int row,
int col);
175 double cval(
int row,
int col)
const;
180 double get_max(
void);
185 void set_penalty_element(
int *eqn_no_shake,
int no_of_shake,
double max_element);
195 void profile_jp_print( );
198 void profile_ad_print(
void );
199 void profile_al_print( );
202 void full_print(
const std::string &msg=
"");
214 void error(
const std::string &msg1,
const std::string &msg2=
"")
const;
217 double &operator( )(int , int )
const;
218 double & mval(
int ,
int )
const;
223 double full_val (
int ,
int )
const;
228 long int total_number(
void)
const ;
229 void total_number(
int );
233 int reference_count(
int );
234 void set_reference_count(
int );
241 double * dasol(
double *);
242 double datest(
double* ,
int );
243 double dot(
double* ,
double* ,
int );
244 void dredu(
double* ,
double* ,
double* ,
int ,
char ,
double* );
245 void saxpb(
double* ,
double* ,
double ,
int ,
double* );
Definition: profmatr.h:119
Definition: profmatr.h:89
FiberSet operator+(const FiberSet &, const FiberSet &)
Return the union of both containers.
Definition: FiberSet.cc:65
Boris Jeremic vector class.
Definition: BJvector.h:102
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
FiberSet operator-(const FiberSet &, const FiberSet &)
Return the fibers in a that are not in b.
Definition: FiberSet.cc:73