Chi-Tech
ff_gridbased_04_utils.cc
Go to the documentation of this file.
2
3// #########################################################
4/**Makes a ghosted version of the field vector.*/
5std::vector<double>
7{
8 return ghosted_field_vector_->LocalSTLData();
9}
std::unique_ptr< chi_math::GhostedParallelSTLVector > ghosted_field_vector_
std::vector< double > GetGhostedFieldVector() const