9 #if !defined(INDIRECT_CONDUCTION_MODEL_VARGAS_H_INCLUDED)
10 #define INDIRECT_CONDUCTION_MODEL_VARGAS_H_INCLUDED
47 virtual std::string
Info()
const override {
48 std::stringstream buffer;
49 buffer <<
"IndirectConductionVargas";
54 virtual void PrintInfo(std::ostream& rOStream)
const override { rOStream <<
"IndirectConductionVargas"; }
55 virtual void PrintData(std::ostream& rOStream)
const override {}
61 IndirectConductionVargas(IndirectConductionVargas
const& rOther) {*
this = rOther;}
75 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: heat_exchange_mechanism.h:28
Definition: indirect_conduction_model.h:23
Definition: indirect_conduction_vargas.h:22
virtual void PrintInfo(std::ostream &rOStream) const override
Definition: indirect_conduction_vargas.h:54
HeatExchangeMechanism * CloneRaw() const override
Definition: indirect_conduction_vargas.h:36
HeatExchangeMechanism::Pointer CloneShared() const override
Definition: indirect_conduction_vargas.h:41
KRATOS_CLASS_POINTER_DEFINITION(IndirectConductionVargas)
virtual void PrintData(std::ostream &rOStream) const override
Definition: indirect_conduction_vargas.h:55
virtual std::string Info() const override
Definition: indirect_conduction_vargas.h:47
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