Flow123d
JS_before_hm-62-ge56f9d5
|
#include "hm_iterative.hh"
#include "system/sys_profiler.hh"
#include "input/input_type.hh"
#include "flow/richards_lmh.hh"
#include "fields/field_fe.hh"
Go to the source code of this file.
Functions | |
template<int spacedim, class Value > | |
std::shared_ptr< FieldFE< spacedim, Value > > | create_field (Mesh &mesh, int n_comp) |
template<int dim, class Value > | |
void | copy_field (const Field< dim, Value > &from_field, FieldFE< dim, Value > &to_field) |
template<int dim, class Value > | |
void | update_field_from_mh_dofhandler (const MH_DofHandler &mh_dh, FieldFE< dim, Value > &field) |
* Copyright (C) 2015 Technical University of Liberec. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file hm_iterative.cc.
std::shared_ptr<FieldFE<spacedim, Value> > create_field | ( | Mesh & | mesh, |
int | n_comp | ||
) |
Create elementwise FieldFE with parallel VectorMPI
Definition at line 35 of file hm_iterative.cc.
void update_field_from_mh_dofhandler | ( | const MH_DofHandler & | mh_dh, |
FieldFE< dim, Value > & | field | ||
) |