9 #if !defined(INDIRECT_CONDUCTION_MODEL_VORONOI_B_H_INCLUDED)
10 #define INDIRECT_CONDUCTION_MODEL_VORONOI_B_H_INCLUDED
51 virtual std::string
Info()
const override {
52 std::stringstream buffer;
53 buffer <<
"IndirectConductionVoronoiB";
58 virtual void PrintInfo(std::ostream & rOStream)
const override { rOStream <<
"IndirectConductionVoronoiB"; }
59 virtual void PrintData(std::ostream & rOStream)
const override {}
65 IndirectConductionVoronoiB(IndirectConductionVoronoiB
const& rOther) {*
this = rOther;}
79 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: heat_exchange_mechanism.h:28
Definition: indirect_conduction_model.h:23
Definition: indirect_conduction_voronoi_b.h:22
virtual void PrintData(std::ostream &rOStream) const override
Definition: indirect_conduction_voronoi_b.h:59
HeatExchangeMechanism * CloneRaw() const override
Definition: indirect_conduction_voronoi_b.h:40
virtual std::string Info() const override
Definition: indirect_conduction_voronoi_b.h:51
virtual void PrintInfo(std::ostream &rOStream) const override
Definition: indirect_conduction_voronoi_b.h:58
HeatExchangeMechanism::Pointer CloneShared() const override
Definition: indirect_conduction_voronoi_b.h:45
KRATOS_CLASS_POINTER_DEFINITION(IndirectConductionVoronoiB)
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
Definition: thermal_spheric_particle.h:30
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432