16 #ifndef pdes_distributed_lagrange_h
17 #define pdes_distributed_lagrange_h
52 template <
int dim,
int spacedim = dim,
typename LacType = LAC::LAdealii>
75 output_results(
const unsigned int cycle);
109 template <
int dim,
int spacedim = dim>
ParsedTools::NonMatchingCoupling< dim, spacedim > coupling
LacType::SparseMatrix coupling_matrix
PDEs::LinearProblem< dim, spacedim, LacType > embedded
GridTools::Cache< dim, spacedim > embedded_cache
PDEs::LinearProblem< spacedim, spacedim, LacType > space
GridTools::Cache< spacedim, spacedim > space_cache
LacType::SparsityPattern coupling_sparsity
ParsedLAC::InverseOperator mass_solver
Construct a LinearProblem.
A factory that can generate inverse operators according to parameter files.
PDEs::DistributedLagrange< dim, spacedim, LAC::LATrilinos > DistributedLagrange
We collect in this namespace all PDEs that are relevant to Fluid Structure Interaction Problems.
void run(char **argv, const std::string &input_parameter_file, const std::string &output_parameter_file)
Setup parameters from the command line, and call the Class::run() method.