OGS
|
Definition in file AssemblyMixin.cpp.
#include "AssemblyMixin.h"
#include <range/v3/view/enumerate.hpp>
#include <range/v3/view/for_each.hpp>
#include <range/v3/view/transform.hpp>
#include <range/v3/view/zip.hpp>
#include <unordered_set>
#include "MeshLib/Utils/getOrCreateMeshProperty.h"
#include "NumLib/DOF/DOFTableUtil.h"
#include "Process.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{AssemblyMixin.cpp} |
namespace | ProcessLib |
Functions | |
void | anonymous_namespace{AssemblyMixin.cpp}::checkResiduumNamesVsProcessVariables (std::vector< std::vector< std::string > > const &per_process_residuum_names, std::vector< std::vector< std::reference_wrapper< ProcessLib::ProcessVariable > > > const &per_process_pvs) |
std::vector< std::vector< std::reference_wrapper< MeshLib::PropertyVector< double > > > > | anonymous_namespace{AssemblyMixin.cpp}::createResiduumVectors (MeshLib::Mesh &mesh, std::vector< std::vector< std::string > > const &per_process_residuum_names, std::vector< std::vector< std::reference_wrapper< ProcessLib::ProcessVariable > > > const &per_process_pvs) |