unsigned int *,
int *)
{
- AssertThrow (false, ExcMessage("You can only use the HSL functions after putting "
- "the respective files in the right place, "
- "re-configuring the library and re-building it!"));
+ AssertThrow (false,
+ ExcMessage("You can only use the HSL functions after putting "
+ "the respective files in the right place, "
+ "re-configuring the library and re-building it!"));
}
unsigned int *,
int *)
{
- AssertThrow (false, ExcMessage("You can only use the HSL functions after putting "
- "the respective files in the right place, "
- "re-configuring the library and re-building it!"));
+ AssertThrow (false,
+ ExcMessage("You can only use the HSL functions after putting "
+ "the respective files in the right place, "
+ "re-configuring the library and re-building it!"));
}
const unsigned int *,
const unsigned int *)
{
- AssertThrow (false, ExcMessage("You can only use the HSL functions after putting "
- "the respective files in the right place, "
- "re-configuring the library and re-building it!"));
+ AssertThrow (false,
+ ExcMessage("You can only use the HSL functions after putting "
+ "the respective files in the right place, "
+ "re-configuring the library and re-building it!"));
}
extern "C" void ma27x1_ (unsigned int *)
{
- AssertThrow (false, ExcMessage("You can only use the HSL functions after putting "
- "the respective files in the right place, "
- "re-configuring the library and re-building it!"));
+ AssertThrow (false,
+ ExcMessage("You can only use the HSL functions after putting "
+ "the respective files in the right place, "
+ "re-configuring the library and re-building it!"));
}
extern "C" void ma27x2_ (unsigned int *)
{
- AssertThrow (false, ExcMessage("You can only use the HSL functions after putting "
- "the respective files in the right place, "
- "re-configuring the library and re-building it!"));
+ AssertThrow (false,
+ ExcMessage("You can only use the HSL functions after putting "
+ "the respective files in the right place, "
+ "re-configuring the library and re-building it!"));
}
extern "C" void ma27x3_ (const unsigned int *)
{
- AssertThrow (false, ExcMessage("You can only use the HSL functions after putting "
- "the respective files in the right place, "
- "re-configuring the library and re-building it!"));
+ AssertThrow (false,
+ ExcMessage("You can only use the HSL functions after putting "
+ "the respective files in the right place, "
+ "re-configuring the library and re-building it!"));
}
}
}
void ma47id_ (double *,
unsigned int *)
{
- AssertThrow (false, ExcMessage("You can only use the HSL functions after putting "
- "the respective files in the right place, "
- "re-configuring the library and re-building it!"));
+ AssertThrow (false,
+ ExcMessage("You can only use the HSL functions after putting "
+ "the respective files in the right place, "
+ "re-configuring the library and re-building it!"));
}
double *,
int *)
{
- AssertThrow (false, ExcMessage("You can only use the HSL functions after putting "
- "the respective files in the right place, "
- "re-configuring the library and re-building it!"));
+ AssertThrow (false,
+ ExcMessage("You can only use the HSL functions after putting "
+ "the respective files in the right place, "
+ "re-configuring the library and re-building it!"));
}
double *,
int *)
{
- AssertThrow (false, ExcMessage("You can only use the HSL functions after putting "
- "the respective files in the right place, "
- "re-configuring the library and re-building it!"));
+ AssertThrow (false,
+ ExcMessage("You can only use the HSL functions after putting "
+ "the respective files in the right place, "
+ "re-configuring the library and re-building it!"));
}
unsigned int *,
const unsigned int *)
{
- AssertThrow (false, ExcMessage("You can only use the HSL functions after putting "
- "the respective files in the right place, "
- "re-configuring the library and re-building it!"));
+ AssertThrow (false,
+ ExcMessage("You can only use the HSL functions after putting "
+ "the respective files in the right place, "
+ "re-configuring the library and re-building it!"));
}
}
}
void
SparseDirectMA27::set_detached_mode ()
{
- Assert (initialize_called == false, ExcInitializeAlreadyCalled());
+ Assert (initialize_called == false,
+ ExcInitializeAlreadyCalled());
detached_mode = true;
}
void
SparseDirectMA27::initialize (const SparsityPattern &sp)
{
- Assert (initialize_called == false, ExcInitializeAlreadyCalled());
+ Assert (initialize_called == false,
+ ExcInitializeAlreadyCalled());
// first thing is: if detached mode
void
SparseDirectMA47::initialize (const SparseMatrix<double> &m)
{
- Assert (initialize_called == false, ExcInitializeAlreadyCalled());
+ Assert (initialize_called == false,
+ ExcInitializeAlreadyCalled());
// some initialization stuff
call_ma47id (CNTL, ICNTL);
void
SparseDirectMA47::factorize (const SparseMatrix<double> &m)
{
- Assert (factorize_called == false, ExcCantFactorizeAgain());
+ Assert (factorize_called == false,
+ ExcCantFactorizeAgain());
// if necessary, initialize process
if (initialize_called == false)