OGS
|
Definition at line 20 of file ParallelVectorMatrixAssembler.h.
#include <ParallelVectorMatrixAssembler.h>
Public Member Functions | |
ParallelVectorMatrixAssembler (AbstractJacobianAssembler &jacobian_assembler) | |
void | assembleWithJacobian (BaseLib::PolymorphicRandomAccessContainerView< LocalAssemblerInterface > const &local_assemblers, std::vector< std::size_t > const &active_elements, std::vector< NumLib::LocalToGlobalIndexMap const * > const &dof_tables, const double t, double const dt, std::vector< GlobalVector * > const &xs, std::vector< GlobalVector * > const &x_prevs, int const process_id, GlobalVector &b, GlobalMatrix &Jac) |
Private Attributes | |
AbstractJacobianAssembler & | jacobian_assembler_ |
LocalMatrixOutput | local_matrix_output_ |
GlobalMatrixOutput | global_matrix_output_ |
int const | num_threads_ |
|
explicit |
Definition at line 221 of file ParallelVectorMatrixAssembler.cpp.
void ProcessLib::Assembly::ParallelVectorMatrixAssembler::assembleWithJacobian | ( | BaseLib::PolymorphicRandomAccessContainerView< LocalAssemblerInterface > const & | local_assemblers, |
std::vector< std::size_t > const & | active_elements, | ||
std::vector< NumLib::LocalToGlobalIndexMap const * > const & | dof_tables, | ||
const double | t, | ||
double const | dt, | ||
std::vector< GlobalVector * > const & | xs, | ||
std::vector< GlobalVector * > const & | x_prevs, | ||
int const | process_id, | ||
GlobalVector & | b, | ||
GlobalMatrix & | Jac ) |
Definition at line 228 of file ParallelVectorMatrixAssembler.cpp.
References ProcessLib::AbstractJacobianAssembler::copy(), ProcessLib::Assembly::CumulativeStats< Data >::create(), global_matrix_output_, INFO(), jacobian_assembler_, local_matrix_output_, OGS_FATAL, and ThreadException::rethrow().
Referenced by ProcessLib::AssemblyMixin< Process >::assembleWithJacobian(), and ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcess::assembleWithJacobianConcreteProcess().
|
private |
Definition at line 38 of file ParallelVectorMatrixAssembler.h.
Referenced by assembleWithJacobian().
|
private |
Definition at line 36 of file ParallelVectorMatrixAssembler.h.
Referenced by assembleWithJacobian().
|
private |
Definition at line 37 of file ParallelVectorMatrixAssembler.h.
Referenced by assembleWithJacobian().
|
private |
Definition at line 40 of file ParallelVectorMatrixAssembler.h.