|
FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
9 #ifndef _snl_fei_LinearSystem_General_hpp_
10 #define _snl_fei_LinearSystem_General_hpp_
22 class DirichletBCManager;
43 const double* prescribedValues);
51 const int* offsetIntoField,
52 const double* prescribedValues);
56 const double *weights,
61 const double *weights,
69 bool globalAssemble=
true);
78 const char*
const* paramStrings);
91 std::vector<double>& bcVals)
const;
110 std::vector<double>& coefs,
111 std::vector<int>& indices);
138 #endif // _snl_fei_LinearSystem_General_hpp_
LinearSystem_General(fei::SharedPtr< fei::MatrixGraph > &matrixGraph)
void getConstrainedEqns(std::vector< int > &crEqns) const
int implementBCs(bool applyBCs)
int loadEssentialBCs(int numIDs, const int *IDs, int idType, int fieldID, int offsetIntoField, const double *prescribedValues)
int setBCValuesOnVector(fei::Vector *vector)
virtual ~LinearSystem_General()
bool BCenforcement_no_column_mod_
bool resolveConflictRequested_
std::vector< double > dwork_
int getMatrixRow(fei::Matrix *matrix, int row, std::vector< double > &coefs, std::vector< int > &indices)
void setName(const char *name)
std::vector< int > iwork_
int loadLagrangeConstraint(int constraintID, const double *weights, double rhsValue)
fei::CSVec * essBCvalues_
void enforceEssentialBC_step_1(fei::CSVec &essBCs)
int parameters(int numParams, const char *const *paramStrings)
bool eqnIsEssentialBC(int globalEqnIndex) const
void enforceEssentialBC_step_2(fei::CSVec &essBCs)
void getEssentialBCs(std::vector< int > &bcEqns, std::vector< double > &bcVals) const
int loadPenaltyConstraint(int constraintID, const double *weights, double penaltyValue, double rhsValue)
int enforceEssentialBC_LinSysCore()
std::map< std::string, unsigned > named_loadcomplete_counter_
int loadComplete(bool applyBCs=true, bool globalAssemble=true)
bool explicitBCenforcement_